Categorygithub.com/fozzyhosting/winvps-go-client
repositorypackage
1.0.2
Repository: https://github.com/fozzyhosting/winvps-go-client.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

winvps-go-client

A Winvps API client to interact with Winvps service

Test Status

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.