Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
/ mkm Public archive
forked from knaveofdiamonds/mkm

Ruby library for version 1.1 of the magiccardmarket.eu API

License

Notifications You must be signed in to change notification settings

boof/mkm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ruby library for version 1.1 of the magiccardmarket.eu API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%