forked from loafle/openapi-generator-original
Swift3 configuration (#5725)
* added headers to makeRequest function for swift3 template * Added configuration file to Swift3 template * added comments about the value read only once * added comments about the value read only once * comments fix * Added Configuration.swift to Project File * swift 3 promisekit, rxswift updates
This commit is contained in:
committed by
wing328
parent
f27143fc08
commit
3ced146a65
@@ -236,6 +236,7 @@ public class Swift3Codegen extends DefaultCodegen implements CodegenConfig {
|
||||
supportingFiles.add(new SupportingFile("APIHelper.mustache", sourceFolder, "APIHelper.swift"));
|
||||
supportingFiles.add(new SupportingFile("AlamofireImplementations.mustache", sourceFolder,
|
||||
"AlamofireImplementations.swift"));
|
||||
supportingFiles.add(new SupportingFile("Configuration.mustache", sourceFolder, "Configuration.swift"));
|
||||
supportingFiles.add(new SupportingFile("Extensions.mustache", sourceFolder, "Extensions.swift"));
|
||||
supportingFiles.add(new SupportingFile("Models.mustache", sourceFolder, "Models.swift"));
|
||||
supportingFiles.add(new SupportingFile("APIs.mustache", sourceFolder, "APIs.swift"));
|
||||
|
||||
Reference in New Issue
Block a user