module
0.0.0-20230221092850-de483c31e502
Repository: https://github.com/lumaserv/lumaserv-api-go.git
Documentation: pkg.go.dev
# README
lumaserv-api-go
Go Client for the LUMASERV API
Usage
import (
"github.com/lumaserv/lumaserv-api-go/core"
)
client := core.NewClient("YOUR_API_TOKEN")
res, _, err := client.GetServers()