sdmx-twg / sdmx-rest

This repository is used for maintaining the SDMX RESTful web services specification.
108 stars 23 forks source link

Content-Negotiation vs. query parameters #183

Closed sosna closed 8 months ago

sosna commented 9 months ago

The SDMX-REST specification documents how to use HTTP Content-Negotiation to defines resource representations. This uses HTTP Headers, as per the REST principles.

However, most implementations require an alternative way of defining the representation, as query string parameters, so that links can easily be shared. This alternative way is documented here. However, this page needs to be improved to:

Also, the page needs to be made more visible, for example by adding a link to it from the page about HTTP Content-Negotiation.

sosna commented 8 months ago

Fixed in v2.1.0