| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
resources.core
* Also detected and fixed memory bug
|
| |
|
| |
|
|
|
|
| |
requests.core
|
| |
|
|
|
|
|
| |
core.client
core.result
|
| |
|
|
|
|
|
|
| |
Refactorize on build request to support specific requests cleaner
*Also support to verbose on requests library
|
|
|
|
| |
It's solved as a provisional patch
|
|
|
|
|
|
|
| |
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.emails
User.keys
User.followers
|
| |
|
|
|
|
| |
Also fix response raises
|
|
|
|
|
|
|
| |
resources => ghrequests
models => resources
+ Also it's near to complete user service
|
|
|
|
|
| |
It paginate the requests that needs and does the real requests in the
final moment
|
| |
|
|
|
|
|
|
| |
Now the models maps itself from json encoded
Then we can inherit it and change behaviour to use polymorphism into
resources ;)
|
| |
|
|
Absolute imports as PEP8 tells
|