/go-tba

Unofficial Golang wrapper for the TBA API

Primary LanguageGoMIT LicenseMIT

Unofficial Go TBA API

GitHub GoDoc

This is a wrapper of The Blue Alliance Read-Only v3 API for Golang. It supports the If-Modified-Since header to prefer cached data over new data and a custom User-Agent header. Authentication with the client is done by passing your API key to each function on calling. Unlike the auto-generated one, this only uses the standard library and thus requires no dependencies.