Releases: ToxicalNoob3062/fetchify-axios
Bug fixation #3
fixed Bug: undefined body and headers throwing error in few custom fetch implementations
v3 released ! more optimized response parsing and extra cookie configurations added! beside that handled undefined body and headers edge case!
Bug fixation #2
fixed Bug: Was not including the search or query params with the request .
Now it is capable to handle query params!
Bug fixation #1
fixed Bug: AxiosErr.repsonse is undefined
Now the adpater is capable to return a well formed Axios Error Object!
Version 1 is here 🎉
Fetchify-Axios
This package provides an Axios adapter for any custom fetch function that implements the standard fetch interface for making HTTP requests.
Motive
This adapter was primarily build to work with http-plugin of tauri v2 via axios but
also capable to handle any type of function that implements fetch interface!