Skip to content

anchore/go-feeds-client

Repository files navigation

Go API client for openapi

Enterprise service for normalizing vulnerability data from external sources and making it available via API

Overview

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

Installation

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"

Documentation for API Endpoints

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

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author

dev@anchore.com

Releases

No releases published

Packages

No packages published

Languages