This repository contains the autogenerated Javadoc files for ACE as well as a standalone version of it's Swagger documentation.
To view the Javadoc documentation, open the index.html
file in the javadoc-directory of this repository. This will allow you to browse the documentation locally.
To view the Swagger documentation, you could serve the files locally by starting a simple python server in the swagger-ui directory with python -m http.server 8090
. Then you are able to access the documentation at http://localhost:8090/index.html.
This repository provides documentation for ACE, detailing its classes, methods, and interfaces.
This documentation is licensed under the Apache 2.0 License.