cloudkitty/releasenotes/notes/get-dataframes-v2-api-endpoint-3a4625c6008a5fca.yaml
Justin Ferrieu a81c01d6e2 Add a v2 API endpoint to retrieve DataFrame objects
A new endpoint has been made available to admin users or
scope owners on ``GET /v2/dataframes``. This will allow
end users to retrieve DataFrames in the form of JSON objects
from the CloudKitty storage backend.

Documentation and unit tests are included in this commit.

Change-Id: I784da5565d040f565945fa93d86dcef11faa72f9
2019-09-13 10:04:01 +02:00

8 lines
284 B
YAML

---
features:
- |
Added a v2 API endpoint allowing to retrieve dataframes from
the CloudKitty storage. This endpoint is available via a ``GET``
request on ``/v2/dataframes``. Being the owner of the scope or
having admin privileges are required to use this endpoint.