0.0.0 • Published 6 years ago
moeprice-http v0.0.0
moeprice-http
Usage
npm i -S moeprice-httpimport http from 'moeprice-http';
let url = 'https://api.github.com/repos/moeprice/http/commits';
http.get(url);
http.get(url, options);Method get can be replaced by post, put, patch or delete.
License
MIT
0.0.0
6 years ago