Go-Veeam-Auth - API authentication package for Go


Userlevel 5
Badge +3
  • Comes here often
  • 13 comments

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


2 comments

Userlevel 7
Badge +17

Thanks for sharing.

I will play around with it for sure 😎👍🏼

Userlevel 7
Badge +20

Thanks for sharing.  Looking more at API side of things now.

Comment