Skip to content

Commit

Permalink
Add IMF Data Portal as service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
aboddie authored Dec 4, 2024
1 parent f444428 commit 82e3d08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions R/SDMXServiceProvider-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,14 @@ setSDMXServiceProviders <- function(){ # nocov start
repoUrl = "https://sdmxcentral.imf.org/ws/public/sdmxapi/rest",
compliant = TRUE)
)
#IMF_DATA
IMF_DATA <- SDMXServiceProvider(
agencyId = "IMF_DATA", name = "International Monetary Fund - Data Portal",
builder = SDMXREST21RequestBuilder(
regUrl = "https://api.imf.org/external/sdmx/2.1",
repoUrl = "https://api.imf.org/external/sdmx/2.1",
compliant = TRUE)
)

#OECD
OECD <- SDMXServiceProvider(
Expand Down

0 comments on commit 82e3d08

Please sign in to comment.