Repository URL to install this package:
|
Version:
1.2.14 ▾
|
// console.log(axioserRequestConfig)
//
// args = [url, axiosPostData]
// console.log('AXIOS POST REQUEST', args)
// // this.store.method = GET
// // axiosArgs.withCredentials = true
// // url, axiosArgs
// // @todo should be first class configurable
// // just add an else if get to make it params inbstead
// //
// // url, args = {params: {}}
// // => url, args = {}
// args[1] = args[1].data
//
// => url, args, requestConfig
// args.push(axiosRequestConfig)
// FETCHREQUEST.call(this, args)
// const [error, response] = await AXIOSER.call(this, args)
// console.log({ axioserRequestConfig })