Hello Stackoverflow Users,
I just want to use an API of someone, but he did'nt put a release on github so you have to compile the api for yourself.
The API im trying to use, is using Flurl, i imported everything but now i have some errors and i can't compile the api.
(Note: im asking here for help because im not that advanced enough to know how i can fix this)
The error is saying: Cannot implicitly convert type 'Flurl.Http.IFlurlClient' to 'Flurl.Http.FlurlClient' An explicit conversion exists (are you missing a cast?)
A Screenshot of the Error in Visual Studio
(The API Iam trying to use is https://github.com/Tustin/psn-csharp)