Mention what are resources in a REST architecture?

Technology CommunityCategory: API DesignMention what are resources in a REST architecture?
VietMX Staff asked 3 years ago

Resources are identified by logical URLs; it is the key element of a RESTful design. Unlike, SOAP web services in REST, you view the product data as a resource and this resource should contain all the required information.