neuroanatomy / microdraw

Collaborative vectorial annotation tool for ultra high resolution data
https://microdraw.pasteur.fr
GNU General Public License v3.0
23 stars 8 forks source link

request library has been deprecated #78

Open ntraut opened 1 year ago

ntraut commented 1 year ago

The request library has been deprecated for 2019, we should think to move to another library make http requests. The most natural alternative to me is the fetch api which is natively supported since node v18, and supported by the node-fetch library for older versions.