Files
deb-python-aodhclient/doc/source/api.rst
2015-08-30 19:39:12 +02:00

28 lines
470 B
ReStructuredText

The :mod:`gnocchiclient` Python API
===================================
.. module:: gnocchiclient
:synopsis: A client for the Gnocchi API.
.. currentmodule:: gnocchiclient
Usage
-----
To use python-gnocchiclient in a project::
>>> from gnocchiclient.v1 import client
>>> gnocchi = client.Client(...)
>>> gnocchi.resource.list("instance")
Reference
---------
For more information, see the reference:
.. toctree::
:maxdepth: 2
ref/v1/index