Skip to content

Version 2.2.0 (3rd of February 2026)

Choose a tag to compare

@rwjdk rwjdk released this 03 Mar 21:01

TrelloClient

  • Added option to set page size when getting multiple cards, allowing you to do pagination (to get around 'API_TOO_MANY_CARDS_REQUESTED' errors)
  • Added HasMember(string memberId) and HasMember(Member member) on Card to make it easier to check if a specific Member is on the Card
  • Added HasLabel(string labelId) and HasLabel(Label label) on Card to make it easier to check if a specific Label is on the Card