language-parser-0.1.0.0
HTTP.WordAPI
type WordsApi = "words" :> (Get '[JSON] [WordDescriptionAPI] :<|> (Capture "word" Text :> Get '[JSON] [WordDescriptionAPI])) Source #
wordServer :: Server WordsApi Source #