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
- Host: GitHub
- URL: https://github.com/anchore/go-feeds-client
- Owner: anchore
- License: apache-2.0
- Created: 2020-06-05T15:53:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T18:41:42.000Z (about 6 years ago)
- Last Synced: 2025-02-24T13:48:38.551Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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