UNPKG

helpscout-mailbox-api

Version:
14 lines (10 loc) 201 B
'use strict'; class Docs { constructor (client) { this.client = client; } getOverallReport (params = {}) { return this.client.get('reports/docs', params); } } module.exports = Docs;