deckhand/deckhand/client
Felipe Monteiro b47f421abf DECKHAND-87: Deckhand API client library
This PS implements the Deckhand API client library
which is based off the python-novaclient code base.
The client library includes managers for all the
Deckhand APIs.

The following features have been implemented:
  * Framework for API client library
  * Manager for each Deckhand API (buckets, revisions, etc.)
  * API client library documentation

Tests will be added in a follow-up (once Deckhand functional
tests use Keystone).

Change-Id: I829a030738f42dc7ddec623d881a99ed97d04520
2017-12-13 20:56:23 +00:00
..
__init__.py DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00
base.py DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00
buckets.py DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00
client.py DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00
exceptions.py DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00
revisions.py DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00
tags.py DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00
validations.py DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00