Web SDK Reference
Below are the public functions exposed on the Kolla Web SDK, Kolla.js. They are accessible at `window.kolla`.
.authenticate(consumerToken: string)
.openMarketplace()
.closeMarketplace()
.openConnector(connectorID: string)
.authConnector(connectorID: string, redirectURL:string[optional])
.subscribe(eventName: string, handler: Function)
Event Type
Usage .subscribe("[event_title]", fn)
.getConsumer()
.getConnectors()
Last updated