API Objects

What are API Objects?

API Objects are what we use to interact with a certain parts of the Trello API. We currently have 3 different API Objects. These are:

  • CardsAPI

  • ListsAPI

  • BoardsAPI

It's pretty self explanatory. The CardsAPI is used to interact with the Trello Cards, the ListsAPI is used to interact with the Trello Lists, and the BoardsAPI is used to interact with the Trello Boards.

Last updated