glare/glare/api/v1
Kushal Agrawal e3c825a82c Total Number of artifacts for given filter
Currently there was no way to get the total number
of records available during pagination until user
reaches the last page. And still he has to  keep the
track of previous number of records.

To overcome this issue we have provided total_count
attribute in response structure which provides total
number of records available for the given filter.

Affected API :
GET /artifacts/{artifacts_type} artifact API.

For above API our updated response structure contains
a new json attribute "total_count" and value will
be of integer type.

Change-Id: I7608a80a70e90a4be24ebae7961346810d2f3a70
2018-02-07 09:57:31 +00:00
..
__init__.py Glare Code 2016-08-05 18:59:44 +03:00
api_version_request.py Enable Glare API 1.1 2017-08-28 10:58:39 +03:00
api_versioning.py Docstrings should not start with a space 2017-03-25 12:42:28 +08:00
resource.py Total Number of artifacts for given filter 2018-02-07 09:57:31 +00:00
router.py Update quotas API 2017-08-27 14:18:06 +03:00