No description
Find a file
2026-07-19 09:31:55 -06:00
examples initial commit 2025-03-25 08:28:08 -06:00
.envrc initial commit 2025-03-25 08:28:08 -06:00
.gitignore initial commit 2025-03-25 08:28:08 -06:00
campaigns.go initial commit 2025-03-25 08:28:08 -06:00
client.go initial commit 2025-03-25 08:28:08 -06:00
go.mod initial commit 2025-03-25 08:28:08 -06:00
LICENSE initial commit 2025-03-25 08:28:08 -06:00
orders.go initial commit 2025-03-25 08:28:08 -06:00
products.go initial commit 2025-03-25 08:28:08 -06:00
README.md Add migration notice to README 2026-07-19 09:31:55 -06:00

NOTICE: This repository has been moved to https://code.adriano.fyi/me/go-tremendous. Microsoft has shown little interest in stewarding what was once the best and largest open source community. This small act of migration is my way showing that we don't all support Microsoft's disinterest.

go-tremendous

go-tremendous is a Go client for Tremendous

This client supports a subset of the tremendous api. It does not support some endpoints and parameters, and is not affiliated with Tremendous.

If you would like to contribute additional functionality to this client, please feel free to open a pull request.

If you would like to report a bug or request additional features, please do not open an issue. This client is provided as-is.

Usage

See examples for examples.