mineos-market-client
    Preparing search index...

    Interface Reviews

    interface Reviews {
        getReviews(params: GetReviewsParams): Promise<Review[]>;
        voteReview(params: VoteReviewParams): Promise<void>;
        postReview(params: PostReviewParams): Promise<void>;
    }
    Index

    Methods

    • Post a review to a publication.

      Parameters

      Returns Promise<void>

      await client.reviews.postReview({
      fileId: 1488,
      rating: 4,
      comment: 'Beautiful application, my wife jumped out the window after downloading.',
      })