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.
golang-sdk/README.md

463 B

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/