This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
golang-sdk/README.md

442 B

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

An example you can find here.