Ruby interface to the magiccardmarket.eu API.
You’ll need an OAuth credentials for a dedicated app from MKM.
Use with bundler
gem 'mkm', github: 'boof/mkm'
Create a session
session = Mkm.auth({ consumer_key: "xxxx", consumer_secret: "xxxx", token: "xxxx", token_secret: "xxxx", })
Retreive your account’s data
me = session.account # => Mkm::Account me.id # => 9999 me.username # => 'Maxi'
-
domain models
-
documentation
-
Account Management
-
Market Place Information (partially)
-
Order Management
-
Shopping Cart Manipulation
-
Stock Management
-
Wants List Management
-
Check out the latest master to make sure the feature hasn’t been implemented or the bug hasn’t been fixed yet.
-
Check out the issue tracker to make sure someone already hasn’t requested it and/or contributed it.
-
Fork the project.
-
Start a feature/bugfix branch.
-
Commit and push until you are happy with your contribution.
-
Make sure to add tests for it. This is important so I don’t break it in a future version unintentionally.
-
Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
Copyright © 2014 Roland Swingler. See LICENSE.txt for further details.