An open API service indexing awesome lists of open source software.

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

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
```