Search found 7 matches

by picandocodigo
Thu Dec 03, 2020 1:15 pm
Forum: Developers
Topic: Ruby Gem
Replies: 3
Views: 6227

Re: Ruby Gem

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
by picandocodigo
Sun Sep 15, 2019 7:26 pm
Forum: Developers
Topic: Ruby Gem
Replies: 3
Views: 6227

Re: Ruby Gem

I've updated the gem a couple of times since published, and if you're interested, you can check the changelog here.
by picandocodigo
Mon Sep 02, 2019 9:30 pm
Forum: Developers
Topic: Ruby Gem
Replies: 3
Views: 6227

Ruby Gem

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.co...
by picandocodigo
Thu Aug 30, 2018 9:25 am
Forum: API Requests
Topic: API Key Request - Ruby gem
Replies: 4
Views: 2829

Re: API Key Request - Ruby gem

Hi Zer0xFF, thank you very much!
by picandocodigo
Tue Aug 28, 2018 9:36 am
Forum: Support
Topic: new api key
Replies: 1
Views: 2426

Re: new api key

Hi chemdream, there's a subforum for that:
viewforum.php?f=10
by picandocodigo
Sun Aug 26, 2018 1:48 pm
Forum: API Requests
Topic: API Key Request - Ruby gem
Replies: 4
Views: 2829

Re: API Key Request - Ruby gem

Thank you very much Leo_Pride. I've fixed the code to the new endpoint for the legacy API, but I'll update it to use the new API once I get an access key.
by picandocodigo
Sat Aug 25, 2018 3:49 pm
Forum: API Requests
Topic: API Key Request - Ruby gem
Replies: 4
Views: 2829

API Key Request - Ruby gem

Hi, I built a Ruby gem for the GamesDB API a while ago with the old API. I'd like to update the Gem to work with the new API. It's a free software project, and I'd update it in a way that when a user needs to use the gem, they need to request the API Key themselves. Is the old API still available so...