The zaqar.transport.wsgi.v2_0.queues
module¶
-
class
ItemResource
(validate, queue_controller, message_controller)¶ Bases:
object
-
on_delete
(*args, **kwargs)¶
-
on_get
(*args, **kwargs)¶
-
on_patch
(*args, **kwargs)¶ Allows one to update a queue’s metadata.
This method expects the user to submit a JSON object. There is also strict format checking through the use of jsonschema. Appropriate errors are returned in each case for badly formatted input.
Returns: HTTP | 200,400,409,503
-
on_put
(*args, **kwargs)¶
-