introduction-to-postman-course
introduction-to-postman-course copied to clipboard
.
Hello. Please I just wanna know how to generate token necessary for authentication. You said that it's essential for POST request.
List of books GET /books Returns a list of books. Optional query parameters: type: fiction or non-fiction limit: a number between 1 and 20. If the number is above 20...
Hello, thank you for your helpful video clip on youtube. I have been following your video clip and I faced issue with orders api. even if I set JSON properly,...
1 - adding clear message for updating an order 2 - Moving API authentication to the middle, right before "Submit an order step"
My Api of orders is giving me the global variable null please guide
The documentation states that the fields `bookId` and `customerName` are required when submitting a new order. However, I have tested the `/orders` endpoint and found that an order can be...