Schemas and Api calls + Fast development
Small tip: If you are using postman, import this url inside Postman:https://api.octorate.com/connect/rest/v1/integration/openapi.yaml
You will have the set of Octorate calls already written and you can use the Postman generated code sample to speed up the development.
Octorate supports OPENAPI (v3) format.
What does it means?
You can use our internal swagger or use your custom OpenApi generator, starting
from our json that describes the API that are currently operating inside
octorate.
This Json is generated dynamically everytime octorate changes, so the most
update version and description of each items is reacheable through our components documentation.