UNPKG

bankson-js-mb

Version:

Bankson.fi Node client, Mad Booster fork

14 lines (11 loc) 187 B
export default class Calls { constructor(base) { this.base = base } fetch() { return this.base.get('/calls') } fetchV2() { return this.base.get('/v2/calls') } }