文件名称:shipwire:http 的 Ruby 绑定
文件大小:7KB
文件格式:ZIP
更新时间:2024-08-01 02:22:25
Ruby
船线宝石 Shipwire API 的 Ruby 接口。 安装 gem install shipwire 文档 查看详细文档 配置 使用前设置您的用户名和密码 Shipwire . config do | config | config . username = "email@example.com" config . password = "000000000" end 费率请求 # create an order order = Shipwire :: Order . new # add an address order . address = { address1 : '' , city : '' , country : 'GB' } # add an item o . add_item Shipwire :: OrderItem . new ( 'SKU0
【文件预览】:
shipwire-master
----.gitignore(25B)
----README.md(624B)
----lib()
--------shipwire.rb(306B)
--------shipwire()
----shipwire.gemspec(601B)
----Gemfile(243B)
----MIT_LICENSE(1KB)
----Gemfile.lock(304B)