0.1.2 • Published 5 years ago

fetchful v0.1.2

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Fetchful

This is an HTTP library for Javascript. It uses the Fetch API, but presents it in a way that is more similar to Axios.

I'm sure there are many like it, but this one's mine.

At this point I can drop it in to existing projects that were formally using axios, or use it in new projects without having to learn any new API.

API

httpGet(url: string, config?: RequestInit)
httpPost(url: string, data: object, config?: RequestInit)
httpPut(url: string, data: object, config?: RequestInit)
httpDelete(url: string, config?: RequestInit)
0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago