No description
Find a file
Adriano Caloiaro da7e4f4d34
initial commit
Initial commit
2025-03-25 08:28:08 -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 initial commit 2025-03-25 08:28:08 -06:00

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.