We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db367ad + a0e5147 commit 954615eCopy full SHA for 954615e
2 files changed
inst/extdata/api.json
@@ -373,7 +373,7 @@
373
"lang": ["fi"],
374
"calls_per_period": 1000,
375
"period_in_seconds": 10,
376
- "max_values_to_download": 10000000
+ "max_values_to_download": 100000
377
},
378
379
"andmed.stat.ee": {
@@ -412,7 +412,7 @@
412
"url" : "https://pxweb.stat.si/SiStatData/api/[version]/[lang]/Data",
413
"version": ["v1"],
414
"lang": ["sl"],
415
- "calls_per_period": 10,
+ "calls_per_period": 100,
416
417
"max_values_to_download" : 10000000
418
}
pkgdown/_pkgdown.yml
@@ -8,6 +8,7 @@ reference:
8
- pxweb_cite
9
- pxweb_get
10
- pxweb_get_data
11
+ - pxweb_parse_response
12
- pxweb_query_as_json
13
- pxweb_test_api
14
- pxweb_validate_query_with_metadata
0 commit comments