SD.C API wrapper for Go
This assumes you already installed go 1.15+.
go get github.com/FedorLap2006/sdcgoImport this package into your project.
import "github.com/FedorLap2006/sdcgo"Construct a new session with API token.
session := sdcgo.New("API token")Enjoy the library and find more in the documentation.
All examples you can find here