Bulk Data Client
    Preparing search index...

    Function getWellKnownSmartConfig

    • Given a baseUrl fetches a /.well-known/smart-configuration statement from the root of the baseUrl. 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<JsonObject>>