Skip to content
Rasmus Wulff Jensen edited this page May 12, 2023 · 64 revisions

This is the Main Client to communicate with the Trello API (aka everything is done via this)

Creating a new TrelloClient

In order to instantiate the client you need to provide:

  • ApiKey (Required)
  • Token (Required)
  • Options (Optional)
  • HttpClient (Optional)

Example

TrelloClient client = new TrelloClient("APIKey", "TOKEN");

Clone this wiki locally