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