You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are using the httr package to interact with the DBpedia Spotlight API. This works fine and in the current scenario, it does not seem necessary to change that, but I saw that httr2 was released at the end of last year. It seems to have some interesting features, so it might be worth having a look at some point (for example considering #53).
Currently we are using the
httr
package to interact with the DBpedia Spotlight API. This works fine and in the current scenario, it does not seem necessary to change that, but I saw thathttr2
was released at the end of last year. It seems to have some interesting features, so it might be worth having a look at some point (for example considering #53).As the authors state in an accompanying blog post,
httr
will be maintained (https://www.tidyverse.org/blog/2023/11/httr2-1-0-0/), so there is no rush to switch tohttr2
if we choose to do so.The text was updated successfully, but these errors were encountered: