https://github.com/guacsec/trustify-da-api-spec
CodeReady Dependency Analytics API Specification
https://github.com/guacsec/trustify-da-api-spec
Last synced: 5 months ago
JSON representation
CodeReady Dependency Analytics API Specification
- Host: GitHub
- URL: https://github.com/guacsec/trustify-da-api-spec
- Owner: guacsec
- License: apache-2.0
- Created: 2023-07-06T07:26:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-26T21:50:24.000Z (5 months ago)
- Last Synced: 2026-02-27T03:44:40.161Z (5 months ago)
- Language: Java
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trustify Dependency Analytics API Specification
Trustify Dependency Analytics API Specification
## OpenAPI v5
Find the OpenAPI definition for V5 under the [/api](./api) folder
## Generated data model
The Java and Javascript data models are generated at build time using the
[openapi-generator-maven-plugin](https://github.com/OpenAPITools/openapi-generator/tree/master/modules/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.
```xml
io.github.guacsec
trustify-da-api-model
2.0.2-SNAPSHOT
```
## Use the Javascript data model
Add it to your project as follows:
```bash
npm install @guacsec/trustify-da-api-model@2.0.2-SNAPSHOT
```