add postman mock server setup
parent
4bd1988153
commit
64aaafa841
@ -0,0 +1,16 @@
|
||||
# Mock API Server using Postman
|
||||
|
||||
1. On the endpoint, click on `...` and select `Add example`.
|
||||
|
||||
2. Create an Example Response for the endpoint. Make sure not variable used for endpoint path.
|
||||
|
||||

|
||||
|
||||
3. Fill in the response data
|
||||
|
||||
4. On the collection, Click on `...` and select `Mock collection`
|
||||
|
||||

|
||||
|
||||
5. Copy the mock server link. Use the link to call the mock server endpoint
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue