Function downloadAlbum

  • Download the Spotify Album, need a type for first param, the second param is optional, function will return an array of

    Parameters

    • obj: Album

      An object of type , contains Album details and info

    • outputPath: string = './'

      String type, (optional) if not specified the output will be on the current dir

    • sync: boolean = true

      Boolean type, (optional) can be true or false. Default (true) is safer/less errors, for slower bandwidths

    Returns Promise<string | Results[]>

    <Results[]> if successful, string if failed

Generated using TypeDoc