Rekyt / rtaxref

:package: R client to the API of French Taxonomical Reference (TAXREF)
https://rekyt.github.io/rtaxref/
GNU General Public License v3.0
4 stars 1 forks source link

Rewrite rtaxref using httr2 #20

Open Rekyt opened 2 years ago

Rekyt commented 2 years ago

httr2 seems to be better suited to many of the API related tasks than httr. The package could be rewritten with httr2 in mind so that several things are more easily managed:

Rekyt commented 2 years ago

One issue with httr2 is that all tests should be rewritten.