Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c query params used multi times per component #149

Closed
eric-basley opened this issue Jun 2, 2021 · 1 comment
Closed

c query params used multi times per component #149

eric-basley opened this issue Jun 2, 2021 · 1 comment

Comments

@eric-basley
Copy link

Develop branch of https://github.com/sdmx-twg/sdmx-rest/blob/develop/doc/data.md gives ad example:

https://ws-entry-point/data/dataflow/ECB/EXR/?c[TIME_PERIOD]=ge:2009-05-01&c[TIME_PERIOD]=le:2009-05-31&c[CONF_STATUS]=F

And says before: "This parameter may be used multiple times (e.g. c[FREQ]=A,M&c[CONF_STATUS]=F), but once per Component."

I understand that example must rewrite as https://ws-entry-point/data/dataflow/ECB/EXR/?c[TIME_PERIOD]=ge:2009-05-01,le:2009-05-31&c[CONF_STATUS]=F

@sosna
Copy link
Member

sosna commented Jun 16, 2021

Thanks for reporting this, @eric-basley.

The issue has been fixed in the sdmx30-review-1 branch, which will be merged with the rest at the end of the public review process.

@sosna sosna closed this as completed in 2c45b72 Oct 11, 2021
v2.0.0 automation moved this from To do to Done Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v2.0.0
  
Done
Development

No branches or pull requests

2 participants