-
-
Notifications
You must be signed in to change notification settings - Fork 5
TrelloClient
Rasmus Wulff Jensen edited this page Feb 6, 2023
·
64 revisions
This is the main client class, from there you do everything the API can do.
In order to instantiate the client you need to provide:
- ApiKey (Required)
- Token (Required)
- Options (Optional)
- HttpClient (Optional)
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')