
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
24 lines
220 B
ReStructuredText
24 lines
220 B
ReStructuredText
#############
|
|
API Reference
|
|
#############
|
|
|
|
This is a complete reference of Cloudkitty's API.
|
|
|
|
API v1
|
|
======
|
|
|
|
.. toctree::
|
|
:glob:
|
|
|
|
v1/*
|
|
v1/rating/*
|
|
|
|
API v2
|
|
======
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:glob:
|
|
|
|
v2/*
|