-
Notifications
You must be signed in to change notification settings - Fork 0
Remove Dependency on Axios #52
Copy link
Copy link
Open
Labels
Priority: S2Issues and Pull requests that have medium priorityIssues and Pull requests that have medium prioritydependenciesPull requests that update a dependency filePull requests that update a dependency filefrontendIssues that deal with the web frontendIssues that deal with the web frontendmaintenanceIssues and Pull requests that have to deal with updating the codebaseIssues and Pull requests that have to deal with updating the codebase
Metadata
Metadata
Assignees
Labels
Priority: S2Issues and Pull requests that have medium priorityIssues and Pull requests that have medium prioritydependenciesPull requests that update a dependency filePull requests that update a dependency filefrontendIssues that deal with the web frontendIssues that deal with the web frontendmaintenanceIssues and Pull requests that have to deal with updating the codebaseIssues and Pull requests that have to deal with updating the codebase
In an effort to reduce as many dependencies as possible, replace all the requests made by
Axioswith nativenode-fetchlibrary. This is cleaner, pragmatic, and reduces overhead.