adlio / trello

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

Attachments[] is always empty even if there is attachments #87

Closed Trini8ed closed 3 years ago

Trini8ed commented 3 years ago

Using the latest release v1.9.0, hopefully I'm just doing something wrong but I have a giant list of cards all with attachments and after doing GetCards() from a list it seems the attachments array in all of them are empty. Is there possibly something I'm missing here I know all the cards have attachments and the rest of the array data is there not sure what else to try here.

xaxulin commented 3 years ago

Try"Add method to get all card attachments #81" from https://github.com/adlio/trello/pull/81

Trini8ed commented 3 years ago

Needed to make sure I was not using trell.defaults not sure how I missed this earlier.