📝

postman 사용법

postman

postman은 쉽게 post, get 등의 호출을 test해볼 수 있는 세계에서 가장 유명한 API입니다.
 
  • 회원 가입을 해주세요. 이것저것 많이 물어봅니다.
notion imagenotion image
notion imagenotion image
notion image
  1. 회원 가입 후 왼쪽 중간에 workspace 클릭
    1. notion imagenotion image
       
  1. 워크스페이스를 설정하고 싶다면 Create Workspace 클릭
    1. notion imagenotion image
 
  1. 아래와 같이 workspace 생성
    1. notion imagenotion image
       
  1. 왼쪽 상단에 New 클릭
    1. notion imagenotion image
       
  1. HTTP Request 클릭
    1. notion imagenotion image
       
  1. 보낼 준비 완료
    1. notion imagenotion image
       
  1. get 방식으로 호출해보세요.
    1. notion imagenotion image
 
  1. 애러가 납니다. agent를 설치하지 않았기 때문이에요.
    1. notion imagenotion image
  1. Use Postman’s Desktop Agent를 클릭 후 다운로드 받아주세요.
    1. notion imagenotion image
 
  1. get으로 데이터를 날려보세요. 튜토리얼에는 12번 5번째 예제에 해당합니다.
    1. notion imagenotion image
 
  1. 이번에는 post 방식으로 날려보세요.
    1. notion imagenotion image