[Spring] Postman 사용 - Delete

진주·2022년 3월 18일
0

Spring

목록 보기
8/29

Delete an order

+ 클릭하여 collection 생성, Save as 클릭

Request name : Delete an order 입력, Save 클릭

{{baseUrl}}/orders/:orderId 입력 후,

order에 있는 id = Y8SHV0Q2oZMvICh_G8fg0하나 가져와서

Path Variables의 VALUE로 집어넣는다.


Auth 추가하기

Params 옆에 Auth 클릭, Type Bearer Token 클릭

Token에 {{accessToken}} 입력

Headers에 Auth가 제대로 추가된 것을 확인할 수 있다


결과 확인

GET에서 DELETE로 변경

Send 클릭하면 response부분에 아무런 창이 뜨지 않는다

Get All orders에서 Send 클릭하면,

id = Y8SHV0Q2oZMvICh_G8fg0였던 order 데이터가 사라졌다 🤣


🍰 API 배포용 설명서 만들기

new 클릭

API Documentation 클릭

Select an existing collection 클릭, Simple books API 클릭

Save 클릭

View Documentation 클릭

생성된다!

본인이 만든 API 정보를 사용하기 위한 설명서가 자동으로 생성된다 😉


참고 :
https://velog.io/@jinee/TIL-Postman%EC%9C%BC%EB%A1%9C-API%EB%AC%B8%EC%84%9C-%EB%A7%8C%EB%93%A4%EA%B8%B0-l4k5mj31rl

profile
진주의 코딩일기

0개의 댓글