Here's the link to my api that you can use as a mock server
To contribute to its documentation on github, here's the github repository url:
https://github.com/InnocentWahome/Burgers-Mock-API
https://burgers-api.herokuapp.com/burgers
We can use mock API server during
development and testing when live
data is unavailable or not reliable.
While developers designing the API
we can use mock API's to work on.
Once end points are available we can
implement the endpoints to our test script.
I am using Postman for mocking API.
I create mock server with GET request
to postman-echo.com/get endpoint.
We can use mock API server during
development and testing when live
data is unavailable or not reliable.
While developers designing the API
we can use mock API's to work on.
Once end points are available we can
implement the endpoints to our test script.
I am using Postman for mocking API.
I create mock server with GET request
to postman-echo.com/get endpoint.