WebService::Aboutme - Aboutme web service API client

SYNOPSIS

require 'rubygems'
require 'webservice/aboutme'

client = WebService::Aboutme::API.new

# look up users with nickname 'aboutme'
response = client.search_user(:nickname => 'aboutme')
response.users.each do |user|
  # display information of this user or something...
end

NOTES

See webservice.nifty.com/aboutme/ for WebAPI documentation.

Installation

sudo gem install ws-aboutme

License

WebService::Aboutme is released under the MIT license.

Authors

SAWADA Tadashi <[email protected]>