OCM-API
OCM-API copied to clipboard
Private data: endpoints for operations
-
There are different endpoints for
GET,POSTandDELETE, but the method itself should be enough to indicate the intended operation on the private data endpoint:GET /privatedata/{storename}/{key}instead ofGET /privatedata/getattribute/{storename}/{key}POST /privatedata/{storename}/{key}instead ofGET /privatedata/setattribute/{storename}/{key}DELETE /privatedata/{storename}/{key}instead ofGET /privatedata/deleteattribute/{storename}/{key}
-
Should there also be
GET /privatedataandGET /privatedata/{storename}endpoints to explore what's in there?
I absolutely agree on the change of the route specification. But I question if this is a needed api within the scope of cloud federation.
Added wontfix label because it's out of scope.
Reopened for further discussion, we'll use the Projects feature to determine scope.
Obsoleted