chariot-dev / chariot

IoT Sensor Framework
GNU Lesser General Public License v3.0
5 stars 4 forks source link

Refactoring API Calls #72

Open hojohn2561 opened 4 years ago

hojohn2561 commented 4 years ago

XMLHttpRequest should be updated to fetch.

enioluwas commented 4 years ago

When you do this, it might be worthwhile to abstract the request functionality such that if we ever want to change from fetch to something else like axios then it would be an easy change.