William Cheng a1fc114efa
[Swift] minor fix to scripts (#4577)
* minor fix to swift4 scripts

* fix script

* update bitrise config

* update doc

* run swift4_test_all.sh directly

* make swift4 script executable
2019-11-22 21:42:32 +08:00

64 lines
2.0 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.Swift4Codegen
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)
- [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