Skip to content

Commit

Permalink
Update ILO and WBG_WITS
Browse files Browse the repository at this point in the history
  • Loading branch information
aboddie authored Dec 5, 2024
1 parent 762392b commit ad9acfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/SDMXServiceProvider-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -222,17 +222,17 @@ setSDMXServiceProviders <- function(){ # nocov start
ILO <- SDMXServiceProvider(
agencyId = "ILO", name = "International Labour Organization of the United Nations",
builder = SDMXREST21RequestBuilder(
regUrl = "https://www.ilo.org/sdmx/rest",
repoUrl = "https://www.ilo.org/sdmx/rest",
regUrl = "https://sdmx.ilo.org/rest",
repoUrl = "https://sdmx.ilo.org/rest",
compliant = TRUE, skipProviderId = TRUE)
)

#WBG_WITS (World Integrated Trade Solution)
WBG_WITS <- SDMXServiceProvider(
agencyId = "WBG_WITS", name = "World Integrated Trade Solution",
builder = SDMXREST21RequestBuilder(
regUrl = "http://wits.worldbank.org/API/V1/SDMX/V21/rest",
repoUrl = "http://wits.worldbank.org/API/V1/SDMX/V21/rest",
regUrl = "https://wits.worldbank.org/API/V1/SDMX/V21/rest",
repoUrl = "https://wits.worldbank.org/API/V1/SDMX/V21/rest",
compliant = TRUE, skipProviderId = TRUE
)
)
Expand Down

0 comments on commit ad9acfb

Please sign in to comment.