Hi, I'm using REST services that address resources using URL path:
rather than parametersCode:http://server/api/object/{object_class}/{object_id}
Is there any standard / recommended way of defining such URL building rules?Code:http://server/api/object/?{objectID=aaa}&{objectCls=123}
I'm not sure yet, but maybe I would like to combine that with base "API" CRUD url's that can be different based on operation performed (as extension to post/get/put methods)