Statistics
| Branch: | Tag: | Revision:

root / astakosclient @ 2439c9d6

Name Size
  astakosclient
  docs
COPYRIGHT 1.5 kB
MANIFEST.in 28 Bytes
distribute_setup.py 15.4 kB
setup.py 6.4 kB

Latest revisions

# Date Author Comment
2cd636fe 10/31/2013 11:51 am Stavros Sachtouris

Log http requests/responses in members variables

This feature is useful for logging by external applications like kamaki
New member variables:
self.log_request=dict(method=.., path=.., headers=.., body=..)
self.log_response=dict(status=.., message=.., data=..)

9c3cbd0d 10/29/2013 04:15 pm Ilias Tsitsimpis

astakosclient: Update documentation

837d85bb 10/29/2013 04:15 pm Ilias Tsitsimpis

astakosclient: Usage request parameter deprecated

Astakos' Authenticate Api Method has deprecated the `usage' request
parameter. Remove it from AstakosClient.

283a43e9 10/29/2013 04:15 pm Ilias Tsitsimpis

astakosclient: Fix astakosclient tests

45c0bcf8 10/29/2013 04:15 pm Giorgos Korfiatis

astakosclient: Separate public/private POST /tokens

Introduce function authenticate(), which performs POST /tokens in
private mode, i.e. giving a token to be checked for authentication.
Function get_endpoints() performs the call in public mode, in order
to retrieve the endpoints....

b4b82ec4 10/29/2013 04:15 pm Giorgos Korfiatis

astakos: Remove call GET /authenticate

Use POST /tokens to authenticate. Delete AstakosClient.get_user_info()
and replace its uses by AstakosClient.authenticate().

2c9c147e 10/29/2013 03:37 pm Ilias Tsitsimpis

astakosclient: Complete redesign astakosclient

Accept auth_url as the default entry point and
query astakos endpoints to find out the
account and ui urls.

c1b7f449 09/10/2013 03:29 pm Christos Stavrakakis

Update objpool dependency to version 0.3

47bb45c0 08/07/2013 12:01 pm Giorgos Korfiatis

astakosclient: Implement project calls

8975f6f6 08/05/2013 03:59 pm Christos Stavrakakis

astakosclient: PEP8 fixes

This commit makes astakosclient PEP8 compliant.

View revisions

Also available in: Atom