This API SDK was automatically generated by APIMATIC BETA v2.0
Due to the UniRest package dependency this SDK only works under Python 2.7 It will not work using Python 3.x
The generated code might need to be configured with your API credentials. To do that, open the file "Configuration.py" and edit its contents.
The generated code uses Python libraries named UniRest and Jsonpickle.
PIP is a popular tool for managing python packages[1]. To resolve these packages:
- From terminal/cmd navigate to the root directory
- Invoke 'pip install -r requirements.txt'
Note: You will need internet access to resolve these dependencies.
The following shows how to make invoke the EmotionAnalysisController controller. It is also shown in [2].
1. Create a "EmotionAnalysisControllerTest.py" file in the root directory.
2. Add the following import statement
'from KairosEmotionAPILib.Controllers.EmotionAnalysisController import *'
3. Create a new instance using 'controller = EmotionAnalysisController()'
4. Invoke an endpoint with the appropriate parameters, for example
'response = controller.create_media(<required parameters if any>)'
[1] PIP - https://pip.pypa.io
[2] from KairosEmotionAPILib.Controllers.EmotionAnalysisController import *
controller = EmotionAnalysisController()
response = controller.create_media()