Documentation - v0.0.1
    Preparing search index...

    Variable defaultFetcherConst

    defaultFetcher: GenericFetcher<RequestInit> = ...

    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.