python-tricircleclient/doc/source/api.rst

22 lines
340 B
ReStructuredText

The :mod:`tricircleclient` Python API
=====================================
Usage
-----
To use tricircleclient in a project::
>>> from tricircleclient.v1 import client
>>> tricircle = client.Client(...)
>>> tricircle.pod.list()
Reference
---------
For more information, see the reference:
.. toctree::
:glob:
api/*