Please enable JavaScript.
Coggle requires JavaScript to display documents.
APIs - Coggle Diagram
APIs
postman
introduction to postman
overview of postman
download & install
quick GUI walk thru - visible features & functionalities
http methods
create our own api server
download & install node js
we have configured our own json-server
import all the requests to postman
RestAPIs & its anatomy
endpoints
hearders
methods
data (request & response)
Variables
collection level variables
environment level variables
global variables
js scripts
how do write pre req
how to write test cases
how to assert on status code
how to assert on response time
how to validate response body
Microservices
Monolithic designs
Sample API with all http methods
collections + runner