OpenStack Docs: The pankoclient Python API
this page last updated: 2017-02-10 17:00:44
The pankoclient Python API¶
Usage¶
To use pankoclient in a project:
>>> from pankoclient.v2 import client >>> panko = client.Client(...) >>> panko.event.list()
this page last updated: 2017-02-10 17:00:44
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.