GT-WebDev-GameLogs / gamelogs

A social, review platform for video games
0 stars 0 forks source link

Retrieve Game Reviews Endpoint #9

Open TimothySung1 opened 1 month ago

TimothySung1 commented 1 month ago

Here, we want to retrieve the reviews for a specific user OR a game. Again, this is another 2-parter issue, where we want potentially two endpoints: api/user/<username>/reviews and/or api/game/<game>/reviews.

These are sample endpoint paths, which can be changed as you see best fit.