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

All requests returning null #53

@rmorrin

Description

@rmorrin

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 and can definitely see the raw JSON coming back, so maybe be an issue deserializing the response?

Simplified example:

var trello = new Trello(ConfigurationManager.AppSettings["TrelloAPIKey"]);
trello.Authorize(ConfigurationManager.AppSettings["TrelloAPIToken"]);

Board theTrelloDevBoard = trello.Boards.WithId("4d5ea62fd76aa1136000000c"); // null

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