language-parser-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

HTTP.WordAPI

Documentation

type WordsApi = "words" :> (Get '[JSON] [WordDescriptionAPI] :<|> (Capture "word" Text :> Get '[JSON] [WordDescriptionAPI])) Source #