Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. _operationSummary :: Operation -> Maybe Text

    swagger2 Data.Swagger

    A short summary of what the operation does. For maximum readability in the swagger-ui, this field SHOULD be less than 120 characters.

  2. _swaggerConsumes :: Swagger -> MimeList

    swagger2 Data.Swagger

    A list of MIME types the APIs can consume. This is global to all APIs but can be overridden on specific API calls.

  3. _operationConsumes :: Operation -> Maybe MimeList

    swagger2 Data.Swagger.Internal

    A list of MIME types the operation can consume. This overrides the consumes. Just [] MAY be used to clear the global definition.

  4. _operationSummary :: Operation -> Maybe Text

    swagger2 Data.Swagger.Internal

    A short summary of what the operation does. For maximum readability in the swagger-ui, this field SHOULD be less than 120 characters.

  5. _swaggerConsumes :: Swagger -> MimeList

    swagger2 Data.Swagger.Internal

    A list of MIME types the APIs can consume. This is global to all APIs but can be overridden on specific API calls.

  6. class GSumToSchema (f :: Type -> Type)

    swagger2 Data.Swagger.Internal.Schema

    No documentation available.

  7. gdeclareNamedSumSchema :: forall (f :: Type -> Type) . GSumToSchema f => SchemaOptions -> Proxy f -> Schema -> Declare (Definitions Schema) NamedSchema

    swagger2 Data.Swagger.Internal.Schema

    No documentation available.

  8. gsumConToSchema :: forall (c :: Meta) (f :: Type -> Type) . (GToSchema (C1 c f), Constructor c) => SchemaOptions -> Proxy (C1 c f) -> Schema -> Declare (Definitions Schema) Schema

    swagger2 Data.Swagger.Internal.Schema

    No documentation available.

  9. gsumConToSchemaWith :: forall (c :: Meta) (f :: Type -> Type) . (GToSchema (C1 c f), Constructor c) => Referenced Schema -> SchemaOptions -> Proxy (C1 c f) -> Schema -> Schema

    swagger2 Data.Swagger.Internal.Schema

    No documentation available.

  10. gsumToSchema :: GSumToSchema f => SchemaOptions -> Proxy f -> Schema -> WriterT AllNullary (Declare (Definitions Schema)) Schema

    swagger2 Data.Swagger.Internal.Schema

    No documentation available.

Page 131 of many | Previous | Next