Structures
The following structures are available globally.
-
Converter for API endpoints from specfication
See moreDeclaration
Swift
struct APIConverter : Converting -
Converter for all models that are not bound to an open api document but are required for generating a Swift package
See moreDeclaration
Swift
struct MetaModelConverter -
Converter: Takes the parsed OpenAPI document (from OpenAPIKit) and creates Model objects. These objects contain the template to be exported as a Swift file.
See moreDeclaration
Swift
public struct SchemaConverter : Converting -
Model for operations of endpoint
See moreDeclaration
Swift
struct OperationModelextension OperationModel: CustomStringConvertible -
model for parameters
See moreDeclaration
Swift
struct ParameterModel : CustomStringConvertible -
request body of an operation from open api document
See moreDeclaration
Swift
struct RequestBodyModelextension RequestBodyModel: CustomStringConvertible -
reponse of operation as stated in open api document
See moreDeclaration
Swift
struct ResponseModelextension ResponseModel: CustomStringConvertible -
Meta model for collecting all error types to make them available for library
See moreDeclaration
Swift
struct OpenAPIErrorModel : CustomStringConvertible -
Entry for Pallidor Generator
See moreDeclaration
Swift
public struct PallidorGenerator
View on GitHub
Structures Reference