Commit Graph

7 Commits (36b2aea1fdfe3913ad03668dfca4ab926aae02a8)

Author SHA1 Message Date
Abhinav Sarkar 36b2aea1fd minor changes 2009-03-27 05:48:34 +00:00
Abhinav Sarkar 5a4296fa73 fixed bugs in authenticate and depaginate decorators 2009-03-25 10:25:20 +00:00
Abhinav Sarkar bbdbfcebb6 * added decorator package to setup dependency
* used 'decorator' decorator on the decorators in the decorators module to avoid function signature mangling
* added 'callback' argument and related documentation in the asynchronous methods in api module
2009-03-24 17:37:42 +00:00
Abhinav Sarkar 238d88f7e8 added async_callback decorator for supporting asynchronous calls. applied it to get_* methods in Api class. 2009-03-21 06:53:24 +00:00
Abhinav Sarkar d1656c1a84 fixed pylint warnings 2009-03-18 04:25:04 +00:00
Abhinav Sarkar 394310c60f refactored pagination behaviour in 'paginate' decorator 2009-03-17 18:34:06 +00:00
Abhinav Sarkar 636e9073ec * refactored the decorators to decorators module from base module
* fixed a bug in authenticate decorator which gave the authenticated results for non-authenticated users
* added documentation for decorators module
* added authenticate decorator to the methods in taggable and sharable mixin modules
* added set_secret and set_session_key methods in Api class
2009-03-10 06:09:11 +00:00