python-lastfm/lastfm/mixins
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
..
__init__.py added shout and shoutable modules to implement getShout method in artist, user and event classes, moved the mixin modules to a separate directory, changed all imports to absolute imports 2008-12-31 05:30:23 +00:00
cacheable.py * refactored the decorators to decorators module from base module 2009-03-10 06:09:11 +00:00
searchable.py added shout and shoutable modules to implement getShout method in artist, user and event classes, moved the mixin modules to a separate directory, changed all imports to absolute imports 2008-12-31 05:30:23 +00:00
sharable.py * refactored the decorators to decorators module from base module 2009-03-10 06:09:11 +00:00
shoutable.py * refactored the decorators to decorators module from base module 2009-03-10 06:09:11 +00:00
taggable.py * refactored the decorators to decorators module from base module 2009-03-10 06:09:11 +00:00