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. PathItem :: Maybe Text -> Maybe Text -> Maybe Operation -> Maybe Operation -> Maybe Operation -> Maybe Operation -> Maybe Operation -> Maybe Operation -> Maybe Operation -> Maybe Operation -> [Server] -> [Referenced Param] -> PathItem

    openapi3 Data.OpenApi

    No documentation available.

  2. type Pattern = Text

    openapi3 Data.OpenApi

    Regex pattern for string type.

  3. data Param

    openapi3 Data.OpenApi.Internal

    Describes a single operation parameter. A unique parameter is defined by a combination of a name and location.

  4. Param :: Text -> Maybe Text -> Maybe Bool -> Maybe Bool -> ParamLocation -> Maybe Bool -> Maybe Bool -> Maybe (Referenced Schema) -> Maybe Style -> Maybe Bool -> Maybe Value -> InsOrdHashMap Text (Referenced Example) -> Param

    openapi3 Data.OpenApi.Internal

    No documentation available.

  5. ParamCookie :: ParamLocation

    openapi3 Data.OpenApi.Internal

    Used to pass a specific cookie value to the API.

  6. ParamHeader :: ParamLocation

    openapi3 Data.OpenApi.Internal

    Custom headers that are expected as part of the request.

  7. data ParamLocation

    openapi3 Data.OpenApi.Internal

    No documentation available.

  8. type ParamName = Text

    openapi3 Data.OpenApi.Internal

    No documentation available.

  9. ParamPath :: ParamLocation

    openapi3 Data.OpenApi.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.

  10. ParamQuery :: ParamLocation

    openapi3 Data.OpenApi.Internal

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

Page 409 of many | Previous | Next