-
Notifications
You must be signed in to change notification settings - Fork 19
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
Trying to get WB WDI
working
#206
Comments
One quick check: I see Does using this fix the error? |
I'll check but I'm pretty sure that yes, it seems this is the redirect operated after the first request (dataapi prefix instead of api). |
I can confirm it, my patch on top of current main HEAD. I can also confirm that the Instead the example in https://datahelpdesk.worldbank.org/knowledgebase/articles/1886701-sdmx-api-queries is https://api.worldbank.org/v2/sdmx/rest/data/WDI/A.SP_POP_TOTL.AFG/?startperiod=2011&endPeriod=2011 |
In these, |
Will work from now on in https://github.com/CIRED/sdmx/tree/wdi and submit a PR when things are working on my end. |
One more issue ;)
I'm also trying to use the
WB WDI
database, which should in principle have enough to be working, but is not. I'm currently working on the issue, this is to record my progress and get some feedback.Now it's currently failing with
Almost seems the right url, but I guess my current issue is that an involuntary
/
finds its way in the original url.How I would have tackled that : define a
url
kwarg in modify_request_args that will override the one passed by default. Maybe there's also a way to avoid that additional/
when thekey
kwarg is None or non-existent?The text was updated successfully, but these errors were encountered: