이 도구를 사용하여 한 번의 클릭으로 웹 사이트의 REST API 엔드포인트를 신속하게 테스트하고 유효성을 검사합니다.
REST API is an API (Application Programming Interface) that follows the REST (REpresentational State Transfer) architecture.
REST is known as REpresentational State Transfer because in a client-server communication model, any API following the REST architecture will create an object for the data requested by the client and also send the values of the object in response to the user, thus sending both the object and state of an object.REST architecture is often called the "language of the internet" because it helps an application be more responsive as it leverages very little bandwidth and is completely based on resources.
Thanks for your feedback