Skip to content

Commit

Permalink
Fixed ssb.no
Browse files Browse the repository at this point in the history
  • Loading branch information
MansMeg committed Oct 23, 2018
1 parent ec01e7f commit 5cf2a56
Showing 1 changed file with 9 additions and 21 deletions.
30 changes: 9 additions & 21 deletions inst/extdata/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,14 @@
},

"data.ssb.no": {
"alias" : ["ssb"],
"description" : "Statistics Norway",
"url" : "http://data.ssb.no/api/[version]/[lang]",
"version": ["v0"],
"lang": ["en"],
"calls_per_period": 30,
"period_in_seconds": 10,
"max_values_to_download" : 100000
"alias" : ["ssb"],
"description" : "Statistics Norway",
"url" : "http://data.ssb.no/api/[version]/[lang]",
"version": ["v0"],
"lang": ["en","no"],
"calls_per_period": 30,
"period_in_seconds": 60,
"max_values_to_download" : 500000
},

"pxweb.asub.ax": {
Expand Down Expand Up @@ -227,20 +227,8 @@
"calls_per_period": 10,
"period_in_seconds": 10,
"max_values_to_download" : 1000
},

"data.ssb.no": {
"alias" : ["ssb"],
"description" : "Statistics Norway",
"url" : "http://data.ssb.no/api/[version]/[lang]",
"version": ["v0"],
"lang": ["en","no"],
"calls_per_period": 30,
"period_in_seconds": 60,
"max_values_to_download" : 500000
}



},

"local_apis": {}
Expand Down

0 comments on commit 5cf2a56

Please sign in to comment.