@jswork/fetch-mp
v1.0.8
Published
Fetch for wechat mini program.
Readme
fetch-mp
Fetch for wechat mini program.
installation
yarn add @jswork/fetch-mpusage
import fetchMp from '@jswork/fetch-mp';
fetchMp("https://api.github.com/users/afeiship")
.then(r => r.json())
.then(res => {
console.log('res: ', res)
})license
Code released under the MIT license.
