ARC(Advanced REST Client) - REST API 테스트
- API 테스트 도구. 웹 개발자는 사용자 정의 HTTP 요청을 작성하고 테스트 할 수 있습니다.
- Chrome에서 테스트 할 수 있는 앱으로 상당히 편합니다.
1) Chrome에 접속해서 설치
https://chrome.google.com/webstore/detail/advanced-rest-client/hgmloofddffdnphfgcellkdfbfbjeloo
Advanced REST client
The web developers helper program to create and test custom HTTP requests.
chrome.google.com
2) ARC 앱 프로그램 실행
3) REST API 테스트
- Method 는 GET, Request URL에는 http://localhost:8080/api/courses 를 입력합니다.
- 결과 화면을 확인