martigso / stortingscrape

Scrape and structure raw data from the Norwegian parliament's API.
https://martigso.github.io/stortingscrape/
11 stars 0 forks source link

Ugrade from httr to httr2 #8

Closed martigso closed 10 months ago

martigso commented 1 year ago

Using the httr2 package over httr needs to happen at some point; httr is superseded by httr2 and the pipelines are a lot better.

If Stortinget decides to require OAUTH at some point, httr2 will basically be necessary.