📝 포스트맨(Postman) 사용 방법
포스트맨은 URL 테스트 프로그램입니다.
get, post 등의 http 요청이 올바르게 이루어지고 있는지 확인할 수 있습니다.
📝 포스트맨의 장점은
✔️ 반복적인 테스트가 계속적으로 일어나기 때문에 많이 사용합니다.
예를 들어, 첫날에 URL 요청 테스트를 했다고 가정합시다.
10일, 20일, ... 이후에 테스트를 하려고 했을 때 사용 가능하다는 부분입니다.
시간이 지나도 사라지지 않는다는 장점이 있죠. (일회성 X)
어떻게 해서 값을 넘겨주는지 공유가 가능하고 이런 편리함 때문에 주로 사용합니다.
📝 포스트맨(Postman) 실습
✔️ 포스트맨 회원가입 및 다운로드를 해주세요.
⬇️ 회원가입 ⬇️
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
⬇️ 다운로드 ⬇️
Download Postman | Get Started for Free
Try Postman for free! Join 25 million developers who rely on Postman, the collaboration platform for API development. Create better APIs—faster.
www.postman.com
다운받은 포스트맨을 실행하고 로그인하면 첫화면이 뜰 것입니다.