Flask

POSTMAN 사용법 - 간단 예시를 API 서버 테스트하기

yugyeong 2023. 1. 5. 11:16

postman : API를 개발하기 위해 사용하는 플랫폼

 

1. 아래 링크에 접속하여 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

 

2. 설치가 다 되면, postman 에 접속을 한 후,

메인 페이지에서 왼쪽 상단 아이콘을 클릭한 후 File - New 를 클릭 또는 단축키 Ctrl + N 을 하면 아래 창이 뜬다.

Collection 을 선택해준다.

 

 

My Workspace 에서 Add request 를 선택하여 API 서버를 개발하면 된다.