Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 412 Bytes

README.mkd

File metadata and controls

20 lines (12 loc) · 412 Bytes

moo.rb

A simple ruby client library for the moo.com API

Authentication

Moo currently uses 2-legged OAuth for all API methods. More information here:

http://us.moo.com/api/docs/authentication.html

Provide your OAuth consumer key and secret as Moo::Client constructor parameters:

  Moo::Client.new('YOUR_KEY', 'YOUR_SECRET')

Usage

See an example in 'example/create_pack.rb'.