Structures

The following structures are available globally.

  • Converter for API endpoints from specfication

    See more

    Declaration

    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 more

    Declaration

    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 more

    Declaration

    Swift

    public struct SchemaConverter : Converting
  • Model for operations of endpoint

    See more

    Declaration

    Swift

    struct OperationModel
    extension OperationModel: CustomStringConvertible
  • model for parameters

    See more

    Declaration

    Swift

    struct ParameterModel : CustomStringConvertible
  • request body of an operation from open api document

    See more

    Declaration

    Swift

    struct RequestBodyModel
    extension RequestBodyModel: CustomStringConvertible
  • reponse of operation as stated in open api document

    See more

    Declaration

    Swift

    struct ResponseModel
    extension ResponseModel: CustomStringConvertible
  • $not model as stated in open api document

    See more

    Declaration

    Swift

    struct NotModel : Schema
  • Meta model for collecting all error types to make them available for library

    See more

    Declaration

    Swift

    struct OpenAPIErrorModel : CustomStringConvertible
  • Entry for Pallidor Generator

    See more

    Declaration

    Swift

    public struct PallidorGenerator