-
-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Rasmus Wulff Jensen edited this page May 12, 2023
·
31 revisions
Welcome to TrelloDotNet; a modern .NET Implementation of the Trello API.
- Install the 'TrelloDotNet' NuGet Package (dotnet add package TrelloDotNet)
- Retrieve your API-Key and Token
- Create new instance of
TrelloDotNet.TrelloClient - Locate you Ids of your Boards, List, and Cards (see video here or at the end of this ReadMe)
The API consists of 3 primary features
- The TrelloClient is the raw API you use to interact with the Trello API and everything below is built on
- The AutomationEngine allows you to do automation based on Webhooks
- The WebHookDataReceiver allows you to do custom handling (aka if you do not wish to use the AutomationEngine)
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')