Update default value, fix example value (#370)

* fix python flask NPE with oas3

* update perl default value, fix example value

* update android sample, fix example value

* restore x-swagger-router-controller for nodejs server generator

* update default value for bash client, fix example value, invalid tag

* update default value for objc

* update objc pestore core data
This commit is contained in:
William Cheng
2018-05-08 19:51:15 +08:00
committed by GitHub
parent fd3b883e80
commit 0d20f75afc
61 changed files with 475 additions and 571 deletions

View File

@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/openapitools/openapi-generator"
s.license = "Proprietary"
s.source = { :git => "https://github.com/openapitools/openapi-generator.git", :tag => "#{s.version}" }
s.author = { "Swagger" => "team@openapitools.org" }
s.author = { "OpenAPI" => "team@openapitools.org" }
s.source_files = 'SwaggerClient/**/*.{m,h}'
s.public_header_files = 'SwaggerClient/**/*.h'