Skip to content

Commit

Permalink
Merge pull request #202 from ssmite/patch-1
Browse files Browse the repository at this point in the history
update
  • Loading branch information
MansMeg committed Sep 9, 2020
2 parents a0d49a0 + dd0bf25 commit c7f4072
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions inst/extdata/api.json
Expand Up @@ -252,9 +252,23 @@
"max_values_to_download" : 10000
},

"data.stat.gov.lv": {
"alias" : ["csb_lv"],
"description" : "Latvia - official statistics",
"citation" : {
"organization" : "Statistics Latvia",
"address" : "Riga, Latvia"},
"url" : "http://data.stat.gov.lv/api/[version]/[lang]/",
"version": ["v1"],
"lang": ["en", "lv"],
"calls_per_period": 4000,
"period_in_seconds": 300,
"max_values_to_download" : 30000
},

"data.csb.gov.lv": {
"alias" : ["csb_lv"],
"description" : "Statistics Latvia - old",
"description" : "Latvia - official statistics (old version)",
"citation" : {
"organization" : "Statistics Latvia",
"address" : "Riga, Latvia"},
Expand Down Expand Up @@ -377,19 +391,6 @@
}
},

"data.stat.gov.lv": {
"alias" : ["csb_lv"],
"description" : "Latvia - official statistics",
"citation" : {
"organization" : "Statistics Latvia",
"address" : "Riga, Latvia"},
"url" : "http://data.stat.gov.lv/api/[version]/[lang]/",
"version": ["v1"],
"lang": ["en", "lv"],
"calls_per_period": 4000,
"period_in_seconds": 300,
"max_values_to_download" : 30000
},

"local_apis": {}

Expand Down

0 comments on commit c7f4072

Please sign in to comment.