rest-gen-0.20.0.0: Documentation and client generation from rest definition.

Safe HaskellNone
LanguageHaskell98

Rest.Gen.Docs

Synopsis

Documentation

data DocsContext #

Information about the context in which a resource is contained

cdiv :: String -> Html -> Html #

cls :: String -> Attribute #

Helper functions for generating HTML

resourcesInfo :: DocsContext -> ApiResource -> Html #

Recursively generate information for a resource structure

row :: Html -> Html #

writeDocs :: DocsContext -> Router m s -> String -> IO () #