cesare / webservice-timeline
webservice-timeline
PublicAPI client library for @nifty Timeline service.
31 filesupdated Jun 18, 2026
files6Download
./libJun 16, 2026./testJun 16, 2026.gitignoreJun 16, 2026MIT-LICENSEJun 16, 2026RakefileJun 16, 2026READMEJun 18, 2026README
= WebService::Timeline - Timeline Web service API client
== SYNOPSIS
require 'rubygems' require 'webservice/timeline'
client = WebService::Timeline::API.new(:timeline_key => 'your timeline_key')
find timeline information with id = 1
response = client.show_timeline(1)
display information, and so on...
pp response.timeline
== NOTES
See http://webservice.nifty.com/timeline for WebAPI documentation.
== Installation
sudo gem install ws-timeline
== License
WebService::Timeline is released under the MIT license.
== Authors
SAWADA Tadashi moc.liamg.cesare+ws-timeline@gmail.com