Fetch & Comment on Cards
Fetch all cards of a board: ExTrello.board_cards/1
Fetch individual card: ExTrello.card/1
Fetch individual action: ExTrello.action/1
Technically fetching the cards of a board was always possible with ExTrello.board("board_id_here", cards: "all")
but I feel users will probably want convenient ways to grab just the nested/associated resources without getting the parent.
Will continue to broaden the API surface this way unless someone can argue a good reason not to 😄