forked from loafle/openapi-generator-original
* [swift] make some small improvements * [swift][client] revert model to use allVars * PostProcessModelProperty with allVars * PostProcessModelProperty with vars * [swift] improve objc interoperability * [swift] fix swift4 for CI to pass * [swift] improve objc interoperability * [swift] improve objc interoperability * Swift - try to fix build * [swift] remove pods from git
Swift4 API client for TestClient
This is a test schema which exercises Swagger schema features for testing the swift4 language codegen module.
Overview
This API client was generated by the OpenAPI Generator project. By using the [openapi-spec from a remote server, you can easily generate an API client.
- API version: 1.0
- Package version:
- Build package: org.openapitools.codegen.languages.Swift4Codegen For more information, please visit http://www.example.com
Installation
Carthage
Run carthage update
CocoaPods
Run pod install
Documentation for API Endpoints
All URIs are relative to http://api.example.com/basePath
Class | Method | HTTP request | Description |
---|---|---|---|
Swift4TestAPI | getAllModels | GET /allModels | Get all of the models |
Documentation For Models
- AllPrimitives
- BaseCard
- ErrorInfo
- GetAllModelsResult
- ModelDoubleArray
- ModelErrorInfoArray
- ModelStringArray
- ModelWithIntAdditionalPropertiesOnly
- ModelWithPropertiesAndAdditionalProperties
- ModelWithStringAdditionalPropertiesOnly
- PersonCard
- PersonCardAllOf
- PlaceCard
- PlaceCardAllOf
- SampleBase
- SampleSubClass
- SampleSubClassAllOf
- StringEnum
- VariableNameTest
Documentation For Authorization
All endpoints do not require authorization.