| Short description: |
Yahoo! JAPAN WebService API |
| Category: |
Library/Net |
| Status: |
beta |
| Created: |
2006-05-23 11:46:49 GMT |
| Last update: |
2007-06-19 10:21:36 GMT |
| Owner: |
MoonWolf
(Projects of this owner) |
| Homepage: |
not available |
| Download: |
http://www.moonwolf.com/ruby/archive/net-yjws-0.0.20070619.tar.gz
|
| License: |
Ruby's |
| Dependency: |
|
| Description: |
Net::YJWS - Yahoo! JAPAN WebService API
===============================================
INSTALL
-------
$ su
# setup.rb
USAGE
-----
require 'net/yjws'
query = ARGV.shift || 'Ruby'
search = Net::YJWS::WebSearch.new
search.appid = '... your application ID ...'
search.query = query
result = search.execute
result.each {|r|
puts r.title + " : " + r.url
}
<URL:http://developer.yahoo.co.jp/>
|
| Versions: |
[0.0.20070619 (2007-06-19)]
[0.0.20070318 (2007-03-18)]
[0.0.20060523.tar.gz (2006-05-23)]
|