Page 1 of 1

Ruby Gem

Posted: Mon Sep 02, 2019 9:30 pm
by picandocodigo
Hi,
I built a Ruby gem to interact with the API. Originally it only worked for the old API (I built in 2014!). I recently updated it so that users need to get an API key and it uses the new API.

Here's the source code, documentation and instructions on how to install it and use it:
https://github.com/picandocodigo/gamesdb

50% of the API is already implemented and tested:
  • /Games/ByGameID
  • /Games/ByGameName
  • /Games/ByPlatformID
  • /Games/Images
  • /Platforms
  • /Platforms/ByPlatformID
I'm hoping to add the missing endpoints soon.

Re: Ruby Gem

Posted: Wed Sep 11, 2019 7:34 pm
by StainlessSteelRat
Very useful!

Re: Ruby Gem

Posted: Sun Sep 15, 2019 7:26 pm
by picandocodigo
I've updated the gem a couple of times since published, and if you're interested, you can check the changelog here.

Re: Ruby Gem

Posted: Thu Dec 03, 2020 1:15 pm
by picandocodigo
Just a heads up in case anyone from the forum's using this Ruby gem, it's been updated to version 2.0.0 with 100% API support and a few breaking changes from the 1.x branch:
https://github.com/picandocodigo/gamesd ... tag/v2.0.0