this is the restful fetch for node and browser
npm install restfulapi-fetch#restfulapi-fetch
this is an simple restful api fetch function to help people to use
npm install restfulapi-fetch
`how to use
`
import api from 'restful-api'api.get(url).then(console.log)
api.post(url).then(console.log)
``for detail please check the test file