文件名称:shopware:用于Shopware的Ruby API客户端和CLI
文件大小:21KB
文件格式:ZIP
更新时间:2024-06-07 18:17:55
Ruby
用于Shopware的 API客户端和CLI
警告
尽管可能令人兴奋,但这仍然是一种WIP,使用后果自负。
安装
将购物软件添加到您的Gemfile中:
gem 'shopware', github: 'bitaculous/shopware'
运行bundle install
用法
创建一个.shopware配置文件:
api :
username : " api "
key : " foobar "
uri : " http://your-awesome-shop.com/api "
运行shopware --help或shopware help
【文件预览】:
shopware-master
----shopware.gemspec(1KB)
----lib()
--------shopware()
--------shopware.rb(46B)
----Gemfile(358B)
----Guardfile(309B)
----shopware.sublime-project(245B)
----spec()
--------spec_helper.rb(3KB)
----Rakefile(158B)
----.travis.yml(74B)
----LICENSE(1KB)
----README.md(3KB)
----resources()
--------.shopware(80B)
----.rspec(41B)
----.gitignore(110B)
----bin()
--------shopware(163B)