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

https://github.com/tmeckel/qnap-qvs-sdk-for-go-samples

Examples of how to utilize QNAP Virtualization Station services from Go.
https://github.com/tmeckel/qnap-qvs-sdk-for-go-samples

qnap qnap-api qnap-client qnap-nas qnap-qvs sdk

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/tmeckel/qnap-qvs-sdk-for-go).

For general SDK help start with the [main SDK README](https://github.com/tmeckel/qnap-qvs-sdk-for-go/blob/master/README.md).

## To run samples

Set up authentication (see following)

```bash
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.