Axios Http Request
Axios is a very popular http request library in nodejs. It is easy to use and has a lot of features.
Axios is a very popular http request library in nodejs. It is easy to use and has a lot of features.
Firstly, we need to understand the difference between named export and default export.
Background
When we want to create our lightweight SDK without using any third-party libraries, we might want to create a request handler to handle the api requests in a controllable and predictable way.