용어 | 엔드포인트 Endpoint

|

요약

image 117
용어 | 엔드포인트 Endpoint 2

엔드포인트는 API와 통신하는 데 사용되는 URL 패턴입니다.

API 와 엔드포인트

  • API : 애플리케이션 프로그래밍 인터페이스
    두 시스템이 상호작용할 수 있게 하는 프로토콜의 총 집합
  • Endpoint : 끝점
    API가 서버에서 리소스에 접근할 수 있도록 가능하게 하는 URL

엔드포인트

/this-is-an-endpoint
/another/endpoint
/some/other/endpoint
/login
/accounts
/cart/items

https://example.com/this-is-an-endpoint
https://example.com/another/endpoint
https://example.com/some/other/endpoint
https://example.com/login
https://example.com/accounts
https://example.com/cart/items

GET /item/{id}
PUT /item/{id}

참조

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

클릭하여 복사