adlio / trello

Trello API wrapper for Go
MIT License
220 stars 72 forks source link

Couldn't fetch custom fields values when getting a list of cards #42

Closed AlmogBaku closed 4 years ago

AlmogBaku commented 5 years ago

Probably due to an API change, but the current implementation doesn't fetch the custom field value(when requested in the query param). The problem caused by missing fields in the CustomFieldItem struct.

@mangelajo @adlio

adlio commented 5 years ago

Re-opening this issue. I'm interested in ways to fetch custom values more comprehensively.

AlmogBaku commented 5 years ago

@adlio I fixed the bug occurred in my previous PR