aboutsummaryrefslogtreecommitdiffstats
path: root/github3/handlers/base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reset projectDavid Medina2012-02-031-125/+0
|
* Fix mime_header to return None if neededDavid Medina2011-11-301-1/+3
|
* Fix get_converter to delete converter in kwargsDavid Medina2011-11-301-6/+6
| | | | | It doesn't matter if converter is populate in kwargs to requests but it's more elegant and simplify tests
* pep8David Medina2011-11-291-5/+7
|
* MimeType mixinDavid Medina2011-11-281-0/+32
|
* Inject handler hookDavid Medina2011-11-271-0/+6
|
* Del authors on code. Delegate it to AUTHORS ;)David Medina2011-11-171-2/+0
|
* Wip on AuthUser handler testsDavid Medina2011-11-161-1/+1
| | | | Also "python way" with Design by contract
* Fix limit bugDavid Medina2011-11-131-2/+3
|
* Testing on fire (handlers, user_handler)David Medina2011-11-131-3/+3
| | | | Also fix bugs, pep8
* Added converters testDavid Medina2011-11-121-2/+1
|
* Fixing bugs. Crazy night :SDavid Medina2011-11-091-9/+7
|
* Support for proxys in _bool handlerDavid Medina2011-11-091-1/+14
| | | | Proxys: _put, _delete
* Added support for extra args to get_resourcesDavid Medina2011-11-091-1/+1
| | | | Paginate coupled? :S
* 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-081-4/+15
|
* Fix typoDavid Medina2011-11-071-1/+1
|
* Modelizer class. json<->model parserDavid Medina2011-11-061-49/+13
| | | | Also reorganize code
* Doc and refactorizeDavid Medina2011-11-061-1/+19
|
* Handlers and paginate resourcesDavid Medina2011-11-051-27/+50
|
* Refactor base to handler designDavid Medina2011-11-041-0/+8
|
* Add get_bool requestDavid Medina2011-11-011-0/+4
|
* Fix names. Added raw requestDavid Medina2011-11-011-0/+4
| | | | Think about return user handler more elegant
* Decouple Handlers and ModelsDavid Medina2011-11-011-2/+1
| | | | Handler User complete
* Wip on handlersDavid Medina2011-10-311-0/+26