@hocinemk/easyfetch
v1.0.4
Published
a library that will help test APIS
Downloads
174
Readme
EasyFetch
EasyFetch is a lightweight, promise-based HTTP client for Node.js, similar to Axios. It simplifies making HTTP requests and handling responses. For now it only support REST APIS but i am planning to add more as we go.
Features
- Lightweight and easy to use
- Supports GET, POST, PUT, DELETE, PATCH
- Timeout handling
- Custom headers
Installation
npm install @hocinemk/easyfetch