Closed
Description
used as a pure client side version (no nodejs):
var github = new Github({
username: "Pomax",
password: "......"
});
var repo = github.getRepo("Pomax", "bezierinfo");
repo.getTree("masster", function(err, data) { console.log(data); });
which gives me
TypeError: Cannot call method 'encode' of undefined
If there is something missing from this sequence of calls, the readme.md will need the additional information added, otherwise this is probably a bug.