connect-sdk-nodejs
Version:
SDK to communicate with the Worldline Global Collect platform using the Worldline Connect Server API
15 lines • 472 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.newSessionsClient = void 0;
/*
* This file was auto-generated from the API references found at
* https://apireference.connect.worldline-solutions.com/
*/
const create_1 = require("./create");
function newSessionsClient(sdkContext) {
return {
create: (0, create_1.create)(sdkContext)
};
}
exports.newSessionsClient = newSessionsClient;
//# sourceMappingURL=index.js.map