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.
- Host: GitHub
- URL: https://github.com/tmeckel/qnap-qvs-sdk-for-go-samples
- Owner: tmeckel
- License: gpl-3.0
- Created: 2021-01-07T19:56:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T11:16:43.000Z (over 4 years ago)
- Last Synced: 2025-03-06T14:53:04.643Z (7 months ago)
- Topics: qnap, qnap-api, qnap-client, qnap-nas, qnap-qvs, sdk
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.