Daiki Matsudate a0ba71e3f2 generate code
2019-07-22 18:41:25 +09:00

59 lines
1.7 KiB
Markdown

# 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](https://openapi-generator.tech) 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.Swift5Codegen
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
------------ | ------------- | ------------- | -------------
*Swift4TestAPI* | [**getAllModels**](docs/Swift4TestAPI.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)
- [ModelWithPropertiesAndAdditionalProperties](docs/ModelWithPropertiesAndAdditionalProperties.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