forked from loafle/openapi-generator-original
64 lines
2.1 KiB
Markdown
64 lines
2.1 KiB
Markdown
# Swift5 API client for TestClient
|
|
|
|
This is a test schema which exercises Swagger schema features for testing the swift5 language codegen module.
|
|
|
|
## Overview
|
|
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client.
|
|
|
|
- API version: 1.0
|
|
- Package version:
|
|
- Build package: org.openapitools.codegen.languages.Swift5ClientCodegen
|
|
For more information, please visit [http://www.example.com](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
|
|
------------ | ------------- | ------------- | -------------
|
|
*Swift5TestAPI* | [**getAllModels**](docs/Swift5TestAPI.md#getallmodels) | **GET** /allModels | Get all of the models
|
|
|
|
|
|
## Documentation For Models
|
|
|
|
- [AllPrimitives](docs/AllPrimitives.md)
|
|
- [BaseCard](docs/BaseCard.md)
|
|
- [ErrorInfo](docs/ErrorInfo.md)
|
|
- [GetAllModelsResult](docs/GetAllModelsResult.md)
|
|
- [ModelDoubleArray](docs/ModelDoubleArray.md)
|
|
- [ModelErrorInfoArray](docs/ModelErrorInfoArray.md)
|
|
- [ModelStringArray](docs/ModelStringArray.md)
|
|
- [ModelWithIntAdditionalPropertiesOnly](docs/ModelWithIntAdditionalPropertiesOnly.md)
|
|
- [ModelWithPropertiesAndAdditionalProperties](docs/ModelWithPropertiesAndAdditionalProperties.md)
|
|
- [ModelWithStringAdditionalPropertiesOnly](docs/ModelWithStringAdditionalPropertiesOnly.md)
|
|
- [PersonCard](docs/PersonCard.md)
|
|
- [PersonCardAllOf](docs/PersonCardAllOf.md)
|
|
- [PlaceCard](docs/PlaceCard.md)
|
|
- [PlaceCardAllOf](docs/PlaceCardAllOf.md)
|
|
- [SampleBase](docs/SampleBase.md)
|
|
- [SampleSubClass](docs/SampleSubClass.md)
|
|
- [SampleSubClassAllOf](docs/SampleSubClassAllOf.md)
|
|
- [StringEnum](docs/StringEnum.md)
|
|
- [VariableNameTest](docs/VariableNameTest.md)
|
|
|
|
|
|
## Documentation For Authorization
|
|
|
|
All endpoints do not require authorization.
|
|
|
|
|
|
## Author
|
|
|
|
jdoe@example.com
|
|
|