@dvxch/yandex-music
    Preparing search index...

    Class ClientBaseAbstract

    Carrier of configuration and transport shared by all method groups.

    Index

    Constructors

    Properties

    accountUid?: number

    Account uid, populated by Client.init.

    baseUrl: string

    API origin used to build request URLs.

    device: string = DEFAULT_DEVICE

    Device descriptor used for queue requests.

    language: string

    Response language code.

    me?: Status

    Account status, populated by Client.init.

    onUnknownField?: UnknownFieldReporter

    Optional hook for unmapped-field reports; see ClientOptions.onUnknownField.

    reportUnknownFields: boolean

    Whether unknown-field warnings are enabled.

    request: Request

    The HTTP transport.

    token?: string

    OAuth token used to authenticate requests, if any.