文件名称:poke-api:PokéAPI 的 Ruby 包装器 (http
文件大小:1.07MB
文件格式:ZIP
更新时间:2024-08-03 01:33:06
Ruby
戳::API PokéAPI ( ) 的 Ruby 包装器。 安装 将此行添加到应用程序的 Gemfile 中: gem "poke-api" 然后执行: $ bundle 或者自己安装: $ gem install poke-api 用法 加载资源 您可以通过Poke::API::Loader类直接访问 API 中的特定资源: loader = Poke :: API :: Loader . new ( "pokemon" ) loader . all # => [{ "name" => "Bulbasaur", "national_id" => 1, ... }, ...] loader . find ( 169 ) # => { "name" => "Crobat", "national_id" => 169, ... } 贡献 分叉它( ) 创建您的功能分
【文件预览】:
poke-api-master
----Rakefile(218B)
----test()
--------poke()
--------test_helper.rb(274B)
--------cassettes()
----poke-api.gemspec(1KB)
----Gemfile(93B)
----.gitignore(128B)
----lib()
--------poke()
----README.md(861B)
----LICENSE.txt(1KB)