UNPKG

forest-express

Version:

Official package for all Forest Express Lianas

10 lines (9 loc) 318 B
"use strict"; function CloseioLeadGetter(Implementation, params, opts) { var Closeio = opts.integrations.closeio.closeio; var closeio = new Closeio(opts.integrations.closeio.apiKey); this.perform = function () { return closeio._get("/lead/".concat(params.leadId)); }; } module.exports = CloseioLeadGetter;