uno
uno copied to clipboard
Configuring Defaults
Like in Axios-http, I'd like to be able to define defaults (like authorization bearer token) so I don't have to define it every time.
I understand that this is possible with interceptors, but I think that Axio's solution is way simpler and cleaner. And since the interceptors are already there, would it be possible to use them under the hood with this requested functionality?