| Commit message (Collapse) | Author | Files | Lines |
|
Fixing something that is there to check what never happens...
But tests doesn't lie, so funny :P
|
|
Fixing something that is there to check what never happens...
But tests doesn't lie, so funny :P
|
|
|
|
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
|