-
Packlink Lite是Packlink.com API的客户端
资源介绍
PacklinkLite
Packlink.com API客户端
安装
将此行添加到您的应用程序的Gemfile中:
gem 'packlink_lite'
配置
PacklinkLite . configure do | config |
config . api_key = ENV [ 'PACKLINK_API_KEY' ]
config . testing = true
end
API密钥也可以通过选项传递:
PacklinkLite :: Service . all ( query , api_key : 'mykey' )
PacklinkLite :: Order . create ( order_hash , api_key : 'mykey' )
用法
提取服务列表
services = PacklinkLite :: Service . all (