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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
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
1 year ago
example bump github.com/tribalwarshelp/shared 2 years ago
sdk bump github.com/tribalwarshelp/shared 2 years ago
.gitignore bump github.com/tribalwarshelp/shared 2 years ago
LICENSE add LICENSE, README.md 3 years ago
README.md chore: update README.md 2 years ago
go.mod fix(deps): update github.com/tribalwarshelp/shared commit hash to f4cb4c1 1 year ago
go.sum fix(deps): update github.com/tribalwarshelp/shared commit hash to f4cb4c1 1 year ago
renovate.json Add 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

An example you can find here.