aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge #5 'services/orgs'David Medina2012-06-034-5/+291
|\
| * Little fixsDavid Medina2012-05-272-18/+8
| |
| * Add Teams ServiceStefano Rivera2012-04-242-0/+149
| |
| * An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER'Stefano Rivera2012-04-241-5/+5
| |
| * Add Orgs Members APIStefano Rivera2012-04-242-0/+96
| |
| * name -> orgStefano Rivera2012-04-241-6/+6
| |
| * Baseline Orgs API implementationStefano Rivera2012-04-231-0/+51
| |
* | refs #10David Medina2012-05-171-3/+3
| |
* | Merge 'services/pull_requests'David Medina2012-05-122-0/+224
|\ \
| * | Some fixes/typos and 'validate_body' relatedDavid Medina2012-05-122-19/+52
| | |
| * | use _bool for pull request merge statusNat Williams2012-04-191-17/+4
| | |
| * | pass body to pull_requests.merge properlyNat Williams2012-04-181-3/+5
| | |
| * | add pull request APINat Williams2012-04-172-0/+202
| |/ | | | | | | | | there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes
* | Litle fixsDavid Medina2012-04-286-68/+95
| |
* | add docs and a few little pep8 tweaksNat Williams2012-04-161-2/+0
| |
* | def != classNat Williams2012-04-161-1/+1
| |
* | add some docs I missedNat Williams2012-04-163-5/+29
| |
* | add Git Data API supportNat Williams2012-04-166-0/+208
|/
* Gists services docDavid Medina2012-04-032-0/+27
|
* Fix namingDavid Medina2012-04-031-3/+3
|
* services.gists.Comment doneDavid Medina2012-04-032-0/+66
|
* services.gists.Gist doneDavid Medina2012-04-031-0/+132
|
* Fix requests with invalid config precedenceDavid Medina2012-03-045-9/+11
|
* Get repository's commits supported with new resultDavid Medina2012-03-042-7/+36
|
* Refactor result. Now it's a packageDavid Medina2012-03-041-2/+3
| | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour.
* remaining_requests attr to Github and ServicesDavid Medina2012-03-031-0/+4
| | | | Updated with each request
* Service repos doneDavid Medina2012-03-034-1/+122
| | | | +repos.hooks
* Fix setup.py installDavid Medina2012-03-011-1/+1
|
* Python 2.6 compatibilityDavid Medina2012-03-012-2/+2
|
* Complete services.repos docDavid Medina2012-03-0112-42/+234
| | | | Also add Mimetypes doc
* WIP on services.repos docDavid Medina2012-03-013-8/+166
| | | | | +services.repos.collaborators doc +services.repos.commits doc
* Restructure modules and packages in a clean wayDavid Medina2012-03-0114-594/+640
| | | | The docs has increased lines of code, so I split it
* Services.repos.Repo docDavid Medina2012-02-293-29/+133
| | | | And typos
* Init documentationDavid Medina2012-02-293-2/+227
| | | | | | +core +services.user ~services.repos
* Repos.watchers service doneDavid Medina2012-02-221-0/+28
|
* Repos.keys service doneDavid Medina2012-02-221-0/+28
|
* Repos.forks service doneDavid Medina2012-02-221-0/+13
|
* Repos.downloads service doneDavid Medina2012-02-211-0/+37
|
* Add mimetype support to repos.commits serviceDavid Medina2012-02-191-6/+6
|
* Support to Mimetypes in some servicesDavid Medina2012-02-191-0/+27
|
* Repos commits addedDavid Medina2012-02-181-0/+43
|
* Small refactor to building requests in servicesDavid Medina2012-02-173-50/+32
| | | | | Decorate the request-factory to parse common params like user and repo, which can be configurated in service or by args
* Services' renaming: base.Base to base.ServiceDavid Medina2012-02-173-9/+9
|
* Repos collaborators addedDavid Medina2012-02-121-0/+31
|
* Fix bug of bug relatedDavid Medina2012-02-121-1/+1
|
* Repos service initializedDavid Medina2012-02-121-0/+72
| | | | +service.repos.repo
* Clean requests interfaceDavid Medina2012-02-072-76/+80
| | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
* Something confusing about PUT requestDavid Medina2012-02-061-1/+21
| | | | It's solved as a provisional patch
* Rename ghrequest to requestsDavid Medina2012-02-061-1/+1
| | | | | | | 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-051-9/+35
| | | | | | User.emails User.keys User.followers