A&AI REST API Documentation - Amsterdam
Mar 23, 2018
The REST API definitions can be downloaded from here.
Comments
Sep 4, 2017
Generate via (thanks LiZi) - Q do we still support v8
cd aai/aai-common/aai-core/
mvn -PgenerateXsd -DskipTests
mvn -PgenerateXsd install -DskipTests
mvn -PgenerateYaml install -DskipTests
mvn -PgenerateHtml install -DskipTests
cat ../aai-schema/src/main/resources/aai_swagger_html/aai_swagger_v8.html
cat ../aai-schema/src/main/resources/aai_swagger_html/aai_swagger_v11.htmlOct 25, 2017
aai_swagger_v11.html is out of sync with aai_schema_v11.xsd. There are node types defined in XSD doc that do not have paths defined in the index document
Please update the aai_swagger_v11 with the missing paths.
I think we need to rename above aai_swagger_v11.html file. It's not swagger definition of AAI APIs.