abstract class SpotifyList
- SpotifyList
- Reference
- Object
Overview
A parent class for downloading albums and playlists from spotify
Direct Known Subclasses
Defined in:
glue/list.crConstructors
Instance Method Summary
-
#find_it : JSON::Any
Defined in subclasses, will return the appropriate information or call an error if the info is not found and exit
-
#grab_it(flags = {} of String => String)
Finds the list, and downloads all of the songs using the
Song
class -
#provide_client_keys(client_key : String, client_secret : String)
Will authorize the class associated
SpotifySearcher
Constructor Detail
Instance Method Detail
abstract
def find_it : JSON::Any
#
Defined in subclasses, will return the appropriate information or call an error if the info is not found and exit
Finds the list, and downloads all of the songs using the Song
class
def provide_client_keys(client_key : String, client_secret : String)
#
Will authorize the class associated SpotifySearcher