Categories: None [Edit]

ruby-maidcafe

https://rubygems.org/gems/ruby-maidcafe
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

Total

Ranking: 125,981 of 180,872
Downloads: 4,406

Daily

Ranking: 87,433 of 180,860
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
1,9738,440,637hoe

Owners

#GravatarHandle
1icontechnohippy