June 2022
Intermediate to advanced
424 pages
11h 50m
English
This chapter covers
In previous chapters you learned a little about using Postman, and in one of those examples you learned how to create new reviews in the FarmStall API by executing a POST operation with a request body. Creating reviews is a critical part of this API—what good is a review-centric API without the ability to create reviews!
In this chapter we’ll describe how to create new reviews using POST /reviews. In addition to that, we’ll take a look at GET /reviews/{reviewId} ...
Read now
Unlock full access