The following libraries are used to implement API in Orochi:
- Django-ninja: a powerful and flexible toolkit for building Web APIs.
To have full access to API, first need login. The GUI is available on port 8000, so if you are running dockers locally: http://127.0.0.1:8000
Swagger is a set of open-source tools built around the OpenAPI Specification that can help you design, build, document and consume REST APIs. Swagger is available at https://localhost/api/docs
A python example on API usage is available here