1.0.9 • Published 5 years ago

fetch-npm v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago