adlio / trello

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

Add Lists and Actions to Board #7

Closed ernesto-jimenez closed 6 years ago

ernesto-jimenez commented 6 years ago

Trello allows requesting nested resources from a Board such as it's lists and actions.

This PR includes the fields in the Board struct so they can be loaded through GetBoard directly.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 69.782% when pulling 90b749280d093250a64800c1f51287b26d0a2aa4 on ernesto-jimenez:board-lists-and-actions into 860abbe1f41016626c0703d7d6204837e0dc2c04 on adlio:master.