Bulk Data Client
    Preparing search index...

    Function getCapabilityStatement

    • Given a baseUrl fetches the CapabilityStatement. Note that this request is cached by default!

      Parameters

      • baseUrl: string

        The server base url

      • noCache: boolean = false

        Pass true to disable caching

      Returns Promise<Response<CapabilityStatement>>