adlio / trello

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

feat: add cover struct for card covers #94

Closed kolaente closed 5 months ago

kolaente commented 5 months ago

Since users are able to set a card cover manually and not in an attachment, the cover image may not always be retrieved. This PR adds a field to the struct so that fetching the attachment is possible.