api-builder-0.1.0.0: Library for easily building REST API wrappers in Haskell

Safe HaskellNone

APIBuilder.Examples.StackOverflow

Documentation

data Question Source

Constructors

Question 

Fields

title :: Text
 
isAnswered :: Bool
 
score :: Int
 
tags :: [Text]