文件名称:rottentomatoes:RottenTomatoes.com 的 ActiveRecord 风格的 API 包装器
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-20 01:11:24
烂番茄
烂番茄是一个ActiveRecord风格的API包装 。 rottentomatoes 旨在使常见任务比直接处理基于 URL 的 API 更容易。
安装
gem install rottentomatoes
实施例
require 'rubygems'
require 'rottentomatoes'
include RottenTomatoes
# setup your API key
Rotten . api_key = "t478f8de5776c799de5a"
@movie = RottenMovie . find ( :title => "Fight Club" , :limit => 1 )
# =>
【文件预览】:
rottentomatoes-master
----.gitignore(34B)
----spec()
--------rotten_list_spec.rb(584B)
--------setup()
--------rottentomatoes_spec.rb(2KB)
--------rotten_movie_spec.rb(3KB)
----rottentomatoes.gemspec(1KB)
----README.rdoc(4KB)
----lib()
--------rottentomatoes()
--------rottentomatoes.rb(192B)
----Gemfile(87B)
----MIT-LICENSE(1KB)
----Rakefile(51B)
----Gemfile.lock(718B)