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 a0ac50f7fe bump github.com/tribalwarshelp/shared 2021-05-02 16:07:54 +02: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 update example and readme.md 2020-09-03 14:55:55 +02:00
go.mod bump github.com/tribalwarshelp/shared 2021-05-02 16:07:54 +02:00
go.sum bump github.com/tribalwarshelp/shared 2021-05-02 16:07:54 +02:00

README.md

TWHelp Golang SDK

Golang SDK for making HTTP requests to TWHelp 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

Examples

A fully working example you can find here.