Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@Luuk-Dev Luuk-Dev released this 31 Mar 18:33
· 23 commits to main since this release
fbc6299

Version 1.1.0

  • API methods added.
    • search function.
    • getTrack function.
    • getPlaylist function.
    • getAlbum function.
    • getArtist function.
    • setApiCredentials function.
  • scrapeSong function renamed to scrapeTrack.
  • ScrapedPlaylist.songs property renamed to ScrapedPlaylist.tracks.
  • ScrapedAlbum.songs property renamed to ScrapedAlbum.tracks.
  • API url's will now also be validated as Spotify url's.
  • getID function which returns the ID of a song, playlist, album or artist.
  • Readme includes better documentation