RubyGems Navigation menu

ruby-maidcafe 0.0.1

By utilizing this library, you can retrieve information of Japanese Maidcafe via Maidcafe API web service (http://moeten.info/maidcafe/?m=api). This can be used as interactive command line tool, non-interactive one, and library. == SYNOPSIS: In your code: * get shop list api = Maidcafe::API.new rs = api.list :shop puts rs.description rs.items.each do |item| puts item.name puts item.id end * get shop information in osaka rs = api.shop :prefecture => Maidcafe::Prefecture::OSAKA puts rs.description rs.items.each do |item| puts item.name puts item.description puts item.opening_hour end

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.0.1 - June 23, 2007* (130.5 KB)

Runtime 依赖 (1):

hoe >= 1.2.0

业主:

作者:

  • Ryan Davis

SHA 256 校验和:

fdc19c7794e46b63e1354b0f6c9796930f9c23f409533a75f2a1380ec5ce0793

下载总量 4,369

这个版本 4,368

许可:

需要的 Ruby 版本: > 0.0.0

链接: