postman

❗GET GET방식으로 선택하고 주소를 입력 후 SEND만 하면 결과물을 볼 수 있다 ❗POST POST 방식으로 선택 후 주소를 넣은 다음 @RequestBody가 있을 경우 Body>raw>JSON을 선택한 후에 아래에 백엔드로 보내고자하는 정보를 입력하고 SEND하면 결과를 볼 수 있다 ❗PATCH PATCH 방식으로 선택 후 주소를 넣은 다음 @RequestBody가 있을 경우 Body>raw>JSON을 선택한 후에 변경하고 싶은 정보를 JSON방식으로 입력 후 SEND하면 결과를 볼 수 있다
❗Postman 설치 https://www.postman.com/ Postman API Platform | Sign Up for Free Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster. www.postman.com 위의 링크에서 어플리케이션 다운로드 ❗Postman 사용법
_니지
'postman' 태그의 글 목록