aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/users/keys.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change requests.Body to suppor required attributesDavid Medina2012-02-111-2/+8
|
* Clean requests interfaceDavid Medina2012-02-071-51/+8
| | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
* Rename ghrequest to requestsDavid Medina2012-02-061-0/+79
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