You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
first of all thank you for creating this wonderful project.
However, there two bugs with the the "Resource Reviews" API, which I already addressed in your Discord:
The "responseMessage" is never present
"rating.count" returns always 1. The average seems to be correct tho, if it's supposed to represent the average count given by the user.
The text was updated successfully, but these errors were encountered:
was an issue with the api, should be fixed soon :)
the count is intended to be 1 in the context of /resources/{}/reviews since it's only for a single review (use the number of objects in the returned array for the actual count). in /resources/{} it's the number of reviews.
Hey,
first of all thank you for creating this wonderful project.
However, there two bugs with the the "Resource Reviews" API, which I already addressed in your Discord:
The text was updated successfully, but these errors were encountered: