Project

moo

0.01
No commit activity in last 3 years
No release in over 3 years
Simple ruby library for creating and printing stuff at moo.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

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'.