aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/core/result.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean requests interfaceDavid Medina2012-02-071-1/+1
| | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
* User service completeDavid Medina2012-02-051-1/+3
| | | | | | User.emails User.keys User.followers
* Complete skeleton of services glueing to requestsDavid Medina2012-02-051-3/+4
|
* Renaming (What I was thinking?)David Medina2012-02-041-7/+7
| | | | | | | 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