sbermarket-api icon indicating copy to clipboard operation
sbermarket-api copied to clipboard

api клиент для Сбермаркет

Results 2 sbermarket-api issues
Sort by recently updated
recently updated
newest added

Сообсна вопрос в названии :)

`package.json` contains the following: `"main": "dist/apiClient.js"` `node_modules/sbermarket-api/dist/apiClient.js` exports this: `exports.default = new ApiClient();` Thus node.js throws: `TypeError: sbermarketApi is not a constructor` when used like so: ``` const sbermarketApi =...