Documentation
    Preparing search index...

    Function createAPIClient

    • Create a Tidal API client with the provided credentials.

      Parameters

      • credentialsProvider: CredentialsProvider

        The credentials provider, from Auth module.

      • baseUrl: string = 'https://openapi.tidal.com/v2/'

        Override the base URL to use for the API client.

      • OptionalretryOptions: RetryOptions

        Customize the retry mechanism applied to read-only (GET/HEAD/OPTIONS) requests. Pass { enabled: false } to disable it.

      Returns Client<paths, `${string}/${string}`>

      A Tidal API client.