Get the publication's reviews.
Object with required fields.
List of reviews.
await client.reviews.getReviews({ fileId: 1488, count: 3 }) Copy
await client.reviews.getReviews({ fileId: 1488, count: 3 })
Vote either review is rating or not.
await client.reviews.voteReview({ reviewId: 161, helpful: false}) Copy
await client.reviews.voteReview({ reviewId: 161, helpful: false})
Post a review to a publication.
await client.reviews.postReview({ fileId: 1488, rating: 4, comment: 'Beautiful application, my wife jumped out the window after downloading.',}) Copy
await client.reviews.postReview({ fileId: 1488, rating: 4, comment: 'Beautiful application, my wife jumped out the window after downloading.',})
Get the publication's reviews.