Skip to content
  • Christos Stavrakakis's avatar
    Use common 'api_method' decorator in pithos api · 1051cd72
    Christos Stavrakakis authored
    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.
    1051cd72