rest-types-1.14.1.1: Silk Rest Framework Types
Rest.Types.Container.Resource
data Resource Source #
Constructors
Fields
Instances
Methods
showsPrec :: Int -> Resource -> ShowS #
show :: Resource -> String #
showList :: [Resource] -> ShowS #
Associated Types
type Rep Resource :: * -> * #
from :: Resource -> Rep Resource x #
to :: Rep Resource x -> Resource #
toJSON :: Resource -> Value #
toEncoding :: Resource -> Encoding #
parseJSON :: Value -> Parser Resource #
xpickle :: PU Resource #
schema :: Proxy * Resource -> Schema #
newtype Resources Source #
type Rep Resources :: * -> * #
from :: Resources -> Rep Resources x #
to :: Rep Resources x -> Resources #
toJSON :: Resources -> Value #
toEncoding :: Resources -> Encoding #
parseJSON :: Value -> Parser Resources #
xpickle :: PU Resources #
schema :: Proxy * Resources -> Schema #
type KeyValues = StringHashMap String Value Source #
newtype Value Source #
showsPrec :: Int -> Value -> ShowS #
show :: Value -> String #
showList :: [Value] -> ShowS #
toJSON :: Value -> Value #
toEncoding :: Value -> Encoding #
parseJSON :: Value -> Parser Value #
xpickle :: PU Value #
schema :: Proxy * Value -> Schema #