spotify-0.1.0.0: servant/Spotify/Servant/Artists.hs
module Spotify.Servant.Artists where
import Spotify.Servant.Core
import Spotify.Types.Artists
import Spotify.Types.Misc
import Servant.API (
Capture,
type (:>),
)
type GetArtist =
"artists"
:> Capture "id" ArtistID
:> SpotGet Artist