repository
0.0.0-20240420082218-d7afa29238a9
Repository: https://github.com/vasystem/vasystem-api-go.git
Documentation: pkg.go.dev
# README
vasystem-api-go
This is a Go client library for the VASystem API.
You will need to have a client ID and secret, please see the VASystem API documentation for more information.
For usage information, please see the example at cmd/vasystem-api-example-go/main.go
.
Installation
go get github.com/vasystem/vasystem-api-go
Running the example
go build ./cmd/vaystem-api-example-go
./vasystem-api-example-go -domain "staralliancevirtual.org" -client-id "client-id" -client-secret "client-secret"