victorwrotethis / streamer-endpoints

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

Feature/IGDBGameService #17

Closed PS2emu closed 4 years ago

PS2emu commented 4 years ago

IGDBGameService is able to translate from Twitch ID to IGDB ID. Note, the URL building could be torn out and potentially made in its own method, along with replacing the fields with enums as referenced in #8 .

Also, for some reason Github states this PR cannot be merged, but your branch is only 1 commit behind mine. I'm unsure why this is happening.

PS2emu commented 4 years ago

The merge conflict was resolved by deleting unnecessary comments.retrieveGameById had been commented out and moved from IGDBAPI to IGDBGameService.

PS2emu commented 4 years ago

With this latest commit I believe #8 can be closed by this PR.