detroyejr/giantbomb

gb_reviews isn't filtering by ID

Closed this issue · 4 comments

Not sure what I'm doing wrong but the gb_reviews method isn't filtering the results by the ID of the game input. Trying to get the score of Hollow Knight (ID 48412) but it's just giving me the most recent entry.

gb_reviews(
n = 1,
filter= "id:48412",
sort = "date_added:desc",
field_list = c("score", "id")
)

Best Regards

Did you find a solution to your problem?

Would you mind posting the code snippet that worked? I took a look, but it's been a while since I've looked at their API. Thanks!