Skip to content

NeuVector SDK (Code generated by go-swagger)

Notifications You must be signed in to change notification settings

minchao/neuvector-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published