ruby lastfm:Last.fm Web服务的Ruby接口 源码
Ruby-lastfm Last.fm Web服务v2.0的Ruby接口 概要 require 'lastfm' lastfm = Lastfm . new ( api_key , api_secret ) token = lastfm . auth . get_token # open 'http://www.last.fm/api/auth/?api_key=xxxxxxxxxxx&token=xxxxxxxx' and grant the application lastfm . session = lastfm . auth . get_session ( token : token
文件列表
ruby-lastfm:Last.fm Web服务的Ruby接口
(预估有个118文件)
lastfm.gemspec
883B
base.rb
2KB
track.rb
2KB
album.rb
2KB
user.rb
5KB
artist.rb
2KB
lastfm.rb
3KB
Gemfile
38B
lastfm_spec.rb
5KB
tag_spec.rb
3KB
暂无评论