新蛋Api宝石Newegg Mobile API的Ruby包装器
安装
将此行添加到应用程序的Gemfile中:
gem 'newegg-api'
然后执行:
$ bundle install
需要这样的gem:
require 'newegg'
用法
获取店铺信息
Newegg.stores #=> Array
Newegg::Store #=> Class
Instance Variables
-
title: store title
-
store_department: store department name
-
store_id: store id
-
show_see_all_deals: boolean if store contains deals
-
categories
想要探索更多Ruby API的包装器吗?看看这些吧:
Ruby包装器的世界如此丰富多彩,每个链接都像是一扇通往新世界的大门,你准备好踏入其中了吗?
暂无评论