python-glareclient/glareclient/tests/unit
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
..
osc Allow to delete blobs with external urls 2017-08-12 12:39:11 +03:00
v1 Look the list of artifacts in 'artifacts' section 2017-12-12 13:48:20 +01:00
var Glare client code 2016-09-12 14:24:03 +03:00
__init__.py Glare client code 2016-09-12 14:24:03 +03:00
base.py Glare client code 2016-09-12 14:24:03 +03:00
fakes.py Add new common/http 2016-09-27 13:48:42 +03:00
test_common_http.py Add ssl options to keycloak auth module 2017-08-10 18:22:49 +03:00
test_progressbar.py HTTP Client refactoring 2017-01-17 16:35:26 +03:00
test_shell.py Don't create client for help and bash completion 2017-10-20 20:50:58 +00:00
test_utils.py HTTP Client refactoring 2017-01-17 16:35:26 +03:00