Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some fixes/typos and 'validate_body' related | 2012-05-12 | 1 | -1/+1 | |
| | |||||
* | Unify json imports | 2012-05-12 | 2 | -5/+6 | |
| | |||||
* | add pull request API | 2012-04-17 | 1 | -1/+1 | |
| | | | | | there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes | ||||
* | Fix 422 message | 2012-03-04 | 1 | -2/+1 | |
| | |||||
* | Get repository's commits supported with new result | 2012-03-04 | 3 | -13/+14 | |
| | |||||
* | Refactor result. Now it's a package | 2012-03-04 | 6 | -208/+336 | |
| | | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. | ||||
* | Wrap result getter into partial. It's cleaner | 2012-03-04 | 1 | -4/+3 | |
| | |||||
* | Encapsulate Link header behaviour | 2012-03-04 | 2 | -22/+44 | |
| | |||||
* | remaining_requests attr to Github and Services | 2012-03-03 | 1 | -0/+4 | |
| | | | | Updated with each request | ||||
* | Python 2.6 compatibility | 2012-03-01 | 2 | -1/+101 | |
| | |||||
* | Complete services.repos doc | 2012-03-01 | 1 | -0/+32 | |
| | | | | Also add Mimetypes doc | ||||
* | Init documentation | 2012-02-29 | 2 | -8/+8 | |
| | | | | | | +core +services.user ~services.repos | ||||
* | Services' renaming: base.Base to base.Service | 2012-02-17 | 1 | -1/+1 | |
| | |||||
* | Fix asserts bugs in client. | 2012-02-11 | 1 | -7/+5 | |
| | | | | | Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P | ||||
* | Fix litle bugs | 2012-02-07 | 1 | -2/+2 | |
| | |||||
* | Clean requests interface | 2012-02-07 | 3 | -16/+13 | |
| | | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library | ||||
* | Something confusing about PUT request | 2012-02-06 | 1 | -5/+2 | |
| | | | | It's solved as a provisional patch | ||||
* | Rename ghrequest to requests | 2012-02-06 | 6 | -356/+0 | |
| | | | | | | | I think it's a redundant name. Only needs to move out from core module to avoid imports problems with `requests` library * Also change some in setup.py | ||||
* | User service complete | 2012-02-05 | 7 | -11/+135 | |
| | | | | | | User.emails User.keys User.followers | ||||
* | Complete skeleton of services glueing to requests | 2012-02-05 | 2 | -4/+23 | |
| | |||||
* | Added asserts to "that never happens" | 2012-02-05 | 2 | -10/+31 | |
| | | | | Also fix response raises | ||||
* | Renaming (What I was thinking?) | 2012-02-04 | 11 | -133/+217 | |
| | | | | | | | resources => ghrequests models => resources + Also it's near to complete user service | ||||
* | Full support to Result dynamic and lazy iterator | 2012-02-04 | 1 | -0/+171 | |
| | | | | | It paginate the requests that needs and does the real requests in the final moment | ||||
* | link_header third party library | 2012-02-04 | 2 | -0/+89 | |
| | |||||
* | Improve models | 2012-02-04 | 1 | -2/+9 | |
| | | | | | | Now the models maps itself from json encoded Then we can inherit it and change behaviour to use polymorphism into resources ;) | ||||
* | Fix parse_args | 2012-02-03 | 1 | -2/+4 | |
| | |||||
* | Fix imports to new environment | 2012-02-03 | 9 | -0/+262 | |
Absolute imports as PEP8 tells |