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.
Go to file
Dawid Wysokiński ac5a0c28e8
Merge pull request #16 from tribalwarshelp/renovate/github.com-tribalwarshelp-shared-digest
fix(deps): update github.com/tribalwarshelp/shared commit hash to f4cb4c1
2022-02-18 10:33:23 +00:00
example bump github.com/tribalwarshelp/shared 2021-05-02 16:07:54 +02:00
sdk bump github.com/tribalwarshelp/shared 2021-05-02 16:07:54 +02:00
.gitignore bump github.com/tribalwarshelp/shared 2021-04-23 21:06:39 +02:00
LICENSE add LICENSE, README.md 2020-08-24 13:16:29 +02:00
README.md chore: update README.md 2021-06-06 19:18:32 +02:00
go.mod fix(deps): update github.com/tribalwarshelp/shared commit hash to f4cb4c1 2022-02-18 10:23:42 +00:00
go.sum fix(deps): update github.com/tribalwarshelp/shared commit hash to f4cb4c1 2022-02-18 10:23:42 +00:00
renovate.json Add renovate.json 2021-07-04 15:38:53 +00:00

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

An example you can find here.