public
Description: Gain ruby access to the mite.Api!
Clone URL: git://github.com/aflatter/miter.git
miter /
name age message
file History.txt Fri Feb 29 08:15:10 -0800 2008 initial commit [aflatter]
file License.txt Fri Feb 29 08:15:10 -0800 2008 initial commit [aflatter]
file Manifest.txt Fri Feb 29 08:15:10 -0800 2008 initial commit [aflatter]
file README.txt Fri Feb 29 08:15:10 -0800 2008 initial commit [aflatter]
file Rakefile Fri Feb 29 08:15:10 -0800 2008 initial commit [aflatter]
directory config/ Fri Feb 29 08:15:10 -0800 2008 initial commit [aflatter]
directory lib/ Fri Feb 29 08:15:10 -0800 2008 initial commit [aflatter]
directory log/ Fri Feb 29 08:15:10 -0800 2008 initial commit [aflatter]
directory script/ Fri Feb 29 08:15:10 -0800 2008 initial commit [aflatter]
file setup.rb Fri Feb 29 08:15:10 -0800 2008 initial commit [aflatter]
directory tasks/ Fri Feb 29 08:15:10 -0800 2008 initial commit [aflatter]
directory test/ Fri Feb 29 08:15:10 -0800 2008 initial commit [aflatter]
directory website/ Fri Feb 29 08:15:10 -0800 2008 initial commit [aflatter]
README.txt
=== README

== Usage

gem 'miter'
require 'miter'

Miter::Base.auth(user, token)

Miter::Projects.find(:all)
Miter::Tasks.find(:first)
Miter::Customers.find(:all, :params => { ... })