테스트를 위해 아래의 홈페이지에서 샘플 API data를 참고하자
Reqres - A hosted REST-API ready to respond to your AJAX requests
Native JavaScript If you've already got your own application entities, ie. "products", you can send them in the endpoint URL, like so: var xhr = new XMLHttpRequest(); xhr.open("GET", "https://reqres.in/api/products/3", true); xhr.onload = function(){ conso
reqres.in
아래로 스크롤을 내려 리퀘스트 URL 획득

이전에 생성한 리퀘스트에 해당 URL을 입력하여 구동하자

위와 같이 성공한 화면(응답 값)을 확인할 수 있다
아래와 같이 이벤트 별로 응답시간을 확인할 수 있음

'WEB API Test > Postman' 카테고리의 다른 글
VARIABLES 활용 (0) | 2020.08.06 |
---|---|
VARIABLES 생성 (0) | 2020.08.06 |
Collection 구동 (0) | 2020.08.06 |
Collection 생성 (0) | 2020.08.06 |
API Request 생성 (0) | 2020.08.06 |