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

    Function getPodUrlAllFrom

    • Discover the Pods advertised for in the provided profile resources. Note that this function will only return URLs of Pods linked to using the pim:storage predicate, i.e. a triple looking like <myWebid, pim:storage, myPodUrl> should appear in the profile resources.

      Parameters

      • profiles: ProfileAll<Readonly<{}> & WithResourceInfo & {}>

        The profile resources in which the Pods should be discovered

      • webId: string

        The WebID of the agent whose Pods should be discovered

      Returns string[]

      An array containing the URLs of all the Pods linked from the agent's profile resource using the pim:storage predicate.

      1.18.0