Bruno Coelho 5cc5fbe76a New generator swift5 (#4086)
* [swift5] introduce new generator

* [swift5] add Swift Package Manager integration and update dependencies

* [swift5] run petstore

* [swift] update Swift 5 generator with Swift 4 changes

* [swift] update Swift 5 generator with Swift 4 changes

* [swift] make CodableHelper more customizable

* [swift] update pet projects

* [swift] update pet projects

* [swift] add nullable support

* [swift] make enums conform to CaseIterable

* [swift] date formatter add support for ISO8601 with and without milliseconds

* [swift] add urlsession support

* [swift] remove unecessary sample unwrapRequired

* [swift] rename JSONEncodableEncoding.swift to JSONDataEncoding.swift

* [swift] use result in generator internals

* [swift] cocoapods remove deprecated docset_url and add watchos deployment target

* [swift] Add ability to pass in a dedicated queue for processing network response (Fix for 230)

* [swift] update pet projects

* [swift] update docs

* [swift] add support for combine

* [swift] update docs

* [swift] update windows bat scripts

* [swift] update windows bat scripts

* [swift] update swift pet project tests

* [swift] update depencies

* [swift] make urlsession the default http client

* [swift] add urlsession sample project

* [swift] add urlsession sample project

* [swift] update docs

* [swift] improve combine unit tests

* [swift] update docs
2020-01-02 20:21:45 +08:00

1.4 KiB

AllPrimitives

Properties

Name Type Description Notes
myInteger Int [optional]
myIntegerArray [Int] [optional]
myLong Int64 [optional]
myLongArray [Int64] [optional]
myFloat Float [optional]
myFloatArray [Float] [optional]
myDouble Double [optional]
myDoubleArray [Double] [optional]
myString String [optional]
myStringArray [String] [optional]
myBytes Data [optional]
myBytesArray [Data] [optional]
myBoolean Bool [optional]
myBooleanArray [Bool] [optional]
myDate Date [optional]
myDateArray [Date] [optional]
myDateTime Date [optional]
myDateTimeArray [Date] [optional]
myFile URL [optional]
myFileArray [URL] [optional]
myUUID UUID [optional]
myUUIDArray [UUID] [optional]
myStringEnum StringEnum [optional]
myStringEnumArray [StringEnum] [optional]
myInlineStringEnum String [optional]

[Back to Model list] [Back to API list] [Back to README]