Ecosuite Project Data API
Last updated
Last updated
Ecosulte's Project Data API is designed and specified with . The is simple to use when leveraging the provided OpenAPI definitions. You can download them using .
Downloading the OpenAPI definition allows us to generate bindings for our language and environment of choice. The definition file is available publicly, and can be downloaded either in your browser or in the command line:
Using the definition can be accomplished by using openapi-generator-cli
. Let's download the tool and install a stable version:
Generating bindings is done by specifying our generator of choice. Let's use the default Python generator as an example:
Now it's as simple as using the generated classes and functions to interact with the API.