What is the difference between resource and endpoint?

后端 未结 6 1123
死守一世寂寞
死守一世寂寞 2021-01-29 18:02

I have heard both \"resource\" and \"endpoint\" to refer to the same thing. It seems that resource is a newer term.

What is the difference between them? Does \"resource\

6条回答
  •  我在风中等你
    2021-01-29 18:32

    Consider a server which has the information of users, missions and their reward points.

    1. Users and Reward Points are the resources
    2. An end point can relate to more than one resource
    3. Endpoints can be described using either a description or a full or partial URL

    Source: API Endpoints vs Resources

提交回复
热议问题