master
constructor
constructor(options = {}) { if (options.http == null) { throw new Error('http not provided'); } Api.apply(this, arguments);