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 ea12c83989 bump github.com/tribalwarshelp/shared 2020-12-30 17:09:28 +01:00
example update url to the API in the example 2020-11-21 13:00:32 +01:00
sdk add API version support to this sdk 2020-11-21 12:59:05 +01: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 2020-12-30 17:09:28 +01:00
go.sum bump github.com/tribalwarshelp/shared 2020-12-30 17:09:28 +01: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.