openapi3-code-generator-0.2.0.0: OpenAPI3 Haskell Client Code Generator
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAPI.Generate.Operation

Description

Contains the functionality to define operation functions for path items.

Synopsis

Documentation

defineOperationsForPath :: String -> Text -> PathItemObject -> Generator (Q [ModuleDefinition], Models) Source #

Defines the operations for all paths and their methods