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

Add source from Bundesbank #104

Closed
charphi opened this issue Jun 2, 2021 · 3 comments
Closed

Add source from Bundesbank #104

charphi opened this issue Jun 2, 2021 · 3 comments
Labels
enhancement New feature or request SOURCE
Milestone

Comments

@charphi
Copy link
Member

charphi commented Jun 2, 2021

API documentation: https://www.bundesbank.de/en/statistics/time-series-databases/-/help-for-sdmx-web-service-855900

SdmxWebSource:

Key Value
Name BBK
Description Bundesbank
Endpoint https://api.statistiken.bundesbank.de/rest
Website https://www.bundesbank.de/en/statistics/time-series-databases
@charphi charphi added enhancement New feature or request SOURCE labels Jun 2, 2021
@charphi charphi added this to the 3.0.0-beta.3 milestone Jun 2, 2021
@charphi
Copy link
Member Author

charphi commented Jun 7, 2021

Problems:

  1. Query: Meta uses custom resources path
    e.g. /metadata/dataflow instead of /dataflow
  2. Query: Resource ref does not support 'all' in agencyID
    e.g. /metadata/dataflow/BBK instead of /metadata/dataflow/all
  3. Query: Resource ref does not support 'all' in resourceID
    e.g. /metadata/dataflow/BBK instead of /metadata/dataflow/BBK/all
  4. Query: Data does not support providerRef
    e.g. /data/BBEX3/D.USD.EUR.BB.AC.000 instead of /data/BBEX3/D.USD.EUR.BB.AC.000/all
  5. Query: Data detail parameter for series-keys-only has a typo
    e.g. /data/BBEX3/D.USD.EUR.BB.AC.000?detail=serieskeyonly instead of /data/BBEX3/D.USD.EUR.BB.AC.000?detail=serieskeysonly
  6. Query: Data key parameter does not support 'all' keyword
    e.g. /data/BBEX3/..... instead of /data/BBEX3/all
  7. Other: Some flow labels are blank

@charphi
Copy link
Member Author

charphi commented Jun 7, 2021

Done in ebeb690

@charphi charphi closed this as completed Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SOURCE
Projects
None yet
Development

No branches or pull requests

1 participant