유용한 사이트

Insomnia로 REST API를 쉽게 테스트하기

wam 2023. 1. 4. 18:04

 

Insomnia 사이트 바로가기

 

The Collaborative API Development Platform

Leading Open Source API Development Platform for REST, GraphQL, gRPC, SOAP, and WebSockets

insomnia.rest

 

Insomnia Core 설치하기
Insomnia Core 설치하기

 

 


 

  •  REST API 테스팅 툴이다.
  •  postman과 같이 API를 테스팅하기 위한 여러 가지 기능들을 제공한다.
  • 개발자뿐만 아니라 보안 쪽에서도 충분히 자주 사용할 수 있는 도구이다.
  • Endpoint를 테스트가 가능하다.
  • insomnia - Rest 클라이언트이다.

 

관련글 : API 와 Endpoint 차이점

 

 


 

사용법

Inosomnia

사이트 상단으 DEBUG 클릭하기

주소 http://localhost:3000/movies/1 를 적으면 결과 값을 크롬에서 본 것처럼 보인다. (Send 클릭)