Files
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
..
2014-09-05 13:44:01 +04:00
2016-12-26 16:32:51 +07:00
2016-09-28 10:24:00 +02:00
2016-09-12 13:28:31 +10:00
2016-12-26 16:32:51 +07:00
2016-09-12 13:28:31 +10:00
2016-12-26 16:32:51 +07:00