NOTE: You NEED to have Python V 3.8.6 (64bit).
Next, locate the config.ini file in the project root. This file contains all the config properties needed to run these samples. Open the file and:
- Set your license
- Set the address of your RESTful server
We have three samples in this project:
- GenerateDocument.py
- Shows you how to process a document and get output
- RetrieveMetrics.py
- Shows you how to get the templates metrics
- RetrieveTagTree.py
- Shows you how to get the templates tag tree
All these python files are located in /src/fluent_demo/ if you want to explore the code.
To run these projects all you need to do is:
- Navigate to the
/scripts/directory - Double click on the corisponding
.bator.shfile for the project you want to run. Everrything is setup to work out the box, and it will install the latest version of the package.
To see the object schemas used in this client, check out our Swagger Documentation