Mock Servers in Postman
Reading Time: 4 minutes If we do not have a production API ready, or you do not want to run your requests against actual data,we can make requests that return mock data defined within Postman . By introducing a mock servers and adding examples to our requests, we can reproduce the behaviour of a real API. Basically Postman matches the request configurations to the examples we saved with request Continue Reading