python-glareclient/glareclient
Mike Fedosin 8348e98224 Look the list of artifacts in 'artifacts' section
Now when user requests a list of artifacts glare returns
a json dict that has a section called after the type name,
which contains the list of the artifacts.
Example:
GET /artifacts/my_artifacts

{"my_artifacts": [...]}

It's not really a resful approach, so it's suggested to create a
unified section 'artifacts' for all cases, i.e. return
{"artifacts": [...]}

Change-Id: I2afb80fc7285bb8111a45a88d03f8ea21052f871
2017-12-12 13:48:20 +01:00
..
common Allow to work in secure mode without certificate 2017-10-02 15:32:59 +03:00
osc Allow to delete blobs with external urls 2017-08-12 12:39:11 +03:00
tests Look the list of artifacts in 'artifacts' section 2017-12-12 13:48:20 +01:00
v1 Look the list of artifacts in 'artifacts' section 2017-12-12 13:48:20 +01:00
__init__.py Glare client code 2016-09-12 14:24:03 +03:00
_i18n.py Glare client code 2016-09-12 14:24:03 +03:00
client.py Add new common/http 2016-09-27 13:48:42 +03:00
exc.py Glare client code 2016-09-12 14:24:03 +03:00
shell.py Don't create client for help and bash completion 2017-10-20 20:50:58 +00:00