Manatee.Trello icon indicating copy to clipboard operation
Manatee.Trello copied to clipboard

A fully object-oriented .Net wrapper for Trello's RESTful API written in C#.

Results 32 Manatee.Trello issues
Sort by recently updated
recently updated
newest added

Hello. I'd like to have API to update URL of a Trello card attachment. This is definitely possible for attachments of type "link". I implemented a PUT request to update...

Hello! In my project I need to update a cover on a Trello card. There is no such intuitive ability in API provided by the Manatee.Trello project currently. I'd like...

- Add logic to return the default value of an object during deserialization if it's value is not currently support (i.e. `LabelColor` of 'red_dark') - Add HTTP information to exceptions...

**Bug** When refreshing the board, the following exception occurs: ex {System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target...

**Describe the bug** I received a notification type requestAccessBoardNotInOrganization which isn't NotificationType enum, causing my app to not be able to get my Member **To Reproduce** Please add test code...

This is causing me a few headaches when trying to integrate Trello logging with the rest of my .NET Core project. Additionally, ILog does not contain a defined method for...

**Describe the bug** I'm using a trello webhook to record some information into an internal system, as part of this webhook I need to read the value of a custom...

I haven't found a single complete code listing anywhere on the web for an entire working application, no matter how simple, either console or GUI, using the library. Requested: for...

Hello. I'm using .net core 3.1 on windows. My app is pretty easy: it's get Board, then it's Members, then for each member it gets their cards, then it's calculate...