# Packages
No description provided by the author
# README
winvps-go-client
A Winvps API client to interact with Winvps service
Developer Documentation
The actual API Documentation available on this link.
Usage
import "github.com/fozzyhosting/winvps-go-client"
winClient, err := winvps.NewClient("token")
if err != nil {
log.Fatalf("Failed to create client: %v", err)
}
machines, _, err := winClient.GetMachines()
Examples
The examples directory contains serveral examples of using this library.