Skip to content

Commit

Permalink
fix #198
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jul 9, 2024
1 parent 3ab5833 commit 898da2b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions R/SDMXServiceProvider-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,11 @@ setSDMXServiceProviders <- function(){ # nocov start
#OECD
OECD <- SDMXServiceProvider(
agencyId = "OECD", name = "Organisation for Economic Cooperation and Development ",
builder = SDMXDotStatRequestBuilder(
regUrl = "https://stats.oecd.org/restsdmx/sdmx.ashx",
repoUrl = "https://stats.oecd.org/restsdmx/sdmx.ashx")
builder = SDMXREST21RequestBuilder(
regUrl = "https://sdmx.oecd.org/public/rest",
repoUrl = "https://sdmx.oecd.org/public/rest",
compliant = TRUE
)
)

#UNICEF
Expand Down

0 comments on commit 898da2b

Please sign in to comment.