-
-
Notifications
You must be signed in to change notification settings - Fork 5
TrelloClient
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)
In order to instantiate the client you need to provide:
-
ApiKey(Required) -
Token(Required) -
Options(Optional) -
HttpClient(Optional)
TrelloClient client = new TrelloClient("APIKey", "TOKEN");If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')