python-freezerclient/freezerclient/tests
Cai Hui 90542f8a2c Add freezerclient.client in order to use the python api directly
The simplest way to create a client instance is initialization with your
 credentials:

        >>> from freezerclient import client
        >>> freezer = client.Client("2")
        >>> freezer.jobs.list_all()

Change-Id: I04f1316d6786579a48d1db7969c7cae3ef8bd9e4
2018-10-12 02:10:07 -04:00
..
unit Add freezerclient.client in order to use the python api directly 2018-10-12 02:10:07 -04:00
__init__.py Python freezer client 2016-03-18 13:40:01 +00:00