Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

trello.Boards.WithId throws an exception #82

@epocaspt

Description

@epocaspt

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 following stack trace:
at TrelloNet.Internal.TrelloRestClient.ThrowIfRequestWasUnsuccessful(IRestRequest request, IRestResponse response)
at TrelloNet.Internal.TrelloRestClient.Request[T](IRestRequest request)
at TrelloNet.Internal.Boards.WithId(String boardId)

I've checked and a direct request to:
https://api.trello.com/1/boards/?key=&token= works as expected.

Can you help me?

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions