demo_board <- "https://trello.com/b/wVWPK9I4/r-client-for-the-trello-api"
if (FALSE) {
# Download custom field values for 10 cards.
cards <- get_board_cards(demo_board, limit = 10)
values <- get_batch(
parent = "card",
child = "customFieldItems",
ids = cards$id
)
values
}
Run the code above in your browser using DataLab