aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix limit bugDavid Medina2011-11-132-2/+4
| |
| * Fix bug. Instance converter in handler baseDavid Medina2011-11-131-2/+2
| |
| * Explicit > implicitDavid Medina2011-11-131-23/+63
| | | | | | | | user arg in all anonymous user handler methods
| * Testing on fire (handlers, user_handler)David Medina2011-11-137-8/+163
| | | | | | | | Also fix bugs, pep8
| * PEP8 and renamingDavid Medina2011-11-124-2/+6
| |
| * Added converters testDavid Medina2011-11-124-101/+92
| |
| * Catch unauthorized requests. Bad credentialsDavid Medina2011-11-122-2/+4
| |
| * Added core_test and fix some bugs / pep8David Medina2011-11-125-49/+156
| | | | | | | | Readme to Markdown
| * Updated readmeDavid Medina2011-11-101-17/+13
| |
| * Init test enviromentDavid Medina2011-11-107-6/+64
| | | | | | | | Also rename user handler module to 'users'
| * Some detailsDavid Medina2011-11-103-11/+6
| |
| * Merge pull request #2 from akaihola/gistsDavid Medina2011-11-094-5/+144
| |\ | | | | | | Gist handler and init tests
| | * Updated example in README.rst to work with current versionAntti Kaihola2011-11-091-7/+12
| | |
| | * Merged create_gist() into current HEAD of copitux/developAntti Kaihola2011-11-0930-2243/+1001
| | |\ | | |/ | |/|
| * | Fixing bugs. Crazy night :SDavid Medina2011-11-096-29/+33
| | |
| * | Support for proxys in _bool handlerDavid Medina2011-11-091-1/+14
| | | | | | | | | | | | Proxys: _put, _delete
| * | Added support for extra args to get_resourcesDavid Medina2011-11-092-4/+9
| | | | | | | | | | | | Paginate coupled? :S
| * | Added User/AuthUser handlerDavid Medina2011-11-092-81/+205
| | |
| * | Prefix handlersDavid Medina2011-11-081-11/+21
| | | | | | | | | | | | Also give the possibility of inject converter in requests
| * | Added post_resource to handlerDavid Medina2011-11-081-0/+7
| | |
| * | Abstract and decouple convertersDavid Medina2011-11-083-63/+126
| | |
| * | Fix cleanDavid Medina2011-11-081-1/+0
| | |
| * | Fix typoDavid Medina2011-11-071-1/+1
| | |
| * | Modelizer class. json<->model parserDavid Medina2011-11-068-296/+236
| | | | | | | | | | | | Also reorganize code
| * | Cleaning files from origin repoDavid Medina2011-11-0616-1748/+10
| | |
| * | Doc and refactorizeDavid Medina2011-11-062-12/+59
| | |
| * | Added gitignore, it doesn't matterDavid Medina2011-11-061-0/+2
| | |
| * | Handlers and paginate resourcesDavid Medina2011-11-051-27/+50
| | |
| * | Fix litle bugs and args to requestDavid Medina2011-11-052-7/+33
| | |
| * | Refactor base to handler designDavid Medina2011-11-047-200/+116
| | |
| * | Complete AuthUser handlerDavid Medina2011-11-013-1/+22
| | |
| * | Add get_bool requestDavid Medina2011-11-011-0/+4
| | |
| * | Fix bug generate_urlDavid Medina2011-11-011-1/+1
| | |
| * | Fix names. Added raw requestDavid Medina2011-11-014-9/+27
| | | | | | | | | | | | Think about return user handler more elegant
| * | Fix bug. PEP8David Medina2011-11-011-3/+4
| | |
| * | Fix bug. Import own exceptionsDavid Medina2011-11-011-0/+1
| | |
| * | Merge branch 'handlers' into developDavid Medina2011-11-0113-281/+433
| |\ \ | | | | | | | | | | | | | | | | Conflicts: github3/api.py
| | * | Decouple Handlers and ModelsDavid Medina2011-11-0111-163/+244
| | | | | | | | | | | | | | | | Handler User complete
| | * | Wip on handlersDavid Medina2011-10-319-89/+163
| | | |
| * | | Testing post gistDavid Medina2011-10-291-0/+3
| |/ /
| | * Added create_gist() example to readmeAntti Kaihola2011-11-071-0/+3
| | |
| | * Added akaihola to authorsAntti Kaihola2011-11-071-1/+2
| | |
| | * Added the create_gist() methodAntti Kaihola2011-11-071-0/+8
| | |
| | * _post_resourceAntti Kaihola2011-11-071-0/+5
| |/
| * Update requests (fixs with auth)David Medina2011-10-291-2/+2
| |
| * Fix typo in rate_limitDavid Medina2011-10-291-2/+2
| |
| * Wip on gistsDavid Medina2011-10-281-1/+17
| |
* | Fix bugsDavid Medina2011-11-096-29/+33
| |
* | New design. Merge develop branchDavid Medina2011-11-0928-2215/+868
|/
* Fix/update typo. avatar_url in UserDavid Medina2011-10-281-1/+1
|