kalebalebachew / http-ease

this is a basic(dummy) javacsript http library that supports basic HTTP methods and provides a way to interact with APIs and server
0 stars 0 forks source link

http-ease

this is a basic(dummy) javacsript http library.

It supports basic HTTP methods and provides a way to interact with APIs and servers

Features

import HttpEase from 'http-ease'
const ease = new HttpEase()
ease.get("https://jsonplaceholder.typicode.com/posts")