var http = require('httpjs');
http.init({ endpoing: 'http://localhost:3000' });
http.get('post') .then(posts => {
});
var http = require('httpjs');
http.init({ endpoing: 'http://localhost:3000' });
http.get('post') .then(posts => {
});
npm i light-fetch
1
1.0.4
ISC