Is your feature request related to a problem? Please describe.
It was fun while it lasted, but it is time to replace my custom fetch function with an established tool.
Describe the solution you'd like
I need a solution, that
integrates into Svelte/SvelteKit
goes well with my OpenAPI spec
allows me to use generated models through librefit-web
allows me to hide boilerplate from the page's Javascript part
provides timeout handling
provides error handling
provides authentication mechanisms
Describe alternatives you've considered
In the past, I tried using
Svelte's fetch (which means writing every call by myself)
Additional context
Maybe I can use apity: https://github.com/cocreators-ee/apity
In the past, integrating other tools was difficult because of how the project was set up.
Is your feature request related to a problem? Please describe. It was fun while it lasted, but it is time to replace my custom fetch function with an established tool.
Describe the solution you'd like I need a solution, that
Describe alternatives you've considered In the past, I tried using
Additional context Maybe I can use apity: https://github.com/cocreators-ee/apity In the past, integrating other tools was difficult because of how the project was set up.