文件名称:gamesdb:与 TheGamesDB API 交互的 Ruby gem
文件大小:22KB
文件格式:ZIP
更新时间:2024-06-18 09:50:15
Ruby
游戏数据库 :video_game: :joystick:
与 API 交互的 Ruby gem。
旧 API 已关闭。 gem 现在正在使用新的 API,您需要才能使用它。
平台/ ByPlatformID
平台/按平台名称
平台/图片
流派
开发商
出版商
Ruby文档
发展
贡献
安装和快速入门
这个 gem 需要 Ruby 2.5 或更高版本。 将此行添加到您的应用程序的Gemfile中:
gem 'thegamesdb'
并运行:
$ bundle install
或者使用以下命令将其安装在您的系统中:
$ gem install thegamesdb
要使用此库,您需要在此处请求 API 密钥。 拥有 API 密钥后,您可以实例化客户端:
> client = Gamesdb :: Client . new ( '
【文件预览】:
gamesdb-master
----Rakefile(345B)
----.github()
--------workflows()
----test()
--------games_test.rb(5KB)
--------genres_test.rb(408B)
--------publishers_test.rb(394B)
--------test_helper.rb(369B)
--------client_test.rb(430B)
--------platform_test.rb(5KB)
--------developers_test.rb(401B)
----.rubocop.yml(1020B)
----thegamesdb.gemspec(2KB)
----Gemfile(123B)
----.gitignore(217B)
----CHANGELOG.md(3KB)
----lib()
--------thegamesdb.rb(4KB)
--------thegamesdb()
----README.md(20KB)
----LICENSE.txt(1KB)