https://marketplace.visualstudio.com/items?itemName=humao.rest-client

 

REST Client - Visual Studio Marketplace

REST Client REST Client allows you to send HTTP request and view the response in Visual Studio Code directly. Main Features Send/Cancel/Rerun HTTP request in editor and view response in a separate pane with syntax highlight Send CURL command in editor and

marketplace.visualstudio.com

vscode extension 에서 "rest client" 라고 검색하면 나온다

 

기존 postman 과 비슷한 기능을 하는것 같은데 나는 postman 보다 이놈을 먼저 접했음

 

사용법은 *.http 형식으로 아무 이름이나 붙은 파일을 만든다음

아래와 같은 형식으로 사용하면 된다

 

api 호출 하나씩 "###" 으로 구분하며

 

앞의 "GET" , "POST" 로 get 과 post 를 설정할 수 있다

header 의 parameter 는 get, post 바로 밑줄에 붙여서 쓰면 되고

 

body 는 한줄 띄우면 body 로 인식한다

 

get, post 위에 생기는 "Send Request" 문자를 클릭하면 

우측에 rest api 호출에 대한 결과 response 를 표시해준다.

 

현재까지 잘 쓰고있는 개발툴이며 나름 편하다.

 

 

추가 사용예제 :

 

 

+ Recent posts