Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

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.
Comment

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.
Comment

PREVIOUS NEXT
Code Example
Shell :: -eq shell script 
Shell :: how to upgrade gradle version in linux 
Shell :: /usr/local/etc/httpd/httpd.conf 
Shell :: default gatsby typescript started 
Shell :: bash ls and pick 2nd column 
Shell :: perl install Switch 
Shell :: windows install composer 
Shell :: how to install windows service using batch file 
Shell :: sudo !! alias 
Shell :: pacman corrupted package 
Shell :: how to rename a file on cmd prompt to current date 
Shell :: email client for linux 
Shell :: install python 3.6 in colab 
Shell :: create github repo without browser 
Shell :: split large file 
Shell :: How to install NodeJs in CentOs? 
Shell :: bash list files in directory 
Shell :: how to autostart containers in ubuntu 
Shell :: debian upgrade python 
Shell :: adapta ubuntu 
Shell :: npm uninstall multiple packages 
Shell :: bash debug show line numbers 
Shell :: Git lab global setup 
Shell :: Checking dependencies BASH 
Shell :: docker compose up 
Shell :: bash grep all after match 
Shell :: remove all gems installed 
Shell :: Git config --list to list all the settings 
Shell :: git push existing git repository 
Shell :: yarn upgrade 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =