RunKit + npm: axios

node v14.20.1
version: master
endpointsharetweet
var axios = require("axios") const req = await axios.get('https://www.example.com', { params: { a: [{ name: 'abc' }], b: ['x', 'y'] } }) console.log(req.request.path)
Created from: https://npm.runkit.com/axios
Loading…

no comments

    sign in to comment