UNPKG

ep_rocketchat

Version:
13 lines (8 loc) 219 B
'use strict'; function Miscellaneous(client) { this.client = client; } Miscellaneous.prototype.info = function (callback) { this.client.request('GET', 'info', null, callback); }; module.exports = Miscellaneous;