lib-iitc-manager
    Preparing search index...

    Function fetchData

    • Convenience wrapper over fetchResource that returns only the data, discarding the version header.

      Parameters

      • url: string

        URL of the resource you want to fetch.

      • options: FetchResourceOptions = {}

        Fetch options.

      Returns Promise<string | object | null>