
In this lecture, I explain why TrelloDotNet was chosen as NuGet package and not Manatee.Trello (the most downloaded NuGet package)
In this course, "Trello API for C# Developers (using TrelloDotNet)", I will guide you through how to become successful using Trello's REST API in C# using the NuGet Package called TrelloDotNet.
We will cover the following topics:
Understanding of the Trello Object Model
How to locate the various Trello IDs
How to create an app and get its API key and a Token
How to get started (Hello World)
How to manage Cards (Name, Dates, Checklists, Assignments, Labels, and Attachments)
How to manage Boards
How to manage Lists
How to manage Workspaces (called Organizations in the API
How to manage Members
How to manage Labels
How to manage Custom Fields (Paid plans)
What is Trello?
Trello is project management software that’s used by millions of workers and freelancers around the globe. It has become one of the most popular ways to collaborate on and manage projects. Trello allows you to create “boards” that are streamlined and offer a compact, visual way to move through the work management process.
The Trello API is extremely powerful and fun to use. Building a full application with Trello for web or mobile means getting to know the various concepts and models making up Trello.