Const
Default fetcher implementation using the Fetch API. It supports JSON responses and throws errors for non-2xx responses.
If you need extra customization for the fetch calls, you can provide your own implementation of GenericFetcher to the ApiService constructor.
GenericFetcher
Default fetcher implementation using the Fetch API. It supports JSON responses and throws errors for non-2xx responses.
If you need extra customization for the fetch calls, you can provide your own implementation of GenericFetcher to the ApiService constructor.