hono
hono copied to clipboard
Is there a way to integrate axios with api client?
What is the feature you are proposing?
axios provides a lot of usefull abilities and the basic fetch api is not simple to use. Is there a way to integrate it?
Hi, which features of axios are you wanting to use?
The api client already allows passing in a custom fetch method,
For features like hooks, retries, timeout, you can use a web-standard compatible fetch implementation (one that does not parse response) like https://github.com/sindresorhus/ky