agilebee
v0.0.4
Published
A Node.js library for Agilix Buzz
Downloads
1
Maintainers
Readme
Still in development, most commands are still not avaliable.
Set up then log the user
object from the login2 response object.
const agile = require("agilebee"),
session = new agile.Session(userspace, username, password).login();
console.log(session.user);