roubachof / Sharpnado.TaskLoaderView

Free yourself from IsBusy=true! The `TaskLoaderView` is a UI component that handles all your UI loading state (Loading, Error, Result, Notification), and removes all the pain of async loading from your view models (try catch / async void / IsBusy / HasErrors / base view models / ...) thanks to its brother the `TaskLoaderNotifier`.
MIT License
239 stars 14 forks source link

IGDB API is obsolete #11

Closed SailorTurkey closed 4 years ago

SailorTurkey commented 4 years ago

I found out your library a while ago. Wanted to give it a go, to my luck, IGDB API is obsolete now :)

"These changes mean that there is some effort required to transition off the v3 API, which will be shut down on 26th October, 2020." New API is located at URL with authorization too changed.

I know it might be a pain to update Retronado now, just wanted give a heads up :)

https://api.igdb.com/v4

roubachof commented 4 years ago

ARRRGGHHHH

roubachof commented 4 years ago

migration to v4 done :)