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

Safe HaskellNone
LanguageHaskell2010

Network.API.Builder.Examples.StackOverflow

Description

Defines a basic example of API use - check the readme for more detail or check the tutorial at https://github.com/intolerable/api-builder

Documentation

data Question Source

Constructors

Question 

Fields

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