Skip to content

Commit

Permalink
See for yourself
Browse files Browse the repository at this point in the history
  • Loading branch information
liebki authored Dec 26, 2022
1 parent 9d36bcb commit 7db814d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RawgNetDemo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Program
{
static async Task Main(string[] args)
{
using (RawgClient client = new(new ClientOptions("c535ca8bfe954571a55df5c7a5a64394")))
using (RawgClient client = new(new ClientOptions("YOUR KEY FROM https://rawg.io/login?forward=developer")))
{
const string query = "gtav";
Console.WriteLine($"Querying for: {query}");
Expand All @@ -30,4 +30,4 @@ static async Task Main(string[] args)
}
}
}
}
}

0 comments on commit 7db814d

Please sign in to comment.