Ruby wrapper for the trademate e-commerce API
This gem is under heavy development. Please do not use yet.
Add this line to your application's Gemfile:
gem 'trademate'
And then execute:
$ bundle
The trademate gem is tested on Ruby 2.0.0, 2.1.x and 2.2.x. It requires ruby version 2.0 and up.
Initialize a client instance by providing your API keys:
require 'trademate'
trademate = Trademate::API.new('consumer_key', 'consumer_secret', 'access_token', 'access_token_secret')