rfc-0.0.0.16: Robert Fischer's Common library

Safe HaskellNone
LanguageHaskell2010

RFC.API

Synopsis

Documentation

type JDelete a = Delete '[JSON] a Source #

JSON DELETE

type JGet a = Get '[JSON] a Source #

JSON GET

type JPatch a = Get '[JSON] a Source #

JSON PATCH

type JPost a = Post '[JSON] a Source #

JSON POST

type JPut a = Post '[JSON] a Source #

JSON PUT

type JReqBody a = ReqBody '[JSON] a Source #

JSON Request Body (ReqBody)