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

20 lines
442 B
Markdown

# TWHelp Golang SDK
A tool for interacting with [TWHelp's API](https://api.tribalwarshelp.com).
## 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.](https://raw.githubusercontent.com/tribalwarshelp/golang-sdk/master/example/main.go)