aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Repos.forks service doneDavid Medina2012-02-224-1/+55
|
* Repos.downloads service doneDavid Medina2012-02-214-1/+116
|
* Add mimetype support to repos.commits serviceDavid Medina2012-02-191-6/+6
|
* Support to Mimetypes in some servicesDavid Medina2012-02-193-1/+55
|
* Fix test importsDavid Medina2012-02-196-10/+12
|
* Repos commits addedDavid Medina2012-02-184-8/+234
|
* Support to resources-self-nested into collectionsDavid Medina2012-02-183-3/+19
|
* Small refactor to building requests in servicesDavid Medina2012-02-174-52/+35
| | | | | Decorate the request-factory to parse common params like user and repo, which can be configurated in service or by args
* Fix en.typoDavid Medina2012-02-171-2/+1
|
* Services' renaming: base.Base to base.ServiceDavid Medina2012-02-176-13/+13
|
* Repos collaborators addedDavid Medina2012-02-123-2/+90
|
* Fix bug of bug relatedDavid Medina2012-02-121-1/+1
|
* Repos service initializedDavid Medina2012-02-127-0/+370
| | | | +service.repos.repo
* Support to map `self` in resources.David Medina2012-02-123-3/+12
| | | | Very nested resources like Repo
* Update readme0.1David Medina2012-02-111-1/+2
|
* Merge branch 'master' of github.com:copitux/python-github3David Medina2012-02-110-0/+0
|\
| * Services.users tests completedDavid Medina2012-02-113-9/+37
| | | | | | | | | | | | | | services.users.user services.users.emails services.users.keys services.users.followers
| * Email pattern to requests.emailsDavid Medina2012-02-111-1/+15
| |
| * Change requests.Body to suppor required attributesDavid Medina2012-02-116-51/+89
| |
| * Wip on services.usersDavid Medina2012-02-115-16/+174
| |
| * Fix asserts bugs in client.David Medina2012-02-105-12/+29
| | | | | | | | | | Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P
| * WIP on resources.users testsDavid Medina2012-02-105-5/+36
| |
| * Services testsDavid Medina2012-02-103-0/+59
| | | | | | | | services.core
| * Typo pep8David Medina2012-02-101-1/+1
| |
* | Readme updatedDavid Medina2012-02-112-13/+57
| |
* | Services.users tests completedDavid Medina2012-02-113-9/+37
| | | | | | | | | | | | | | services.users.user services.users.emails services.users.keys services.users.followers
* | Email pattern to requests.emailsDavid Medina2012-02-111-1/+15
| |
* | Change requests.Body to suppor required attributesDavid Medina2012-02-116-51/+89
| |
* | Wip on services.usersDavid Medina2012-02-115-16/+174
| |
* | Fix asserts bugs in client.David Medina2012-02-115-12/+29
| | | | | | | | | | Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P
* | WIP on resources.users testsDavid Medina2012-02-115-5/+36
| |
* | Services testsDavid Medina2012-02-113-0/+59
| | | | | | | | services.core
* | Typo pep8David Medina2012-02-111-1/+1
| |
* | Joining components in a clean interfaceDavid Medina2012-02-101-0/+13
|/
* Resources testsDavid Medina2012-02-104-4/+84
| | | | | | resources.core * Also detected and fixed memory bug
* json:dumps.loads mockedDavid Medina2012-02-103-3/+5
|
* Easier requests.Factory buildsDavid Medina2012-02-091-4/+4
|
* Requests testsDavid Medina2012-02-092-0/+90
| | | | requests.core
* Utils to testsDavid Medina2012-02-096-23/+61
|
* Core testsDavid Medina2012-02-095-3/+212
| | | | | core.client core.result
* Fix litle bugsDavid Medina2012-02-075-43/+15
|
* Clean requests interfaceDavid Medina2012-02-0713-284/+224
| | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
* Something confusing about PUT requestDavid Medina2012-02-062-6/+23
| | | | It's solved as a provisional patch
* Rename ghrequest to requestsDavid Medina2012-02-0611-11/+12
| | | | | | | 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 completeDavid Medina2012-02-0511-22/+194
| | | | | | User.emails User.keys User.followers
* Complete skeleton of services glueing to requestsDavid Medina2012-02-053-7/+46
|
* Added asserts to "that never happens"David Medina2012-02-052-10/+31
| | | | Also fix response raises
* Renaming (What I was thinking?)David Medina2012-02-0416-178/+278
| | | | | | | resources => ghrequests models => resources + Also it's near to complete user service
* Full support to Result dynamic and lazy iteratorDavid Medina2012-02-041-0/+171
| | | | | It paginate the requests that needs and does the real requests in the final moment
* link_header third party libraryDavid Medina2012-02-042-0/+89
|