Skip to content
This repository was archived by the owner on Aug 7, 2022. It is now read-only.
This repository was archived by the owner on Aug 7, 2022. It is now read-only.

Error: trello.get is not a function #57

@chexburger

Description

@chexburger

I'm doing everything correctly according to documentation but I'm continually getting an error returned saying that trello.get is not a function.
Code:
trello.get("/1/lists/" + listId + "/cards?fields=id,name,desc",{ cards: "open" }, function(err, data){ if (err){ console.log(err) }else{ blacklists = data } });

My code above for logging into trello is:
var Trello = require('trello'); var trello = new Trello("KEY", "TOKEN");
I obviously have the Key and Token fields filled.

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