Skip to content

TeraSwitch/gotsw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoTSW

The official Teraswitch Go client.

Install

go get github.com/teraswitch/gotsw/v2

Usage

import "github.com/teraswitch/gotsw/v2"

Authentication

package main

import (
    "github.com/teraswitch/gotsw/v2"
)

func main() {
    client := gotsw.New("id:secret")
}

For more examples, see the examples directory.