The official Teraswitch Go client.
go get github.com/teraswitch/gotsw/v2
import "github.com/teraswitch/gotsw/v2"
package main
import (
"github.com/teraswitch/gotsw/v2"
)
func main() {
client := gotsw.New("id:secret")
}
For more examples, see the examples directory.