Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 201 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 201 Bytes

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()