TrelloDotNet icon indicating copy to clipboard operation
TrelloDotNet copied to clipboard

.NET Implementation of the Trello API

Results 6 TrelloDotNet issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement
good first issue

Would make it easier for contributors. Should be linked in the ReadMe.md

documentation

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)

enhancement
good first issue

# 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...

documentation