Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. ParamPath :: ParamLocation

    swagger2 Data.Swagger.Internal

    Used together with Path Templating, where the parameter value is actually part of the operation's URL. This does not include the host or base path of the API. For example, in items{itemId}, the path parameter is itemId.

  2. ParamQuery :: ParamLocation

    swagger2 Data.Swagger.Internal

    Parameters that are appended to the URL. For example, in /items?id=###, the query parameter is id.

  3. data ParamSchema (t :: SwaggerKind Type)

    swagger2 Data.Swagger.Internal

    No documentation available.

  4. ParamSchema :: Maybe Value -> Maybe (SwaggerType t) -> Maybe Format -> Maybe (SwaggerItems t) -> Maybe Scientific -> Maybe Bool -> Maybe Scientific -> Maybe Bool -> Maybe Integer -> Maybe Integer -> Maybe Pattern -> Maybe Integer -> Maybe Integer -> Maybe Bool -> Maybe [Value] -> Maybe Scientific -> ParamSchema (t :: SwaggerKind Type)

    swagger2 Data.Swagger.Internal

    No documentation available.

  5. data PathItem

    swagger2 Data.Swagger.Internal

    Describes the operations available on a single path. A PathItem may be empty, due to ACL constraints. The path itself is still exposed to the documentation viewer but they will not know which operations and parameters are available.

  6. PathItem :: Maybe Operation -> Maybe Operation -> Maybe Operation -> Maybe Operation -> Maybe Operation -> Maybe Operation -> Maybe Operation -> [Referenced Param] -> PathItem

    swagger2 Data.Swagger.Internal

    No documentation available.

  7. type Pattern = Text

    swagger2 Data.Swagger.Internal

    Regex pattern for string type.

  8. module Data.Swagger.Internal.ParamSchema

    No documentation available.

  9. data Proxy3 (a :: k) (b :: k1) (c :: k2)

    swagger2 Data.Swagger.Internal.ParamSchema

    No documentation available.

  10. Proxy3 :: Proxy3 (a :: k) (b :: k1) (c :: k2)

    swagger2 Data.Swagger.Internal.ParamSchema

    No documentation available.

Page 475 of many | Previous | Next