I am attempting to build an application for a personal project using Xamarin in Visual Studio for Android. I am using the internet game database igdb.com api to retrieve the required information based off user filtered search with selected genre, platform, and rating.
I found an api wrapper that I was able to install through the nuget package manager. The api uses flurl, and is in my references for my project and also in my using for my main activity class.
My question is, how do I utilize this api wrapper, I have it referenced, but how do I set my api key to the ApiKey variable in the wrapper? And how do I call on this wrapper in a class now that it is referenced? I do have a valid API key for the igdb.com api