adlio / trello

Trello API wrapper for Go
MIT License
219 stars 71 forks source link

Rukenshia/trello Merge #92

Closed adlio closed 2 years ago

adlio commented 2 years ago

This PR includes PR #88 (adding the Start field to Card) as well as the Client.Cleanup() method for cleaning up the rate limiting ticker (from Rukenshia/trello).

It also introduces a new method for testing mocks that allows request assertions (see: MockResponder)