AElfProject / create-aelf-dapp

Creates the aelf application with one command. Example & Components for developers.
MIT License
0 stars 1 forks source link

feat: 🎸 request all in one #16

Closed hzz780 closed 3 months ago

hzz780 commented 3 months ago
  1. Close #15

like

const client = new RequestAllInOne({....});
client.get(url, options)
client.post(url, options)
client.gql(url, options)
client.socket(url, options)