python-mistralclient/mistralclient/api
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
..
v2 Add filters to client Python APIs 2016-12-26 16:32:51 +07:00
__init__.py Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
base.py Pass httpclient to managers 2016-09-12 13:28:31 +10:00
client.py Abstract authentication function 2016-09-22 01:00:37 +00:00
httpclient.py Region name related command line arguments are added 2016-11-18 12:17:47 +01:00