1.0.1 • Published 1 year ago

@sheepsbr/rocketjs v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Sheeps RocketChat cli 🚀

const services = New({
    namespace: 'xxxx',
    internal: false,
    credentials: {
        token: "xxx-xxx-xxx",
        userId: "xxx-xxxx"
    }
});

const room = await services.rooms.get({token: "999999999"});
const visitor = await services.visitors.get({phone: "9999999"});

console.log(visitor);
console.log(room);