@fusebit-int/gong-provider
Version:
Gong provider
15 lines • 593 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GongClient = void 0;
const framework_1 = require("@fusebit-int/framework");
class GongClient extends framework_1.Internal.Provider.ApiClient {
constructor(ctx, fusebit) {
super((url) => `${this.baseUrl}${url}`, fusebit.connectorId, fusebit.credentials.access_token);
this.baseUrl = 'https://api.gong.io';
this.ctx = ctx;
this.fusebit = fusebit;
this.connectorId = fusebit.connectorId;
}
}
exports.GongClient = GongClient;
//# sourceMappingURL=GongClient.js.map