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.
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/orapi/game/<game>/reviews
.These are sample endpoint paths, which can be changed as you see best fit.