trove-tempest-plugin/trove_tempest_plugin/services/database/json
Bartosz Zurkowski 0dea14df86 Create base class for client to avoid code duplication
Implementing listing or showing resource in every client leads to
a lot of duplicated code. This change adds a base client class
which implements common helpers.

Removes "Database" prefix from class names and "db" infix
from method signatures for alignment with standards from the rest
of the community.

Also, adds doseq option by URL encoding to handle sequence field
values.

Change-Id: I580405e2cb8a15e5735ae413ad2186c620f018bc
Co-Authored-By: Przemyslaw Godek <p.godek@partner.samsung.com>
Co-Authored-By: Krzysztof Opasiak <k.opasiak@samsung.com>
Signed-off-by: Bartosz Zurkowski <b.zurkowski@samsung.com>
2018-07-31 13:18:00 +02:00
..
__init__.py Apply cookiecutter to newly split project trove-tempest-plugin 2017-12-11 20:15:13 +05:30
base_client.py Create base class for client to avoid code duplication 2018-07-31 13:18:00 +02:00
flavors_client.py Create base class for client to avoid code duplication 2018-07-31 13:18:00 +02:00
limits_client.py Create base class for client to avoid code duplication 2018-07-31 13:18:00 +02:00
versions_client.py Create base class for client to avoid code duplication 2018-07-31 13:18:00 +02:00