This documentation reflects the latest development version and may change before the next official release.
For the latest stable documentation, see 0.8.1-incubating.
REST API
Accessing Swagger UI
Access the Swagger UI at:
http://<host>:<port>/#/openapi-ui
You can also view the OpenAPI specification YAML in the repository at amoro-ams/src/main/resources/openapi/openapi.yaml, or use the Swagger Editor online.
Building the OpenAPI SDK
Build the OpenAPI SDK using Maven:
./mvnw clean package -pl amoro-openapi-sdk -am -Popenapi-sdk