refstack/refstack/db/sqlalchemy
Vladislav Kuzmin 4ab98f7d8e Create endpoint for listing of all uploads id without auth
Add new endpoint in refstack's API for listing uploads id,
their creation data and cpid.
Add pagination for results. Makes it possible to specify
number of page in url base_url/v1/results?page=<page number>
and other filtering parameters.
If page not specified, then by default page equals 1.
Add unit and functional tests.

Change-Id: Ie57df6b4c2607679b5d2746821b6753fc672d7c3
Implement: https://storyboard.openstack.org/#!/story/2000200
Implement: https://github.com/stackforge/refstack/blob/master/specs/proposed/test-record-api.rst
2015-04-03 17:27:12 +03:00
..
__init__.py Add oslo libraries and command-line utility 2015-02-04 16:54:59 +04:00
api.py Create endpoint for listing of all uploads id without auth 2015-04-03 17:27:12 +03:00
models.py Create endpoint for listing of all uploads id without auth 2015-04-03 17:27:12 +03:00