adlio / trello

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

fix custom fields fetching #42 #43

Closed AlmogBaku closed 5 years ago

AlmogBaku commented 5 years ago

now custom fields work. see #42

adlio commented 5 years ago

See the revert PR linked above for an explanation. I believe the existing code only supported Dropdown Custom Fields, and this PR supported all other kinds, but dropped support for Dropdown fields.