swagger-0.3.0: Implementation of swagger data model

Safe HaskellNone
LanguageHaskell2010

Data.Swagger.Model.Resource

Description

The Resource Listing part of the swagger specification. For construction please consider using Data.Swagger.Build.Resource.

Synopsis

Documentation

data Info #

Instances
Show Info # 
Instance details

Defined in Data.Swagger.Model.Resource

Methods

showsPrec :: Int -> Info -> ShowS #

show :: Info -> String #

showList :: [Info] -> ShowS #

ToJSON Info # 
Instance details

Defined in Data.Swagger.Model.Resource