minchao / neuvector-sdk

NeuVector SDK (Code generated by go-swagger)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neuvector-sdk

Unofficial Golang SDK for NeuVector API.

Usage

Use go get to install the latest version of the SDK.

go get -u github.com/minchao/neuvector-sdk

Authentication

The NeuVector API supports two types of authentication: Username/Password and API key. You can find the example code in examples/auth_user and examples/auth_apikey.

Development

Generate SDK

Download the latest version of the NeuVector API specification.

make download-api-spec

Generate the SDK.

make generate

About

NeuVector SDK (Code generated by go-swagger)


Languages

Language:Makefile 66.1%Language:Go 33.9%