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 8e3dde7711 add LICENSE, README.md 2020-08-24 13:16:29 +02:00
example bump github.com/tribalwarshelp/shared | add example 2020-06-25 15:10:04 +02:00
sdk sdk.Post should minify query 2020-07-27 17:30:39 +02:00
LICENSE add LICENSE, README.md 2020-08-24 13:16:29 +02:00
README.md add LICENSE, README.md 2020-08-24 13:16:29 +02:00
go.mod bump github.com/tribalwarshelp/shared 2020-08-09 15:27:42 +02:00
go.sum bump github.com/tribalwarshelp/shared 2020-08-09 15:27:42 +02:00

README.md

TWHelp Golang SDK

Basic 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

How to initialize SDK in your Go code?

api := sdk.New("url")

Example url: https://api.tribalwarshelp.com/