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
{{ message }}
This repository was archived by the owner on Oct 16, 2022. It is now read-only.
Currently, we directly use axios to send HTTP requests everywhere in our frontend. A change in routes would result in having to change axios code in multiple components & pages in the code.
A JavaScript library published on npm needs to be built which can query the API provided, the API's and the library's versions match.
Currently, we directly use
axiosto send HTTP requests everywhere in our frontend. A change in routes would result in having to changeaxioscode in multiple components & pages in the code.A JavaScript library published on npm needs to be built which can query the API provided, the API's and the library's versions match.