By accident I read the documentation for the {danstat} package. The maintainer of that packages specifies that the documentation recommends a POST request with the query parameters in the body instead of a GET request (which is what this package uses).
I was thinking of refactoring the request code in this package anyways. It should probably conform to the official recommendations whenever I get around to do it.
Links:
https://github.com/ValeriVoev/danstat/blob/master/README.md#see-also
https://www.dst.dk/da/Statistik/hjaelp-til-statistikbanken/api
By accident I read the documentation for the
{danstat}package. The maintainer of that packages specifies that the documentation recommends a POST request with the query parameters in the body instead of a GET request (which is what this package uses).I was thinking of refactoring the request code in this package anyways. It should probably conform to the official recommendations whenever I get around to do it.
Links:
https://github.com/ValeriVoev/danstat/blob/master/README.md#see-also
https://www.dst.dk/da/Statistik/hjaelp-til-statistikbanken/api