tmeckel / qnap-qvs-sdk-for-go-samples

Examples of how to utilize QNAP Virtualization Station services from Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QNAP QVS SDK for GO Samples

qnap-qvs-sdk-for-go-samples is a collection of sample usages of the github.com/qnap/qvs-sdk-for-go.

For general SDK help start with the main SDK README.

To run samples

Set up authentication (see following)

export QNAPQVS_CLIENT_ID=
export QNAPQVS_CLIENT_SECRET=
export QNAPQVS_TENANT_ID=

License

This code is provided under the GPLv3 license. See [LICENSE][] for details.

About

Examples of how to utilize QNAP Virtualization Station services from Go.

License:GNU General Public License v3.0


Languages

Language:Go 98.5%Language:Shell 1.5%