Go to file
Muharem Hrnjadovic 38e2dd0cf3 This adds a transport layer request spec class
The idea here is to be declarative i.e. specify *what* is desired.
It's up to the respective transport (e.g. http, zmq etc.) to turn a
request spec into an appropriate request.

The request spec class also performs some basic validation.  The
assumption is that the Marconi API is stable and known for a given
version. The API info for version 1 is thus captured in the code and
not read from the home document.

Nevertheless I have introduced a separate api_info() function that
allows us to source the API info from the home document at a later point.

Please note also that the `request.Spec` has a `headers` dict property
that can be used by the auth layer to inject auth tokens etc.

Change-Id: Ia72bfadcc84e7aba69aa5f32d76dfa0dc1083e0d
2013-09-24 16:46:38 +02:00
2013-07-16 17:59:28 -04:00
2013-07-19 19:15:09 -04:00
2013-05-07 17:09:55 +02:00
2013-07-19 19:15:09 -04:00
2013-09-12 11:29:34 +02:00
2013-09-17 16:07:33 +02:00
2013-09-12 11:29:34 +02:00

Python Marconi Client

version

0.1.0

Wiki

Marconi Wiki

Trello

Marconi Trello

Review

Code Review

Design

Client Wiki

IRC

#openstack-marconi @ freenode

Welcome to the Marconi Client Python bindings project!

Table of Contents

Installation

Until this project is on PyPi, the official way to install these bindings are to:

pip install git+https://github.com/cabrera/python-marconiclient.git

Contributing

The primary maintainer of this project is: TBA

Be sure to reference the HACKING file for all the details.

Description
OpenStack Messaging (Zaqar) Client
Readme 6.9 MiB
Languages
Python 100%