You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since today, the calling of rsdmx to the ECB API does not work anymore. The reason is that they now throw an error when there is a trailing slash in requests (I use dataflow and datastructure)
From a user:
I keep the package MDstats (https://github.com/zeugner/MDstats) that depends on rsdmx (in a modified form)
Since today, the calling of rsdmx to the ECB API does not work anymore. The reason is that they now throw an error when there is a trailing slash in requests (I use dataflow and datastructure)
For instance
https://data-api.ecb.europa.eu/service/dataflow/all/all/latest
works but
https://data-api.ecb.europa.eu/service/dataflow/all/all/latest/
does not.
The latest rsdmx request builder for the SDMX has those trailing slashes.
The text was updated successfully, but these errors were encountered: