Something went wrong. Try again later

daniel40392

This user has not updated recently.

1 0 8 0
Forum Posts Wiki Points Following Followers

daniel40392's forum posts

Avatar image for daniel40392
daniel40392

1

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By daniel40392

Hey there,

I'm just starting to experiment with the API - I might recommend using something like React to keep track of the array of games based on a query through the api.

That way each time you load the page it repopulates the list of games.

As for the query to get the games haven't played around a lot with it but Id suggest something like this (youd need to do a little playing around with filters or parsing the result to get the titles of all the games you're after:

https://www.giantbomb.com/api/accessories/?api_key=[YOUR-API-KEY]&format=json&filter=original_release_date:1980-1-1%2000:00:00|1990-1-1%2000:00:00&sort=original_release_date:asc

Thats my suggestion as a new to the game junior dev :D

Best of luck with the project!