TrelloDotNet
TrelloDotNet copied to clipboard
.NET Implementation of the Trello API
Rough ideas so far for 2.0 - Should we move to .NET 8? - Should there be a collection of simpler methods that do not mimic the Rest API methods...
Right now when you wish to update a single filed on a card you need to know the JSON field name for an update parameter (example "desc" for Description or...
Would make it easier for contributors. Should be linked in the ReadMe.md
Trello has an undocumented pagination system. It is a bit odd, but should be doable to implement Explanation here: https://stackoverflow.com/questions/34612933/how-to-paginate-trello-api-response (tested in Postman and can confirm it works)
# Breaking changes In version 2.0, the following breaking changes are introduced to streamline the API and make it more future-proof by moving most parameters to option-objects instead. All Breaking...