Commit Graph

5 Commits (bbdbfcebb6f3d3c071f47e4dc292f562805833e5)

Author SHA1 Message Date
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