Class Resolve

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

Accessors

Methods

  • Parameters

    • resolvable: string | number
    • Optional full: boolean

    Returns Promise<any>

    Deprecated

    Gets the ID of a user/playlist/track from the Soundcloud URL.

  • Gets the ID from the html source.

    Parameters

    • resolvable: string | number

    Returns Promise<string | number>

  • Gets the ID of a user/playlist/track from the Soundcloud URL using the v2 API.

    Parameters

    • resolvable: string | number
    • Optional full: boolean

    Returns Promise<any>