rest-example-0.2.0.0: Example project for rest

Safe HaskellNone
LanguageHaskell2010

Api.Test

Synopsis

Documentation

type WithText = ReaderT Text BlogApi Source

User extends the root of the API with a reader containing the ways to identify a user in our URLs. Currently only by the user name.

data Ok Source

Constructors

Ok