openstacksdk/openstack
Jamie Lennox c8105da07a Add base resource class
This has been describes as closer to the ORM approach whereby the
resource contains all the information on how to communicate with a
server.

It is intended to be a relatively low level interface on which other
things may be built. So I expect some helper wrappers will be built at a
later time.

The manager in this commit is no longer a requirement, but it shows how
you can keep the current client pattern of managers and remove the
manual handling of session objects.

Change-Id: I46678215063c31928c0b372c039ed020bed837c9
2014-04-25 17:43:50 +10:00
..
auth Session layer with base authenticator 2014-04-23 20:33:57 -06:00
tests Add base resource class 2014-04-25 17:43:50 +10:00
__init__.py Made tox -e pep8 passed. Also made git review work 2014-01-28 09:20:44 -08:00
resource.py Add base resource class 2014-04-25 17:43:50 +10:00
session.py Add base resource class 2014-04-25 17:43:50 +10:00
transport.py Add base resource class 2014-04-25 17:43:50 +10:00
utils.py Add base resource class 2014-04-25 17:43:50 +10:00