aboutsummaryrefslogtreecommitdiffstats
path: root/github3 (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-03Fix imports to new environmentDavid Medina17-453/+0
Absolute imports as PEP8 tells
2012-02-03Complete new redesign trying to code less coupledDavid Medina17-0/+453
and I think that I'm getting it :P Log from another repo (rebase hell if I'd try) ------------------------------------------------- d64647909aa3ddde6532994f3bd895e297dd1c1d +Model mapper prototype 53fa5c47c14ebf405ac11af0b21b3bc4f1251558 Complete client 0af9075da9fddd14f0c04cb3ad5a74f33a6dcaf7 Fix exceptions typo eae8232b4235451bac344f0114895dcf159d3af5 +ResouceFactory (renamed from uris) 14c66bea1bf0a68fd540d1b73a8c25aa69c854ce WIP on Uri Factory 8012908b795d598510a7e4d288f40b324e751aab Fix client instance 3e97153664365146ac558ada22bb9d3fc1a3189d Fast night services prototype 785a0bdc2ddd815d911255ba7e91c5d71cc82a74 fix typo 84f03a039fb2413f2e156d3ec0bd226e65bcae31 WIP on client f53076153d96b492f23e01f91debe8fafbc4cfe0 Trying wrapping requests library for our needs 52ea9f888048853760990053211c9e0c4440b810 Initial commit
2012-02-03Reset projectDavid Medina26-2476/+0
2011-12-03Complete AuthGist handlerDavid Medina2-5/+151
2011-12-03Added owner filterDavid Medina1-1/+1
2011-11-30Gist public handler completedDavid Medina3-5/+87
2011-11-30Fix mime_header to return None if neededDavid Medina2-1/+6
2011-11-30Fix get_converter to delete converter in kwargsDavid Medina2-7/+9
It doesn't matter if converter is populate in kwargs to requests but it's more elegant and simplify tests
2011-11-29GistComment modelDavid Medina2-1/+18
2011-11-29pep8David Medina2-7/+15
2011-11-28MimeType mixinDavid Medina3-2/+56
2011-11-27Diff between 'my' and 'get'David Medina2-8/+80
2011-11-27Inject handler hookDavid Medina2-1/+7
2011-11-17Complete AuthUser handler testDavid Medina4-24/+167
Update code putting tests in green
2011-11-17Del authors on code. Delegate it to AUTHORS ;)David Medina14-217/+4
2011-11-17PEP8David Medina1-11/+13
2011-11-16Wip on AuthUser handler testsDavid Medina4-5/+72
Also "python way" with Design by contract
2011-11-16Fix 411 with PUT requestDavid Medina2-2/+12
with data as None, requests module didn't add specific header
2011-11-15API change: Added gravatar_id in User modelDavid Medina5-12/+32
Also fix some bugs, update test and PEP8
2011-11-14Complete anonymous User handler testDavid Medina2-6/+149
2011-11-14Added user and limit in all User handler methodsDavid Medina1-5/+5
2011-11-14Fix converter bugDavid Medina2-4/+7
2011-11-13Added handler base testDavid Medina2-1/+57
2011-11-13Added limit to querys that return several itemsDavid Medina1-9/+16
In user handler
2011-11-13Fix limit bugDavid Medina2-2/+4
2011-11-13Fix bug. Instance converter in handler baseDavid Medina1-2/+2
2011-11-13Explicit > implicitDavid Medina1-23/+63
user arg in all anonymous user handler methods
2011-11-13Testing on fire (handlers, user_handler)David Medina7-8/+163
Also fix bugs, pep8
2011-11-12PEP8 and renamingDavid Medina4-2/+6
2011-11-12Added converters testDavid Medina4-101/+92
2011-11-12Catch unauthorized requests. Bad credentialsDavid Medina2-2/+4
2011-11-12Added core_test and fix some bugs / pep8David Medina4-17/+139
Readme to Markdown
2011-11-10Init test enviromentDavid Medina6-1/+160
Also rename user handler module to 'users'
2011-11-09Fix bugsDavid Medina6-29/+33
2011-11-09Fixing bugs. Crazy night :SDavid Medina6-29/+33
2011-11-09New design. Merge develop branchDavid Medina25-2188/+837
2011-11-09Support for proxys in _bool handlerDavid Medina1-1/+14
Proxys: _put, _delete
2011-11-09Added support for extra args to get_resourcesDavid Medina2-4/+9
Paginate coupled? :S
2011-11-09Added User/AuthUser handlerDavid Medina2-81/+205
2011-11-08Prefix handlersDavid Medina1-11/+21
Also give the possibility of inject converter in requests
2011-11-08Added post_resource to handlerDavid Medina1-0/+7
2011-11-08Abstract and decouple convertersDavid Medina3-63/+126
2011-11-08Fix cleanDavid Medina1-1/+0
2011-11-07Added the create_gist() methodAntti Kaihola1-0/+8
2011-11-07_post_resourceAntti Kaihola1-0/+5
2011-11-07Fix typoDavid Medina1-1/+1
2011-11-06Modelizer class. json<->model parserDavid Medina8-296/+236
Also reorganize code
2011-11-06Cleaning files from origin repoDavid Medina14-1745/+5
2011-11-06Doc and refactorizeDavid Medina2-12/+59
2011-11-05Handlers and paginate resourcesDavid Medina1-27/+50