pyresto
pyresto copied to clipboard
A generic ORM framework for RESTful APIs
When using Pyresto against services that do not default to `application/json`, the client fails. With its current configuration, it also will fail against self-signed certificates. Adding a parameter to the...
I'd like to know how should I retrieve a list of objects from api: ``` python for user in GitHub.User.list(): print user ``` `GitHub.User.get()` seems to be only working with...
Hi, This bug has been filed because a code search has revealed that code in this repository is using "BzAPI", the Bugzilla API proxy server at https://api-dev.bugzilla.mozilla.org/. This service is...
When we create an empty model object, like m = Model() and then will try to get any attribute (which is obviously not exist) we will get into infinite recursion...
Details are here: http://developer.github.com/v3/repos/statuses/
Details are here: http://developer.github.com/v3/issues/
For the project to be future proof, it should be compatible with Py3k. If possible this should be done in a manner which does not break backwards compatibility with Python...
Details are here: http://developer.github.com/v3/activity/notifications/
Details are here: https://github.com/blog/1253-watcher-api-changes