forked from mcommons/ruby-pivotal-tracker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
39 lines (25 loc) · 982 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
=== Ruby Pivotal Tracker
- [Code on GitHub](http://github.com/mcommons/ruby-pivotal-tracker)
=== Description
- A Ruby client library for Pivotal Tracker
=== Installation
No installation needed. Just pass your API token key & project ID. You can get these values by logging into Tracker.
=== Changelog
2008-12-14: Added add_comment() support
2008-12-13: Better return values (e.g. the contents of the response as a hash)
2008-12-07: Success/failure validation of the response xml.
2008-12-07: Added some return values
2008-12-06: SSL support
2008-12-06: Forked by Mobile Commons
=== TODO
Add proper tests
More consistent return values from each method
DRY up the redundant code quite a bit
Add a 'deliver' function
Add better support for labels
=== Contributers
Benjamin Stein, http://github.com/benstein
Justin Smestad, http://github.com/jsmestad, who wrote the original version
=== License
Copyright (c) 2008 Mobile Commons
See MIT-LICENSE.txt in this directory.