daniellockard / tiltify

A Tiltify API Library in Go! Work in Progress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Tiltify API Library in Go! Work in Progress.

License:Apache License 2.0


Languages

Language:Go 100.0%