文件名称:shopware-api-client:Shop Shopware的Javascript API客户端
文件大小:120KB
文件格式:ZIP
更新时间:2024-02-26 11:17:23
api rest-api api-client shopware RESTAPIJavaScript
:shopping_bags: Shopware API客户端 Node.js模块与进行交互。 yarn add shopware-api-client 例子 示例如何使用该软件包: ES2015 import Shopware from 'shopware-api-client' const shop = new Shopware ( { host : 'YOUR HOST' , user : 'YOUR USER' , apiKey : 'YOUR APIKEY' } ) let articles try { articles = await shop . getArticles (
【文件预览】:
shopware-api-client-master
----.gitignore(74B)
----package.json(2KB)
----package-lock.json(283KB)
----src()
--------index.js(16KB)
----.travis.yml(104B)
----dist()
--------index.js(64KB)
----CHANGELOG.md(1KB)
----LICENSE.txt(1KB)
----README.md(7KB)
----gulpfile.babel.js(444B)
----docs()
--------.nojekyll(0B)
--------README.md(8KB)
--------config.js(213B)
--------index.html(574B)
----test()
--------index.js(2KB)
--------README.md(182B)
--------_fixtures()
----.editorconfig(146B)
----yarn.lock(178KB)