登录 注册
当前位置:主页 > 资源下载 > 5 > Packlink Lite是Packlink.com API的客户端

Packlink Lite是Packlink.com API的客户端

  • 更新:2024-07-27 11:11:57
  • 大小:19KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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 (