Linkemperor API
This library is used to access The Link Emperor API.
Installation
Add this line to your application's Gemfile:
gem 'linkemperor-api'
And then execute:
$ bundle
Or install it yourself as:
$ gem install linkemperor-api
Usage
Include the gem on your project and use it like this:
require 'linkemperor-api'
# Customers
api = LinkemperorCustomer.new('<api_key>')
api.desired_method
# Vendors
api = LinkemperorVendor.new('<api_key>')
api.desired_method
For details on the available operations, check documentation available on http://www.linkemperor.com/api-documentation
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request