Trustify Dependency Analytics API Specification
Find the OpenAPI definition for V5 under the /api folder
The Java and Javascript data models are generated at build time using the openapi-generator-maven-plugin
Run mvn package to generate it.
The packages are published to the GitHub maven repository. Make sure to add it to your settings or to your project configuration.
<dependency>
<groupId>io.github.guacsec</groupId>
<artifactId>trustify-da-api-model</artifactId>
<version>2.0.2-SNAPSHOT</version>
</dependency>Add it to your project as follows:
npm install @guacsec/[email protected]