victorwrotethis / streamer-endpoints

Rest endpoints meant for usage with nightbot in twitch
MIT License
0 stars 1 forks source link

Create new service that can communicate with IGDB #8

Closed victorwrotethis closed 4 years ago

victorwrotethis commented 4 years ago

The next step to integrating IGDB game information is to create services related to calling that api. The first one is using the external game endpoint. Using the following syntax you can retrieve the IGDB id for Fortnite using the twitch version of the game id.

fields game,name;
where uid = "33214" & category = 14; 
PS2emu commented 4 years ago

I can easily milk 3 more PR's from this one issue :P