All Projects → roman → Pivotal Tracker Api

roman / Pivotal Tracker Api

Licence: mit
Simple wrapper for the PivotalTracker API

Programming Languages

ruby
36898 projects - #4 most used programming language

= pivotal-tracker-api

No brainer wrapper for using the PivotalTracker API.

Start with declaring the token.

Pivotal.token = 'TOKEN'

Then just use the classes provided by Pivotal

== Querying: projects = Pivotal::Project.find(:all)

projects[0].stories

Pivotal::Stories.find(:all, :params => { :project_id => '123' })

== Saving: projects[1].destroy

== Updating projects[2].name = "My New Project Name"

projects[2].save

== Copyright

Copyright (c) 2009 Roman Gonzalez. See LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].