boppreh / steamgrid

Downloads images to fill your Steam grid view
MIT License
662 stars 41 forks source link

IGDB v3 API deprecated #88

Open strzlee opened 3 years ago

strzlee commented 3 years ago

IGDB v3 API is down since 26th October 2020. Migration to v4 is necessary.

More infos: https://api-docs.igdb.com/#upgrading-to-v4-from-v3

drhouse commented 3 years ago

yeah, I don't know all the changes that need to be made, but at least something like this: https://github.com/boppreh/steamgrid/blob/master/download.go

const igdbGameURL = "https://api-v3.igdb.com/games"
const igdbCoverURL = "https://api-v3.igdb.com/covers"
const igdbGameURL = "https://api.igdb.com/v4/games"
const igdbCoverURL = "https://api.igdb.com/v4/games"