Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 923 Bytes

File metadata and controls

33 lines (22 loc) · 923 Bytes

Trustify Dependency Analytics API Specification

Trustify Dependency Analytics API Specification

OpenAPI v5

Find the OpenAPI definition for V5 under the /api folder

Generated data model

The Java and Javascript data models are generated at build time using the openapi-generator-maven-plugin

Run mvn package to generate it.

Use the Java generated data model

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.8-SNAPSHOT</version>
</dependency>

Use the Javascript data model

Add it to your project as follows:

npm install @guacsec/trustify-da-api-model@2.0.8-SNAPSHOT