Enterprise service for normalizing vulnerability data from external sources and making it available via API
This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.
- API version: 0.0.1
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
Install the following dependencies:
go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context
go get github.com/antihax/optional
Put the package under your project folder and add the following in import:
import "./openapi"
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | GetFeedGroupData | Get /feeds/{feed}/{group} | |
DefaultApi | GetTask | Get /tasks/{task_id} | |
DefaultApi | GetTasks | Get /tasks | |
DefaultApi | HealthCheck | Get /health | |
DefaultApi | ListFeedGroups | Get /feeds/{feed} | |
DefaultApi | ListFeeds | Get /feeds | |
DefaultApi | Ping | Get / | |
DefaultApi | VersionCheck | Get /version |
- DataListing
- Feed
- FeedListing
- Group
- GroupListing
- ServiceVersion
- ServiceVersionApi
- ServiceVersionDb
- ServiceVersionEngine
- ServiceVersionService
- Task
Endpoints do not require authorization.