# Generated by roxygen2: do not edit by hand

export(get_album)
export(get_album_tracks)
export(get_albums)
export(get_artist)
export(get_artist_albums)
export(get_artist_related_artists)
export(get_artist_top_tracks)
export(get_artists)
export(get_spotify_api_token)
export(get_track)
export(get_track_audio_features)
export(get_tracks)
export(get_tracks_audio_features)
export(search_albums)
export(search_artists)
export(search_tracks)
importFrom(dplyr,bind_cols)
importFrom(dplyr,mutate)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,accept_json)
importFrom(httr,add_headers)
importFrom(httr,authenticate)
importFrom(httr,config)
importFrom(httr,content)
importFrom(magrittr,"%>%")
importFrom(purrr,flatten_df)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,modify_depth)
