spotify-0.1.0.1: Spotify Web API
Safe HaskellSafe-Inferred
LanguageGHC2021

Spotify.Servant.Artists

Documentation

type GetArtist = "artists" :> (Capture "id" ArtistID :> SpotGet Artist) Source #