Python client for Mistral REST API.
Go to file
Renat Akhmerov bbefdeb468 Add context parameter in execution creation
* Added parameter "context" when creating execution
* Added "context" validation (dict or json compatible string)
* Additional tests
* Added exceptions.py module with Mistral client exceptions
* Fixing typos

Change-Id: Id569d2f953efce9b86988c7f8c8f92cd0c97ef17
2014-02-17 19:16:13 +07:00
doc/source Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
mistralclient Add context parameter in execution creation 2014-02-17 19:16:13 +07:00
tools Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
.gitignore Adding .gitignore file 2014-01-13 13:28:33 -08:00
.gitreview Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
AUTHORS Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
LICENSE Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
openstack-common.conf Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
README.md Initial commit 2013-12-23 21:49:04 -08:00
requirements.txt Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
setup.cfg Fix installation with requirements 2014-01-20 12:58:37 +04:00
setup.py Fix installation with requirements 2014-01-20 12:58:37 +04:00
test-requirements.txt Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
tox.ini Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00

python-mistralclient

Python client for Mistral REST API