aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Improve modelsDavid Medina2012-02-043-20/+47
| | | | | | Now the models maps itself from json encoded Then we can inherit it and change behaviour to use polymorphism into resources ;)
* Fix parse_argsDavid Medina2012-02-031-2/+4
|
* Fix imports to new environmentDavid Medina2012-02-0322-27/+51
| | | | Absolute imports as PEP8 tells
* Pypi environment by setuptoolsDavid Medina2012-02-038-24/+73
|
* Complete new redesign trying to code less coupledDavid Medina2012-02-0320-6/+463
| | | | | | | | | | | | | | | | | | | | and I think that I'm getting it :P Log from another repo (rebase hell if I'd try) ------------------------------------------------- d64647909aa3ddde6532994f3bd895e297dd1c1d +Model mapper prototype 53fa5c47c14ebf405ac11af0b21b3bc4f1251558 Complete client 0af9075da9fddd14f0c04cb3ad5a74f33a6dcaf7 Fix exceptions typo eae8232b4235451bac344f0114895dcf159d3af5 +ResouceFactory (renamed from uris) 14c66bea1bf0a68fd540d1b73a8c25aa69c854ce WIP on Uri Factory 8012908b795d598510a7e4d288f40b324e751aab Fix client instance 3e97153664365146ac558ada22bb9d3fc1a3189d Fast night services prototype 785a0bdc2ddd815d911255ba7e91c5d71cc82a74 fix typo 84f03a039fb2413f2e156d3ec0bd226e65bcae31 WIP on client f53076153d96b492f23e01f91debe8fafbc4cfe0 Trying wrapping requests library for our needs 52ea9f888048853760990053211c9e0c4440b810 Initial commit
* Reset projectDavid Medina2012-02-0333-2681/+0
|
* Update setup.pyDavid Medina2012-01-171-1/+1
|
* Merge branch 'develop'David Medina2011-12-0327-314/+1637
|\
| * Complete AuthGist handlerDavid Medina2011-12-032-5/+151
| |
| * Added owner filterDavid Medina2011-12-031-1/+1
| |
| * Gist public handler completedDavid Medina2011-11-303-5/+87
| |
| * Fix mime_header to return None if neededDavid Medina2011-11-302-1/+6
| |
| * Fix get_converter to delete converter in kwargsDavid Medina2011-11-302-7/+9
| | | | | | | | | | It doesn't matter if converter is populate in kwargs to requests but it's more elegant and simplify tests