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