Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Spotify.Servant.Categories
Documentation
type GetCategories = "browse" :> ("categories" :> (Capture "category_id" CategoryID :> (QueryParam "country" Country :> (QueryParam "locale" Locale :> SpotGet Category)))) Source #