python-mistralclient/mistralclient/api/v2
Renat Akhmerov fdda862e7c Add filters to client Python APIs
* A number of Mistral REST API endpoints support parameters that
  allow to filter colections. For example, we can pass
  do 'GET /v2/actions?name=in:std.' in a query string and Mistral
  will return only actions containing 'std.' in their name.
  This capability was missing in the client APIs, this patch
  adds corresponding parameters in the APIs for actions,
  workflows, executions (workflow executions) and tasks (task
  executions).

TODO:
- Add required tests

Partially implements: blueprint mistral-client-api-filters
Change-Id: Ic49f58626cf129f9c9399268c3cd12cc93eee039
2016-12-26 16:32:51 +07:00
..
__init__.py Implement python-mistralclient v2 2014-09-05 13:44:01 +04:00
action_executions.py Pass httpclient to managers 2016-09-12 13:28:31 +10:00
actions.py Add filters to client Python APIs 2016-12-26 16:32:51 +07:00
client.py Send access info to server 2016-09-28 10:24:00 +02:00
cron_triggers.py Support workflow id for cron trigger creation 2016-01-22 18:48:10 +13:00
environments.py Change the mistralclient for Mistral action pack 2016-02-26 11:58:13 -06:00
executions.py Add filters to client Python APIs 2016-12-26 16:32:51 +07:00
members.py Pass httpclient to managers 2016-09-12 13:28:31 +10:00
services.py Add service API support in client side 2015-08-14 11:48:51 +08:00
tasks.py Add filters to client Python APIs 2016-12-26 16:32:51 +07:00
workbooks.py Pass httpclient to managers 2016-09-12 13:28:31 +10:00
workflows.py Add filters to client Python APIs 2016-12-26 16:32:51 +07:00