eclipse-dataspace-protocol-base / DataspaceProtocol

The Dataspace Protocol is a set of specifications designed to facilitate interoperable data sharing between entities governed by usage control and based on Web technologies. These specifications define the schemas and protocols required for entities to publish data, negotiate Agreements, and access data in a data space
https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/
Apache License 2.0
9 stars 4 forks source link

Body in `catalog/datasets/:id` binding #30

Open wolf4ood opened 2 months ago

wolf4ood commented 2 months ago

Bug Report

Describe the Bug

The spec here, when describing the catalog binding for fetching a single Dataset expresses a body in the GET request.

I think it should be removed since the id is already expressed in the path.

Possible Implementation

remove the body section