Categorygithub.com/lumaserv/lumaserv-api-go
repository
0.0.0-20230221092850-de483c31e502
Repository: https://github.com/lumaserv/lumaserv-api-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

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