You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
419 B
Markdown
17 lines
419 B
Markdown
|
5 years ago
|
# 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
|
||
|
|
|