Skip to content

aycabta/amazon-drs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmazonDrs

It's for Amazon Dash Replenishment Service.

Installation

Add this line to your application's Gemfile:

gem 'amazon-drs'

And then execute:

$ bundle

Or install it yourself as:

$ gem install amazon-drs

Usage

# Please use access_token what is prepared beforehand:
# https://rubygems.org/gems/omniauth-amazon
client = AmazonDrs::Client.new('device_model') do |c|
  c.authorization_code = 'authorization_code'
  c.serial = 'serial'
  c.redirect_uri = 'http://redirect_uri/'
  c.access_token = 'access_token'
  c.refresh_token = 'refresh_token'
  c.client_id = 'aaa'
  c.client_secret = 'secret'
end
@drs.subscription_info

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/aycabta/amazon-drs.

License

The gem is available as open source under the terms of the MIT License.

Badges

  • Build Status
  • Build Status

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published