Implements

Constructors

  • Parameters

    • OptionalbaseUrl: string
    • Optionalhttp: {
          fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
      }
      • fetch:function
        • Parameters

          • url: RequestInfo
          • Optionalinit: RequestInit

          Returns Promise<Response>

    Returns LfRepositoryClientV1.RepositoriesClient

Properties

jsonParseReviver: undefined | ((key: string, value: any) => any)

Methods

  • Returns the repository resource list that current user has access to given the API server base URL. Only available in Laserfiche Self-Hosted.

    Parameters

    • args: {
          baseUrl: string;
      }
      • baseUrl: string

        API server base URL e.g., https://{APIServerName}/LFRepositoryAPI

    Returns Promise<LfRepositoryClientV1.RepositoryInfo[]>

    Get the repository resource list successfully.