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:
= Copy to clipboard Copied!

install:
=

Versions:

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

Runtime Dependencies (1):

hoe >= 1.2.0

Owners:

Authors:

  • Ryan Davis

SHA 256 checksum:

fdc19c7794e46b63e1354b0f6c9796930f9c23f409533a75f2a1380ec5ce0793

Total downloads 4,369

For this version 4,368

Licenses:

N/A

Required Ruby Version: > 0.0.0

Links: