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

TrelloDotNet

Welcome to TrelloDotNet; a modern .NET Implementation of the Trello API.

How to get started

  1. Install the 'TrelloDotNet' NuGet Package (dotnet add package TrelloDotNet)
  2. Retrieve your API-Key and Token
  3. Create new instance of TrelloDotNet.TrelloClient
  4. Locate you Ids of your Boards, List, and Cards (see video here or at the end of this ReadMe)

API Reference

The API consists of 3 primary features

Clone this wiki locally