Add low-level API base class

Adds the foundation of a low-level REST API client.  This is the final prep
stage in the conversion of the object-store commands from the old restapi
interface to the keystoneclient.session-based API.

* api.api.BaseAPI holds the common operations

Change-Id: I8fba980e3eb2d787344f766507a9d0dae49dcadf
This commit is contained in:
Dean Troyer
2014-09-18 00:52:02 -05:00
parent 207c8cf3ef
commit e3b9b96588
4 changed files with 711 additions and 0 deletions

View File