Sha256: 5b0730f160330a9eb8bb0557f83c48b0002ba4728f539dacc9a960f159d3f7b0
Contents?: true
Size: 897 Bytes
Versions: 1
Compression:
Stored size: 897 Bytes
Contents
# Billogram Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/billogram`. To experiment with that code, run `bin/console` for an interactive prompt. TODO: Delete this and the text above, and describe your gem ## Installation Add this line to your application's Gemfile: ```ruby gem 'billogram' ``` And then execute: $ bundle Or install it yourself as: $ gem install billogram ## Usage First you need to configure the client ```ruby Billogram.configure do |config| config.username = '6012-qJzHT0qU' config.password = '55105e0460d5844274dc8f7070fc0a41' config.base_uri = "https://sandbox.billogram.com/api/v2/" end Billogram::Customer.search({filter_type: :field, filter_field: :customer_no, filter_value: 1}) ```` List of available methods: ```ruby ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
billogram-0.3.6 | README.md |