Answers for "use mock api"

4

use mock api

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
Posted by: Guest on July-17-2021
2

mock api

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.
Posted by: Guest on January-19-2021
0

what mock api

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.
Posted by: Guest on January-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language