- Notifications
You must be signed in to change notification settings - Fork 0
RestfulAPIFundamentals
Rajendra Prasad Reddy Penumalli edited this page Dec 27, 2019 · 3 revisions
- Resource
- Collections
- URL (Uniform Resource Locator)
Resource:
- is an object or representation of something that has some associated data with it and there can be a set of methods to operate on it.
-
- Users
- Animals
- schools
- Employees
- Vehicles
- are resources and delete, add, and update are the operations to be performed on these resources.
Collections:
- a set of resources, e.g. companies is the collection of the company resource.