@inrupt/solid-client
    Preparing search index...

    Function getResourceInfoWithAcr

    • function is still experimental and subject to change, even in a non-major release.
      

      Retrieve information about a Resource and its associated Access Control Resource (if available to the current user), without fetching the Resource itself.

      Parameters

      • url: string | Url

        URL of the Resource about which to fetch its information.

      • Optionaloptions: { fetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response> }

        Optional parameter options.fetch: An alternative fetch function to make the HTTP request, compatible with the browser-native fetch API.

        • Optionalfetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>

      Returns Promise<WithResourceInfo & {} & WithAcp>

      Metadata describing a Resource, and the ACR that applies to it, if available to the authenticated user.

      1.6.0