/tanx-connector-go

The official Go connector for tanX's API

Primary LanguageGoMIT LicenseMIT

TanX Connector Go

reference testing

The official Go connector for tanX's API 🚀

Features

  • Complete endpoints including REST and WebSockets
  • Methods return parsed JSON.
  • High level abstraction for ease of use.
  • Easy authentication
  • Automatically sets JWT token internally
  • Auto refresh tokens when access token expires

Tanx-connector-go includes utility/connector functions which can be used to interact with the Tanx API. It uses requests internally to handle all requests.

Installation

go get github.com/tanx-libs/tanx-connector-go

Documentation