aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/core/result.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor result. Now it's a packageDavid Medina2012-03-041-207/+0
| | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour.
* Wrap result getter into partial. It's cleanerDavid Medina2012-03-041-4/+3
|
* Encapsulate Link header behaviourDavid Medina2012-03-041-22/+18
|
* Complete services.repos docDavid Medina2012-03-011-0/+32
| | | | Also add Mimetypes doc
* Init documentationDavid Medina2012-02-291-2/+8
| | | | | | +core +services.user ~services.repos
* 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