Postman

Postman

worryback 2023. 7. 30. 21:28
728x90

포스트맨 이란 

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.

API를 구축하고, 사용하기 위한 API 플랫폼이라고한다.

 

API, GraphQL, gRPC 등.. 다양한 API를 지원하며, 각 API의 Request, Response를 쉽고, 다른 팀원들과 협업하게 좋게 만들어진 툴이다.

 

Postman 다운로드

 

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

Postman Client

위에 API는 예제로 Mock을 만들 수 있는, wiremock에서 만들어진 API이다. 

 

WireMock - flexible, open source API mocking

WireMock is a tool for building mock APIs. API mocking enables you build stable, predictable development environments when the APIs you depend on are unreliable or don’t exist.

wiremock.org

wiremock 은 된다면 따로 글을 남겨볼 에정.

Postman Request

 

GET, POST, PUT, PATCH 등 다양한 HTTP Method 를 사용할 수 있다.

Response의 경우 아래 화면에 Body에서 확인 할 수 있다.

 

728x90