Files
python-aodhclient/doc/source/api.rst
2015-12-16 11:00:37 -05:00

28 lines
430 B
ReStructuredText

The :mod:`aodhclient` Python API
================================
.. module:: aodhclient
:synopsis: A client for the Aodh API.
.. currentmodule:: aodhclient
Usage
-----
To use aodhclient in a project::
>>> from aodhclient.v2 import client
>>> aodh = client.Client(...)
>>> aodh.alarm.list("alarm")
Reference
---------
For more information, see the reference:
.. toctree::
:maxdepth: 2
ref/v2/index