Statistics
| Branch: | Tag: | Revision:

root / snf-django-lib / snf_django / lib / __init__.py @ 31bc4729

History | View | Annotate | Download (0 Bytes)

# Date Author Comment
72bf812d 04/08/2013 11:06 am Christos Stavrakakis

Implement single decorator for handling API calls

Create a single decorator for API methods to be used be accross all
synnefo. This decorator does the following:

  • Proper logging of 5xx faults and unexpected errors
  • Authentication with Astakos using snf-astakos-client...