Revision history for Pithub
0.01007 2011-10-21 10:13:23 Asia/Dubai
- Implement new repos hooks API
0.01006 2011-08-13 13:22:39 Asia/Dubai
- Fix bug in link header parser
0.01005 2011-07-20 14:28:59 Asia/Dubai
- replace Moose with Moo
0.01004 2011-07-15 14:43:34 Asia/Dubai
- change "label_id" key to "label" everywhere since [!!!]
it's not really an id, but just a label
- fix Pithub::Users->list_following
- fix Pithub::Repos->update
- rename Orgs->Teams->get_repo to ->has_repo [!!!]
- make access to response headers easier
- remove Pithub::Request and Pithub::Response [!!!]
- replace prepare_uri with more flexible
prepare_request [!!!]
- prepare_request is now available globally and can be set
on any object to modify all HTTP requests
0.01003 2011-07-06 19:54:52 Asia/Dubai
- add some more tests to live.t
- implement $result->count
- implement Downloads create and upload
- change Repos->create and Repos->update interface
- set content-length (fix PUT request without body)
- implement $result->first
0.01002 2011-06-30 17:05:58 Asia/Dubai
- implement $result->getpage(n)
- add per_age parameter/attribute
- be less restrictive building api urls using sprintf
- implement jsonp_callback
- implement $result->next
- auto_pagination
- sanitize tests which loaded an HTTP response from file
0.01001 2011-06-28 08:59:16 Asia/Dubai
- minor POD changes
0.01000 2011-06-27 12:36:44 Asia/Dubai
- first release