- Install
go get github.com/stiggio/api-client-go/v6- Retrieve your server API key from Stigg console
- Init your Go SDK
apiKey := "XXXXXXXXX"
client := stigg.NewStiggClient(apiKey, nil, nil)For full usage specification, see our Go Sdk documentation
| Name | Name | Last commit date | ||
|---|---|---|---|---|
go get github.com/stiggio/api-client-go/v6apiKey := "XXXXXXXXX"
client := stigg.NewStiggClient(apiKey, nil, nil)For full usage specification, see our Go Sdk documentation