A library for http handler
npm install @codecraftkit/api-handler@codecraftkit/api-handler
==========================================
This package is a library that is used to make http requests for any api.
npm install REQUIREMENTS
* NodeJs
* NpmHOW IS IT USED?
``
###### OR
``
###### PARAMS
--------
``
###### PARAMS
> If you want to make a request to an endpoint other than the one entered in the initial configuration parameters, you can send the variable
overwriteEndpoint: true within the same object "data". This parameter indicates that the endpoint will be replaced by the url that is being entered in the method.
> Ex:
```--------