Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/liebki/RawgNET
Browse files Browse the repository at this point in the history
  • Loading branch information
liebki committed Jan 3, 2023
2 parents 532f76b + 7d3b23a commit d810ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A wrapper for the API of wrag.io, to get a game or creator including all their d
## Example

```
RawgClient client = new(new ClientOptions("YOUR KEY FROM https://rawg.io/login?forward=developer"));
RawgClient client = new(new ClientOptions("YOUR KEY FROM https://rawg.io/apidocs"));
const string query = "gtav";
if (await client.IsGameExisting(query))
Expand Down Expand Up @@ -87,4 +87,4 @@ Rawg.io has terms of use, please read them and be sure to comply to them - https

- Get everything from the API inside RawgNet (WIP)
- Clean up and reduce code
- More to come…
- More to come…

0 comments on commit d810ca4

Please sign in to comment.