Allen Boddie
Allen Boddie
While I think these are good to clarify, as far as the IMF endpoint, we are planning to remove the generation of the link attribute as part of our responses....
Thank you for flagging this. Interestingly we return isMultilingual for XML and isMultiLingual for JSON. This will be fixed in the IMF API at the end of November, and all...
In SDMX 3.X, the response is not limited to a single DSD. For example [the REST documentation](https://github.com/sdmx-twg/sdmx-rest/blob/19b14e39b78fe6dacf20a8f97e971ab29c3c83e2/doc/data.md?plain=1#L137) gives an example "Retrieve the list of indicators about Switzerland (CH) available in...
For the second issue, currently we have: ``` >>> response.structure >>> response.dataflow ``` I think giving ``` >>> response.structure >>> response.dataflow ``` would be better, but maybe it's hard because...
Just to update, you are correct structureID is required still in SDMX 3.0 so for the first issue I will aim to fix it on our side.