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

https://github.com/anchore/go-feeds-client

go client for the feeds API
https://github.com/anchore/go-feeds-client

Last synced: 2 months ago
JSON representation

go client for the feeds API

Awesome Lists containing this project

README

          

# 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](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) 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:

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

```golang
import "./openapi"
```

## Documentation for API Endpoints

All URIs are relative to *http://localhost*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DefaultApi* | [**GetFeedGroupData**](docs/DefaultApi.md#getfeedgroupdata) | **Get** /feeds/{feed}/{group} |
*DefaultApi* | [**GetTask**](docs/DefaultApi.md#gettask) | **Get** /tasks/{task_id} |
*DefaultApi* | [**GetTasks**](docs/DefaultApi.md#gettasks) | **Get** /tasks |
*DefaultApi* | [**HealthCheck**](docs/DefaultApi.md#healthcheck) | **Get** /health |
*DefaultApi* | [**ListFeedGroups**](docs/DefaultApi.md#listfeedgroups) | **Get** /feeds/{feed} |
*DefaultApi* | [**ListFeeds**](docs/DefaultApi.md#listfeeds) | **Get** /feeds |
*DefaultApi* | [**Ping**](docs/DefaultApi.md#ping) | **Get** / |
*DefaultApi* | [**VersionCheck**](docs/DefaultApi.md#versioncheck) | **Get** /version |

## Documentation For Models

- [DataListing](docs/DataListing.md)
- [Feed](docs/Feed.md)
- [FeedListing](docs/FeedListing.md)
- [Group](docs/Group.md)
- [GroupListing](docs/GroupListing.md)
- [ServiceVersion](docs/ServiceVersion.md)
- [ServiceVersionApi](docs/ServiceVersionApi.md)
- [ServiceVersionDb](docs/ServiceVersionDb.md)
- [ServiceVersionEngine](docs/ServiceVersionEngine.md)
- [ServiceVersionService](docs/ServiceVersionService.md)
- [Task](docs/Task.md)

## Documentation For Authorization

Endpoints do not require authorization.

## Author

dev@anchore.com