Skip to content

Commit 954615e

Browse files
authored
Merge pull request #252 from rOpenGov/development
Development
2 parents db367ad + a0e5147 commit 954615e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

inst/extdata/api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
"lang": ["fi"],
374374
"calls_per_period": 1000,
375375
"period_in_seconds": 10,
376-
"max_values_to_download": 10000000
376+
"max_values_to_download": 100000
377377
},
378378

379379
"andmed.stat.ee": {
@@ -412,7 +412,7 @@
412412
"url" : "https://pxweb.stat.si/SiStatData/api/[version]/[lang]/Data",
413413
"version": ["v1"],
414414
"lang": ["sl"],
415-
"calls_per_period": 10,
415+
"calls_per_period": 100,
416416
"period_in_seconds": 10,
417417
"max_values_to_download" : 10000000
418418
}

pkgdown/_pkgdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ reference:
88
- pxweb_cite
99
- pxweb_get
1010
- pxweb_get_data
11+
- pxweb_parse_response
1112
- pxweb_query_as_json
1213
- pxweb_test_api
1314
- pxweb_validate_query_with_metadata

0 commit comments

Comments
 (0)