/tiltify

A Tiltify API Library in Go! Work in Progress.

Primary LanguageGoApache License 2.0Apache-2.0

tiltify

A Tiltify API Library in Go! Work in Progress.

Usage:

var client = tiltify.Client{}
client.SetAuthKey("AUTH KEY HERE")
client.SetURL("https://tiltify.com/api/v3/")
client.GetCampaignDonations(4814)

To run tests, you'll need to set an auth key in campaign_test.go

There is no pagniation implemented in this API client as I do not have examples with paging to test with.