Add proxmox-api-go

This commit is contained in:
Daniele Corsini 2020-02-28 17:48:56 +01:00 committed by GitHub
parent e5372b0078
commit bf9cdd476c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,9 @@ The [Proxmox VE](https://pve.proxmox.com)
## Api
- [Proxmox API](https://pve.proxmox.com/wiki/Proxmox_VE_API) Proxmox Documentation API
- go
- [proxmox-api-go](https://github.com/Telmate/proxmox-api-go) Consume the proxmox API in golang
- .Net
- [cv4pve-api-dotnet](https://github.com/Corsinvest/cv4pve-api-dotnet) Proxmox VE Client API .Net C#
- [ProxmoxSharp](https://github.com/ionelanton/ProxmoxSharp) Proxmox C# API client