dc2509ba65
This adds a v2 API root to CloudKitty. An example endpoint along with some developer documentation has been added. The API root is now served with Flask instead of pecan. Change-Id: I4ede52dae531631f7fe708400def01bc08a64dec Story: 2004208 Task: 27717 Task: 27718 Task: 27719
12 lines
315 B
YAML
12 lines
315 B
YAML
---
|
|
features:
|
|
- |
|
|
A v2 API has been bootstrapped. It is compatible with the v2 storage and
|
|
will be the base for all upcoming API endpoints. It is marked as
|
|
``EXPERIMENTAL`` for now.
|
|
|
|
upgrade:
|
|
- |
|
|
The v1 API is now marked as ``CURRENT``. The API root is now built with
|
|
Flask instead of pecan
|