servant-zeppelin-0.1.0.3: Types and definitions of servant-zeppelin combinators.
Servant.Zeppelin
Synopsis
data SideLoad fs Source #
Combinator to indicate the availablity of side loaded data.
"albums" :> Get '[JSON] Album :> SideLoad '[Person, [Photo]]