« Previous | Next » 

Revision 65bbcd43

ID65bbcd436f538c90abf85ebf611d1a8964e267dc

Added by Christos Stavrakakis about 11 years ago

Use common 'api_method' decorator in pithos api

Update all pithos API methods to use the new common 'api_method'
decorator. However, this decorator is not enough for pithos since
pithos methods require some extra tasks:
  • Create a PithosBackend connection
  • Handle special HTTP headers

For these reasons, pithos defines a custom 'api_method' decorator, which
is decorator by the common 'api_method' decorator.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences