RESTful Api Terminology
- Resource vs Endpoint
What is the difference between resource and endpoint?
The term endpoint is focused on the URL that is used to make a request.
The term resource is focused on the data set that is returned by a request.
This post is licensed under CC BY 4.0 by the author.