1.0.9 • Published 4 years ago

fetch-npm v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

myFetch

This node module package is to GET, POST, PUT & DELETE data from a API /others websites

How to instal

npm i fetch-npm

Example

let myFetch = require("fetch-npm");
myFetch.init({
    address: "https://reqres.in/api/users/",
    key: "1234"
})

myFetch.put("5", {
    name: 'Kasper'
}).then(data => console.log(data));
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago