Hi all,
To all the API gurus out there that like Go I’ve put together a package that takes care of all the authentication for you.
https://github.com/shapedthought/go-veeam-auth
Really easy to add to your project. Just put this into the terminal in your project directory:
go get github.com/shapedthought/go-veeam-auth
Most of the APIs are covered:
- VBR
- VB AWS
- VB AZURE
- VB GCP
- VONE
- VB365
Instructions are on the GitHub.
Video:
Note that this isn’t a full SDK like the one on VeeamHub, it just does the authentication, but there are some convenience functions to make calls a bit easier.
If you have any recommendations or would like to contribute, feel free to raise an issue or send a pull request.
All the best,
Edx