Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently to display the details of an OBR resource, the a request is placed resulting in a query for a given symbolic name and version and setting the details parameter.
Example:
.../obr?details&symbolicname=org.apache.sling.api&version=2.0.4-incubator
IMHO it would be more natural to support a REST-style URL of the form
.../obr/org.apache.sling.api/2.0.4-incubator
Likewise a request to
.../obr/org.apache.sling.api
should return all versions of resources with the symbolic name contained in the URL