Sbux Rio

node v18.11.0
version: 1.0.0
endpointsharetweet
require('@retter/sdk') const { default: sdk } = require('@retter/sdk'); const rio = sdk.getInstance({ projectId: 'g1mcggao6', url: 'api.sbux.retter.io', }); rio .getCloudObject({ classId: 'GiftManager', instanceId: 'default', useLocal: true, }) .then((obj) => { obj .call({ httpMethod: 'GET', method: 'listGiftCardTypes', }) .then((res) => { console.dir(res.data, { depth: undefined }); }); });
Loading…

no comments

    sign in to comment