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

Spotify.Servant.Categories

Documentation

type GetCategories = "browse" :> ("categories" :> (Capture "category_id" CategoryID :> (QueryParam "country" Country :> (QueryParam "locale" Locale :> SpotGet Category)))) Source #