The 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:
- The
tricircleclient.client
Module - The
tricircleclient.exceptions
Module - The
tricircleclient.osc
Module - The
tricircleclient.utils
Module - The
tricircleclient.v1.base
Module - The
tricircleclient.v1.client
Module - The
tricircleclient.v1.pods
Module - The
tricircleclient.v1.pods_cli
Module - The
tricircleclient.v1.routings
Module - The
tricircleclient.v1.routings_cli
Module - The
tricircleclient.version
Module