ya-api
0.0.3 • Public • Published YA-API 

yet another fetch adapter
Install
npm install ya-api --save
Useage
import api from 'ya-api'
api.get("http://example.com",{q:'search'}).then(ret=>{
console.log('ret',ret)
})
Todo
- fix some unknow bugs
- add more api documents
License
MIT License
Package Sidebar
Install
Weekly Downloads