You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fix(deps): update github.com/tribalwarshelp/shared commit hash to f4cb4c1 |
1 year ago | |
---|---|---|
example | 2 years ago | |
sdk | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
renovate.json | 2 years ago |
README.md
TWHelp Golang SDK
A tool for interacting with TWHelp's API.
Getting started
This SDK requires Go version with Modules support. Make sure to initialize a Go module:
go mod init github.com/my/repo
and then install SDK:
go get -u github.com/tribalwarshelp/golang-sdk