Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients / astakos.py @ 2005b18e

History | View | Annotate | Download (2.9 kB)

# Date Author Comment
7ae842c2 02/07/2013 07:18 pm Stavros Sachtouris

Adjust documentation, allow explicit account set

2182231b 02/07/2013 05:42 pm Stavros Sachtouris

Add info method, tests and docs

409371de 02/07/2013 05:15 pm Stavros Sachtouris

Add list to astakos client

list method returns a list of all cached user informations, one for each token

29040fef 02/07/2013 05:04 pm Stavros Sachtouris

Adjust documentation to recent astakos client

5207c784 02/07/2013 04:06 pm Stavros Sachtouris

Compact code and unittests for astakos client

3f61753d 02/07/2013 02:04 pm Stavros Sachtouris

Merge branch 'develop' into feature-astakos

Conflicts:
kamaki/cli/commands/astakos_cli.py
kamaki/clients/tests.py

0f3b4b1a 12/11/2012 05:21 pm Stavros Sachtouris

Add unittesting for astakos

Most astakos services need admin auth to test

c79f61ed 12/11/2012 05:10 pm Stavros Sachtouris

Astakos cli.listservices, clients.get_services

33c52ea6 12/11/2012 04:16 pm Stavros Sachtouris

Add service userinfo, rearange admin userinfo

Two modes: astakos service and astakos admin
They both have a userinfo command

76d3b2d7 12/11/2012 01:35 pm Stavros Sachtouris

Add get_user_by_email/username

0d79eb23 11/30/2012 05:28 pm Stavros Sachtouris

Update comment docs for astakos client

0238c167 11/06/2012 07:08 pm Stavros Sachtouris

Propagate error handling corrections up to CLIs

3dabe5d2 11/02/2012 01:16 pm Stavros Sachtouris

Make all source pep8 compliant

c270fe96 10/26/2012 04:18 pm Stavros Sachtouris

Remove relative imports from all pkgs, fix astakos

astakos imports an anused (and soon deprecated) module

33dc6317 09/12/2012 03:03 pm Stavros Sachtouris

Fully integrate http connection modifications

2f749e6e 08/29/2012 05:26 pm Stavros Sachtouris

Major changes in client, fixed setup

Seperate Client to Client and HTTPConnection
The later is put in a separate package kamaki.client.connection
It manages headers, params, method, url and data of a connection
but the actuall http connection is not implemented at this...

44b8928d 07/10/2012 05:09 pm Giorgos Verigakis

Make source PEP8 compliant

3a074de0 03/13/2012 04:25 pm Giorgos Verigakis

Improve error reporting in astakos

43ca98ee 03/05/2012 04:23 pm Giorgos Verigakis

Add support for Astakos API

Add "astakos authenticate" command