python-zaqarclient/marconiclient/tests/queues
Flavio Percoco 4fdbddac29 Add a Message resource and a MessageIterator
This patch defines the Message resource and the MessageIterator. The
former represents a message unit and the possible operations that can be
executed from that resource. The later allows users to iterate over
Messages' pages and consume all available messages.

The patch also renames queue_id to queue._name which is more consistent
with the API terminology.

NOTE: Functional tests are missing and will be added in a separate
patch.

Change-Id: I8c871e326bd580964f15d4ffc16c6264f9825ba7
Partially-Implements: python-marconiclient-v1
2014-01-07 10:02:52 +01:00
..
__init__.py Implement queue's API methods 2013-10-29 16:43:03 +01:00
base.py Add a Message resource and a MessageIterator 2014-01-07 10:02:52 +01:00
messages.py Add a Message resource and a MessageIterator 2014-01-07 10:02:52 +01:00
queues.py Add a Message resource and a MessageIterator 2014-01-07 10:02:52 +01:00