Changing hierarchy of already existing RESTful resources
4 min readApr 21, 2019
--
Mission statement:
RESTful web services are extremely popular today as a mean to serve requests from web and mobile applications.
The “folder like” path structure of URLs is widely used to describe a hierarchy of resources, where usually the resource name appears in a plural form , followed by a resource unique identifier for a single resource, then a sub…