Endpoint解释
徐徐 抱歉选手

What is an API Endpoint?

Simply put, an endpoint is one end of a communication channel. When an API interacts with another system, the touchpoints of this communication are considered endpoints. For APIs, an endpoint can include a URL of a server or service. Each endpoint is the location from which APIs can access the resources they need to carry out their function.

APIs work using ‘requests’ and ‘responses.’ When an API requests information from a web application or web server, it will receive a response. The place that APIs send requests and where the resource lives, is called an endpoint.

References: API Endpoints

  • 本文标题:Endpoint解释
  • 本文作者:徐徐
  • 创建时间:2020-10-11 12:01:36
  • 本文链接:https://machacroissant.github.io/2020/10/11/what-is-endpoint/
  • 版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
 评论