Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
OpenAPI.Generate.Operation
Description
Contains the functionality to define operation functions for path items.
Synopsis
- defineOperationsForPath :: String -> Text -> PathItemObject -> Generator (Q [ModuleDefinition], Models)
Documentation
defineOperationsForPath :: String -> Text -> PathItemObject -> Generator (Q [ModuleDefinition], Models) Source #
Defines the operations for all paths and their methods