1. 포스트맨이란?
- 개발한 API를 테스트하고, 테스트 결과를 공유하여 API 개발의 생산성을 높여주는 플랫폼
2. URL
2-1. 공홈
Postman
Postman is the only complete API development environment, for API developers, used by more than 6 million developers and 100,000 companies worldwide. Postman makes working with APIs faster and easier by supporting developers at every stage of their workflo
www.getpostman.com
2-2. 크롬 확장 프로그램
- https://chrome.google.com/webstore/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo
Postman Interceptor
Sends requests fired through the Postman chrome app.
chrome.google.com
3. 사용 목적
- 카페24 API 데이터 확인
4. 특징
- 가벼움
- 히스토리 저장 기능
- 설치 필요
5. 사용 방법
- 헤더부분에 필요 키-값 입력 후 GET/POST 등등의 방식 선택한 뒤 API URL 보내기
6. 중요 옵션
- 메소드 방식(GET/POST)
- 파라미터값 설정
- 인증관련 설정
cf) 시작화면 (좌측엔 날짜별 히스토리가 있음)
'기타' 카테고리의 다른 글
javax.servlet.ServletException: JBWEB004036: File " not found (0) | 2022.03.21 |
---|---|
Trello(트렐로) 단축키 (0) | 2019.04.11 |
자바에서 퓨니코드(Puny code)로 변환하기 (0) | 2019.04.10 |
Gradle (1) | 2019.04.06 |
마크다운 문법 사용하기 (0) | 2019.04.06 |