Xavier Sosnovsky

Results 23 issues of Xavier Sosnovsky

The spec currently has the following media type as one of the possible media types for schema queries: `application/vnd.sdmx.schema+json;version=3.0.0` The version should probably be `2.0.0` instead, i.e. getting a JSON...

bug
minor
fixed

This PR removes the 2.1 media types and adds a note about where these previous versions can be found

This PR corrects the type in the version of the SDMX-CSV Data format. In addition, the title has been changed (since SOAP has been deprecated, SDMX API is enough and...

The `schema` part of the Open API is not in line with its documentation. According to the documentation: - `explicitMeasure` has been dropped, but it is still there in the...

bug
minor
fixed

When querying for data, a client has the possibility to indicate that it wants to retrieve what has changed since a certain point in time. It would be nice to...

normal
new feature

The Wiki includes a list of providers of SDMX 2.1 RESTful web services: https://github.com/sdmx-twg/sdmx-rest/wiki/Where-is-it-used This list could be improved by adding a table listing the RESTful API features as well...

minor
documentation

SDMX Connectors contain a few additional SDMX providers. They should be added to the library.

New feature
Normal

Currently, when a new service is created, its API version will default to the latest one. However, typically, services are based on an older version of the API. It would...

New feature
Major