« Previous | Next » 

Revision d630c78b

IDd630c78babecc45b88954399cc26b2927c846cae

Added by Sofia Papagiannaki almost 11 years ago

pithos: fix public api

Pithos public api was broken since the pithos api decorator
used to call the common api decorator without passing the
``token_required`` optional argument (default to True).
As a result, all the requests failed with 401 Unauthorized status.
An additional argument ``token_required`` was added to the
pithos api_method which is propagated to the common api decorator.

Related commit:
commit: 65bbcd436f538c90abf85ebf611d1a8964e267dc

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences