Skip to content

Commit

Permalink
Merge pull request #201 from aboddie/master
Browse files Browse the repository at this point in the history
Add new IMF provider
  • Loading branch information
eblondel authored Dec 4, 2024
2 parents f444428 + 3e6bc3f commit 7637d6d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 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 Expand Up @@ -558,7 +566,7 @@ setSDMXServiceProviders <- function(){ # nocov start

listOfProviders <- list(
#international
BIS, ECB, ESTAT,ESTAT_COMEXT, ESTAT_COMP, ESTAT_GROW, ESTAT_EMPL, IMF, OECD, UNICEF, CD2030, UNSD, ILO_Legacy, ILO, WBG_WITS, WB, PDH,
BIS, ECB, ESTAT,ESTAT_COMEXT, ESTAT_COMP, ESTAT_GROW, ESTAT_EMPL, IMF, IMF_DATA, OECD, UNICEF, CD2030, UNSD, ILO_Legacy, ILO, WBG_WITS, WB, PDH,
#national
ABS, NBB, INSEE, INEGI, ISTAT_LEGACY, ISTAT, NOMIS, LSD, NCSI, STAT_EE, BBK,
#others
Expand Down

0 comments on commit 7637d6d

Please sign in to comment.