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

A .NET client library for Trello

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

Hello, The code below was working and now it throws an exception: trello = new Trello(myTrelloAPIKey); trello.Authorize(myTrelloAuthorizationToken); currentBoard = trello.Boards.WithId(myTrelloBoardId); The exception does not have a message and has the...

Hi, I'm getting this error when I try to get cards.fromboard. Could you please help Message: "" HResult: -2146233088 StackTrace: at TrelloNet.Internal.TrelloRestClient.ThrowIfRequestWasUnsuccessful(IRestRequest request, IRestResponse response) at TrelloNet.Internal.TrelloRestClient.Request[T](IRestRequest request) at TrelloNet.Internal.Cards.ForBoard(IBoardId...

Hi, I'm using a TrelloNet to create/edit cards, to add checklists...it's awesome! But, trying to export all Json data from board, this json data resulted inside TrelloNet is very very...

Add missing colors Ref.: http://help.trello.com/article/797-adding-labels-to-cards

No updates since 2014. Retrieving boards and cards don't work. For your own sanity, don't go any further.

Hi there, I've tried a number of the examples from the wiki, and am unfortunately unable to get any usable data back from the API. I've debugged the request itself...

List of colors update

I want add a card with a customfield item, i don't find any function.

Sky, Lime, Pink and Black were missing cause the cast to fail when mapping the raw request back to the Card object

You can't get boards using this lib but his Edge version on Nuget works. Just letting you know in case you end up here like me after having issues getting...