entropy icon indicating copy to clipboard operation
entropy copied to clipboard

[Core][API] All APIs should have project in route as it is the parent of all resources

Open spy16 opened this issue 3 years ago • 0 comments

project acts corresponds to a tenant and isolates all the resources/modules/data that belongs to it.

It would better to reflect this fact in the REST API routes as well.

For example, currently resources endpoints are at /resources. This issue proposes to change this to /projects/{id}/resources.

spy16 avatar Aug 11 '22 11:08 spy16