├── .dockerignore ├── .github ├── ISSUE_TEMPLATE.md └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── .travis.objc_swift_test.yml ├── .travis.yml ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE ├── README.md ├── Vagrantfile ├── appveyor.yml ├── bin ├── akka-scala-petstore.sh ├── android-petstore-all.sh ├── android-petstore-httpclient.sh ├── android-petstore-volley.json ├── android-petstore-volley.sh ├── android-petstore.sh ├── aspnetcore-petstore-server.sh ├── bash-petstore.sh ├── clojure-petstore.sh ├── cpprest-petstore.sh ├── csharp-dotnet2-petstore.sh ├── csharp-petstore-all.sh ├── csharp-petstore-net-standard.json ├── csharp-petstore-net-standard.sh ├── csharp-petstore.sh ├── csharp-property-changed-petstore.sh ├── cwiki-petstore.sh ├── dart-petstore.sh ├── dynamic-html.sh ├── elixir-petstore.sh ├── erlang-petstore-server.sh ├── finch-petstore-server.sh ├── flash-petstore.sh ├── flaskConnexion-python2.sh ├── flaskConnexion.sh ├── go-petstore-server.sh ├── go-petstore.sh ├── groovy-petstore.sh ├── haskell-servant-petstore.sh ├── html-markdown.sh ├── html-petstore.sh ├── html2-petstore.sh ├── java-inflector-petstore-server.sh ├── java-msf4j-petstore-server.sh ├── java-petstore-all.sh ├── java-petstore-feign.json ├── java-petstore-feign.sh ├── java-petstore-jersey1.sh ├── java-petstore-jersey2-java6.sh ├── java-petstore-jersey2.json ├── java-petstore-jersey2.sh ├── java-petstore-okhttp-gson-parcelable.sh ├── java-petstore-okhttp-gson.json ├── java-petstore-okhttp-gson.sh ├── java-petstore-resteasy.json ├── java-petstore-resteasy.sh ├── java-petstore-resttemplate.json ├── java-petstore-resttemplate.sh ├── java-petstore-retrofit.json ├── java-petstore-retrofit.sh ├── java-petstore-retrofit2-all.sh ├── java-petstore-retrofit2-play24.json ├── java-petstore-retrofit2-play24.sh ├── java-petstore-retrofit2.json ├── java-petstore-retrofit2.sh ├── java-petstore-retrofit2rx.json ├── java-petstore-retrofit2rx.sh ├── java-petstore-retrofit2rx2.json ├── java-petstore-retrofit2rx2.sh ├── java-play-framework-petstore-server.sh ├── java-undertow-petstore-server.sh ├── java8-petstore-jersey2.json ├── java8-petstore-jersey2.sh ├── javascript-closure-angular.sh ├── javascript-petstore-all.sh ├── javascript-petstore.sh ├── javascript-promise-petstore.sh ├── jaxrs-cxf-cdi-petstore-server.sh ├── jaxrs-cxf-client-petstore.sh ├── jaxrs-cxf-petstore-server-annotated-base-path.sh ├── jaxrs-cxf-petstore-server-non-spring-application.sh ├── jaxrs-cxf-petstore-server.sh ├── jaxrs-jersey1-petstore-server.sh ├── jaxrs-petstore-server.sh ├── jaxrs-resteasy-eap-joda-petstore-server.json ├── jaxrs-resteasy-eap-joda-petstore-server.sh ├── jaxrs-resteasy-eap-petstore-server.sh ├── jaxrs-resteasy-joda-petstore-server.json ├── jaxrs-resteasy-joda-petstore-server.sh ├── jaxrs-resteasy-petstore-server.sh ├── jaxrs-spec-petstore-server.sh ├── jmeter-petstore.sh ├── lumen-petstore-server.sh ├── nancyfx-petstore-server.sh ├── nodejs-petstore-google-cloud-functions.sh ├── nodejs-petstore-server.sh ├── objc-petstore-all.sh ├── objc-petstore-coredata.sh ├── objc-petstore.sh ├── perl-petstore.sh ├── php-petstore.sh ├── python-petstore.sh ├── qt5-petstore.sh ├── rails5-petstore-server.sh ├── ruby-petstore.json ├── ruby-petstore.sh ├── run-all-petstore ├── scala-async-petstore.sh ├── scala-petstore.sh ├── scalatra-petstore-server.sh ├── security │ ├── csharp-petstore.sh │ ├── go-petstore.sh │ ├── java-petstore-okhttp-gson.sh │ ├── javascript-closure-angular.sh │ ├── javascript-petstore.sh │ ├── lumen-petstore-server.sh │ ├── objc-petstore.sh │ ├── perl-petstore.sh │ ├── php-petstore.sh │ ├── python-petstore.sh │ ├── qt5cpp-petstore.sh │ ├── ruby-petstore.sh │ ├── run-all-petstore-security-test │ ├── scala-petstore.sh │ ├── silex-petstore-server.sh │ ├── slim-petstore-server.sh │ ├── swift-petstore.sh │ ├── typescript-angular.sh │ ├── typescript-angular2.sh │ ├── typescript-fetch.sh │ └── typescript-node.sh ├── silex-petstore-server.sh ├── sinatra-petstore-server.sh ├── slim-petstore-server.sh ├── spring-all-pestore.sh ├── spring-cloud-feign-petstore.json ├── spring-cloud-feign-petstore.sh ├── spring-delegate-j8.sh ├── spring-delegate.sh ├── spring-mvc-petstore-j8-async-server.sh ├── spring-mvc-petstore-j8-async.json ├── spring-mvc-petstore-server.json ├── spring-mvc-petstore-server.sh ├── spring-stubs.sh ├── springboot-petstore-server-beanvalidation.json ├── springboot-petstore-server-beanvalidation.sh ├── springboot-petstore-server-implicitHeaders.json ├── springboot-petstore-server-implicitHeaders.sh ├── springboot-petstore-server.sh ├── supportPython2.json ├── swift-petstore-all.sh ├── swift-petstore-promisekit.json ├── swift-petstore-promisekit.sh ├── swift-petstore-rxswift.json ├── swift-petstore-rxswift.sh ├── swift-petstore.json ├── swift-petstore.sh ├── swift3-petstore-all.sh ├── swift3-petstore-promisekit.json ├── swift3-petstore-promisekit.sh ├── swift3-petstore-rxswift.json ├── swift3-petstore-rxswift.sh ├── swift3-petstore.json ├── swift3-petstore.sh ├── tizen-petstore.sh ├── typescript-angular-petstore.sh ├── typescript-angular2-petstore-all.sh ├── typescript-angular2-petstore-with-npm.sh ├── typescript-angular2-petstore.sh ├── typescript-fetch-petstore-all.sh ├── typescript-fetch-petstore-target-es6.json ├── typescript-fetch-petstore-target-es6.sh ├── typescript-fetch-petstore-with-npm-version.json ├── typescript-fetch-petstore-with-npm-version.sh ├── typescript-fetch-petstore.sh ├── typescript-jquery-all.sh ├── typescript-node-petstore-all.sh ├── typescript-node-petstore-with-npm.sh ├── typescript-node-petstore.sh ├── typescript-petstore-npm.json ├── utils │ ├── detect_carriage_return.sh │ └── detect_tab_in_java_class.sh ├── windows │ ├── akka-scala-petstore.bat │ ├── android-petstore.bat │ ├── aspnetcore-petstore-server.bat │ ├── async-scala-petstore.bat │ ├── clojure-petstore.bat │ ├── cpprest-petstore.bat │ ├── csharp-petstore-all.bat │ ├── csharp-petstore-netstandard.bat │ ├── csharp-petstore.bat │ ├── csharp-property-changed-petstore.bat │ ├── dart-petstore.bat │ ├── dynamic-html-petstore.bat │ ├── flash-petstore.bat │ ├── go-petstore.bat │ ├── html-petstore.bat │ ├── html2-petstore.bat │ ├── java-petstore-okhttp-gson.bat │ ├── java-petstore.bat │ ├── java-play-framework-petstore-server.bat │ ├── javascript-petstore-all.bat │ ├── javascript-petstore.bat │ ├── javascript-promise-petstore.bat │ ├── jaxrs-cxf-client-petstore.bat │ ├── nancyfx-petstore-server.bat │ ├── objc-petstore.bat │ ├── perl-petstore.bat │ ├── php-petstore.bat │ ├── python-petstore.bat │ ├── qt5cpp-petstore.bat │ ├── rails5-petstore-server.bat │ ├── ruby-petstore.bat │ ├── run-all-petstore.cmd │ ├── scala-petstore.bat │ ├── spring-mvc-petstore-j8-async-server.bat │ ├── spring-mvc-petstore-server.bat │ ├── springboot-petstore-server.bat │ ├── swift-petstore-all.bat │ ├── swift-petstore-promisekit.bat │ ├── swift-petstore-rxswift.bat │ ├── swift-petstore.bat │ ├── swift3-petstore-all.bat │ ├── swift3-petstore-promisekit.bat │ ├── swift3-petstore-rxswift.bat │ ├── swift3-petstore.bat │ ├── tizen-petstore.bat │ ├── typescript-angular.bat │ ├── typescript-angular2-with-npm.bat │ ├── typescript-angular2.bat │ ├── typescript-fetch.bat │ ├── typescript-node-with-npm.bat │ ├── typescript-node.bat │ └── ze-ph-petstore.bat └── ze-ph-petstore-server.sh ├── circle.yml ├── docker-entrypoint.sh ├── eclipse-formatter.xml ├── google_checkstyle.xml ├── modules ├── swagger-codegen-cli │ ├── Dockerfile │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── codegen │ │ │ │ ├── SwaggerCodegen.java │ │ │ │ └── cmd │ │ │ │ ├── ConfigHelp.java │ │ │ │ ├── Generate.java │ │ │ │ ├── Langs.java │ │ │ │ ├── Meta.java │ │ │ │ └── Version.java │ │ └── resources │ │ │ ├── logback.xml │ │ │ └── version.properties │ │ └── test │ │ └── java │ │ └── io │ │ └── swagger │ │ └── codegen │ │ └── cmd │ │ ├── GenerateTest.java │ │ └── utils │ │ └── OptionUtilsTest.java ├── swagger-codegen-maven-plugin │ ├── README.md │ ├── examples │ │ ├── java-client.xml │ │ └── swagger.yaml │ ├── pom.xml │ └── src │ │ └── main │ │ └── java │ │ └── io │ │ └── swagger │ │ └── codegen │ │ └── plugin │ │ └── CodeGenMojo.java ├── swagger-codegen │ ├── .gitignore │ ├── XhhGitIgnore │ │ ├── sdk_unit_testing_binary.json │ │ └── sdk_unit_testing_file_downloading.json │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ ├── config │ │ │ │ ├── Config.java │ │ │ │ └── ConfigParser.java │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── codegen │ │ │ │ ├── AbstractGenerator.java │ │ │ │ ├── CliOption.java │ │ │ │ ├── ClientOptInput.java │ │ │ │ ├── ClientOpts.java │ │ │ │ ├── Codegen.java │ │ │ │ ├── CodegenConfig.java │ │ │ │ ├── CodegenConfigLoader.java │ │ │ │ ├── CodegenConstants.java │ │ │ │ ├── CodegenModel.java │ │ │ │ ├── CodegenModelFactory.java │ │ │ │ ├── CodegenModelType.java │ │ │ │ ├── CodegenOperation.java │ │ │ │ ├── CodegenParameter.java │ │ │ │ ├── CodegenProperty.java │ │ │ │ ├── CodegenResponse.java │ │ │ │ ├── CodegenSecurity.java │ │ │ │ ├── CodegenType.java │ │ │ │ ├── DefaultCodegen.java │ │ │ │ ├── DefaultGenerator.java │ │ │ │ ├── Generator.java │ │ │ │ ├── GlobalSupportingFile.java │ │ │ │ ├── InlineModelResolver.java │ │ │ │ ├── MetaGenerator.java │ │ │ │ ├── SupportingFile.java │ │ │ │ ├── auth │ │ │ │ ├── AuthMethod.java │ │ │ │ └── AuthParser.java │ │ │ │ ├── config │ │ │ │ ├── CodegenConfigurator.java │ │ │ │ └── CodegenConfiguratorUtils.java │ │ │ │ ├── examples │ │ │ │ ├── ExampleGenerator.java │ │ │ │ └── XmlExampleGenerator.java │ │ │ │ ├── ignore │ │ │ │ ├── CodegenIgnoreProcessor.java │ │ │ │ └── rules │ │ │ │ │ ├── DirectoryRule.java │ │ │ │ │ ├── EverythingRule.java │ │ │ │ │ ├── FileRule.java │ │ │ │ │ ├── IgnoreLineParser.java │ │ │ │ │ ├── InvalidRule.java │ │ │ │ │ ├── ParserException.java │ │ │ │ │ ├── Part.java │ │ │ │ │ ├── RootedFileRule.java │ │ │ │ │ └── Rule.java │ │ │ │ ├── languages │ │ │ │ ├── AbstractCSharpCodegen.java │ │ │ │ ├── AbstractJavaCodegen.java │ │ │ │ ├── AbstractJavaJAXRSServerCodegen.java │ │ │ │ ├── AbstractPhpCodegen.java │ │ │ │ ├── AbstractScalaCodegen.java │ │ │ │ ├── AbstractTypeScriptClientCodegen.java │ │ │ │ ├── AkkaScalaClientCodegen.java │ │ │ │ ├── AndroidClientCodegen.java │ │ │ │ ├── AspNet5ServerCodegen.java │ │ │ │ ├── AspNetCoreServerCodegen.java │ │ │ │ ├── AsyncScalaClientCodegen.java │ │ │ │ ├── BashClientCodegen.java │ │ │ │ ├── CSharpClientCodegen.java │ │ │ │ ├── ClojureClientCodegen.java │ │ │ │ ├── ConfluenceWikiGenerator.java │ │ │ │ ├── CppRestClientCodegen.java │ │ │ │ ├── CsharpDotNet2ClientCodegen.java │ │ │ │ ├── DartClientCodegen.java │ │ │ │ ├── ElixirClientCodegen.java │ │ │ │ ├── ErlangServerCodegen.java │ │ │ │ ├── FinchServerCodegen.java │ │ │ │ ├── FlashClientCodegen.java │ │ │ │ ├── FlaskConnexionCodegen.java │ │ │ │ ├── GoClientCodegen.java │ │ │ │ ├── GoServerCodegen.java │ │ │ │ ├── GroovyClientCodegen.java │ │ │ │ ├── HaskellServantCodegen.java │ │ │ │ ├── JMeterCodegen.java │ │ │ │ ├── JavaCXFClientCodegen.java │ │ │ │ ├── JavaCXFServerCodegen.java │ │ │ │ ├── JavaClientCodegen.java │ │ │ │ ├── JavaInflectorServerCodegen.java │ │ │ │ ├── JavaJAXRSCXFCDIServerCodegen.java │ │ │ │ ├── JavaJAXRSSpecServerCodegen.java │ │ │ │ ├── JavaJerseyServerCodegen.java │ │ │ │ ├── JavaMSF4JServerCodegen.java │ │ │ │ ├── JavaPlayFrameworkCodegen.java │ │ │ │ ├── JavaResteasyEapServerCodegen.java │ │ │ │ ├── JavaResteasyServerCodegen.java │ │ │ │ ├── JavascriptClientCodegen.java │ │ │ │ ├── JavascriptClosureAngularClientCodegen.java │ │ │ │ ├── LumenServerCodegen.java │ │ │ │ ├── NancyFXServerCodegen.java │ │ │ │ ├── NodeJSServerCodegen.java │ │ │ │ ├── ObjcClientCodegen.java │ │ │ │ ├── PerlClientCodegen.java │ │ │ │ ├── PhpClientCodegen.java │ │ │ │ ├── PythonClientCodegen.java │ │ │ │ ├── Qt5CPPGenerator.java │ │ │ │ ├── Rails5ServerCodegen.java │ │ │ │ ├── RubyClientCodegen.java │ │ │ │ ├── ScalaClientCodegen.java │ │ │ │ ├── ScalatraServerCodegen.java │ │ │ │ ├── SilexServerCodegen.java │ │ │ │ ├── SinatraServerCodegen.java │ │ │ │ ├── SlimFrameworkServerCodegen.java │ │ │ │ ├── SpringCodegen.java │ │ │ │ ├── StaticDocCodegen.java │ │ │ │ ├── StaticHtml2Generator.java │ │ │ │ ├── StaticHtmlGenerator.java │ │ │ │ ├── SwaggerGenerator.java │ │ │ │ ├── SwaggerYamlGenerator.java │ │ │ │ ├── Swift3Codegen.java │ │ │ │ ├── SwiftCodegen.java │ │ │ │ ├── TizenClientCodegen.java │ │ │ │ ├── TypeScriptAngular2ClientCodegen.java │ │ │ │ ├── TypeScriptAngularClientCodegen.java │ │ │ │ ├── TypeScriptFetchClientCodegen.java │ │ │ │ ├── TypeScriptJqueryClientCodegen.java │ │ │ │ ├── TypeScriptNodeClientCodegen.java │ │ │ │ ├── UndertowCodegen.java │ │ │ │ ├── ZendExpressivePathHandlerServerCodegen.java │ │ │ │ └── features │ │ │ │ │ ├── BeanValidationExtendedFeatures.java │ │ │ │ │ ├── BeanValidationFeatures.java │ │ │ │ │ ├── CXFFeatures.java │ │ │ │ │ ├── CXFServerFeatures.java │ │ │ │ │ ├── GzipFeatures.java │ │ │ │ │ ├── GzipTestFeatures.java │ │ │ │ │ ├── JaxbFeatures.java │ │ │ │ │ ├── JbossFeature.java │ │ │ │ │ ├── LoggingFeatures.java │ │ │ │ │ ├── LoggingTestFeatures.java │ │ │ │ │ ├── PerformBeanValidationFeatures.java │ │ │ │ │ ├── SpringFeatures.java │ │ │ │ │ ├── SwaggerFeatures.java │ │ │ │ │ ├── SwaggerUIFeatures.java │ │ │ │ │ └── UseGenericResponseFeatures.java │ │ │ │ └── utils │ │ │ │ ├── Markdown.java │ │ │ │ └── OptionUtils.java │ │ └── resources │ │ │ ├── CsharpDotNet2 │ │ │ ├── ApiClient.mustache │ │ │ ├── ApiException.mustache │ │ │ ├── Configuration.mustache │ │ │ ├── README.mustache │ │ │ ├── api.mustache │ │ │ ├── api_doc.mustache │ │ │ ├── compile-mono.sh.mustache │ │ │ ├── model.mustache │ │ │ ├── model_doc.mustache │ │ │ └── packages.config.mustache │ │ │ ├── Groovy │ │ │ ├── ApiUtils.mustache │ │ │ ├── api.mustache │ │ │ ├── build.gradle.mustache │ │ │ └── model.mustache │ │ │ ├── JMeter │ │ │ ├── api.mustache │ │ │ └── testdata-localhost.mustache │ │ │ ├── Java │ │ │ ├── ApiClient.mustache │ │ │ ├── BeanValidationException.mustache │ │ │ ├── Configuration.mustache │ │ │ ├── Pair.mustache │ │ │ ├── README.mustache │ │ │ ├── RFC3339DateFormat.mustache │ │ │ ├── StringUtil.mustache │ │ │ ├── api.mustache │ │ │ ├── apiException.mustache │ │ │ ├── api_doc.mustache │ │ │ ├── api_test.mustache │ │ │ ├── auth │ │ │ │ ├── ApiKeyAuth.mustache │ │ │ │ ├── Authentication.mustache │ │ │ │ ├── HttpBasicAuth.mustache │ │ │ │ ├── OAuth.mustache │ │ │ │ └── OAuthFlow.mustache │ │ │ ├── beanValidation.mustache │ │ │ ├── beanValidationCore.mustache │ │ │ ├── beanValidationQueryParams.mustache │ │ │ ├── build.gradle.mustache │ │ │ ├── build.sbt.mustache │ │ │ ├── enum_outer_doc.mustache │ │ │ ├── generatedAnnotation.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ ├── gradle-wrapper.jar │ │ │ ├── gradle-wrapper.properties.mustache │ │ │ ├── gradle.properties.mustache │ │ │ ├── gradlew.bat.mustache │ │ │ ├── gradlew.mustache │ │ │ ├── libraries │ │ │ │ ├── feign │ │ │ │ │ ├── ApiClient.mustache │ │ │ │ │ ├── EncodingUtils.mustache │ │ │ │ │ ├── ParamExpander.mustache │ │ │ │ │ ├── README.mustache │ │ │ │ │ ├── api.mustache │ │ │ │ │ ├── api_test.mustache │ │ │ │ │ ├── auth │ │ │ │ │ │ ├── ApiKeyAuth.mustache │ │ │ │ │ │ ├── HttpBasicAuth.mustache │ │ │ │ │ │ └── OAuth.mustache │ │ │ │ │ ├── build.gradle.mustache │ │ │ │ │ ├── build.sbt.mustache │ │ │ │ │ └── pom.mustache │ │ │ │ ├── jersey2 │ │ │ │ │ ├── ApiClient.mustache │ │ │ │ │ ├── JSON.mustache │ │ │ │ │ ├── api.mustache │ │ │ │ │ ├── build.gradle.mustache │ │ │ │ │ ├── build.sbt.mustache │ │ │ │ │ └── pom.mustache │ │ │ │ ├── okhttp-gson │ │ │ │ │ ├── ApiCallback.mustache │ │ │ │ │ ├── ApiClient.mustache │ │ │ │ │ ├── ApiResponse.mustache │ │ │ │ │ ├── GzipRequestInterceptor.mustache │ │ │ │ │ ├── JSON.mustache │ │ │ │ │ ├── ProgressRequestBody.mustache │ │ │ │ │ ├── ProgressResponseBody.mustache │ │ │ │ │ ├── api.mustache │ │ │ │ │ ├── auth │ │ │ │ │ │ └── HttpBasicAuth.mustache │ │ │ │ │ ├── build.gradle.mustache │ │ │ │ │ ├── build.sbt.mustache │ │ │ │ │ └── pom.mustache │ │ │ │ ├── resteasy │ │ │ │ │ ├── ApiClient.mustache │ │ │ │ │ ├── JSON.mustache │ │ │ │ │ ├── api.mustache │ │ │ │ │ ├── build.gradle.mustache │ │ │ │ │ ├── build.sbt.mustache │ │ │ │ │ └── pom.mustache │ │ │ │ ├── resttemplate │ │ │ │ │ ├── ApiClient.mustache │ │ │ │ │ ├── api.mustache │ │ │ │ │ ├── api_test.mustache │ │ │ │ │ ├── auth │ │ │ │ │ │ ├── ApiKeyAuth.mustache │ │ │ │ │ │ ├── Authentication.mustache │ │ │ │ │ │ ├── HttpBasicAuth.mustache │ │ │ │ │ │ ├── OAuth.mustache │ │ │ │ │ │ └── OAuthFlow.mustache │ │ │ │ │ ├── build.gradle.mustache │ │ │ │ │ └── pom.mustache │ │ │ │ ├── retrofit │ │ │ │ │ ├── ApiClient.mustache │ │ │ │ │ ├── CollectionFormats.mustache │ │ │ │ │ ├── README.mustache │ │ │ │ │ ├── api.mustache │ │ │ │ │ ├── api_test.mustache │ │ │ │ │ ├── auth │ │ │ │ │ │ ├── ApiKeyAuth.mustache │ │ │ │ │ │ ├── HttpBasicAuth.mustache │ │ │ │ │ │ ├── OAuth.mustache │ │ │ │ │ │ └── OAuthOkHttpClient.mustache │ │ │ │ │ ├── bodyParams.mustache │ │ │ │ │ ├── build.gradle.mustache │ │ │ │ │ ├── build.sbt.mustache │ │ │ │ │ ├── formParams.mustache │ │ │ │ │ ├── headerParams.mustache │ │ │ │ │ ├── pathParams.mustache │ │ │ │ │ ├── pom.mustache │ │ │ │ │ └── queryParams.mustache │ │ │ │ └── retrofit2 │ │ │ │ │ ├── ApiClient.mustache │ │ │ │ │ ├── CollectionFormats.mustache │ │ │ │ │ ├── README.mustache │ │ │ │ │ ├── api.mustache │ │ │ │ │ ├── api_test.mustache │ │ │ │ │ ├── auth │ │ │ │ │ ├── ApiKeyAuth.mustache │ │ │ │ │ ├── HttpBasicAuth.mustache │ │ │ │ │ ├── OAuth.mustache │ │ │ │ │ └── OAuthOkHttpClient.mustache │ │ │ │ │ ├── bodyParams.mustache │ │ │ │ │ ├── build.gradle.mustache │ │ │ │ │ ├── build.sbt.mustache │ │ │ │ │ ├── formParams.mustache │ │ │ │ │ ├── formParams.mustache.save │ │ │ │ │ ├── headerParams.mustache │ │ │ │ │ ├── pathParams.mustache │ │ │ │ │ ├── play24 │ │ │ │ │ ├── ApiClient.mustache │ │ │ │ │ ├── Play24CallAdapterFactory.mustache │ │ │ │ │ ├── Play24CallFactory.mustache │ │ │ │ │ └── auth │ │ │ │ │ │ └── ApiKeyAuth.mustache │ │ │ │ │ ├── pom.mustache │ │ │ │ │ └── queryParams.mustache │ │ │ ├── licenseInfo.mustache │ │ │ ├── manifest.mustache │ │ │ ├── model.mustache │ │ │ ├── modelEnum.mustache │ │ │ ├── modelInnerEnum.mustache │ │ │ ├── model_doc.mustache │ │ │ ├── pojo.mustache │ │ │ ├── pojo_doc.mustache │ │ │ ├── pom.mustache │ │ │ ├── settings.gradle.mustache │ │ │ ├── travis.mustache │ │ │ └── typeInfoAnnotation.mustache │ │ │ ├── JavaInflector │ │ │ ├── README.mustache │ │ │ ├── StringUtil.mustache │ │ │ ├── api.mustache │ │ │ ├── bodyParams.mustache │ │ │ ├── enumClass.mustache │ │ │ ├── enumOuterClass.mustache │ │ │ ├── formParams.mustache │ │ │ ├── generatedAnnotation.mustache │ │ │ ├── headerParams.mustache │ │ │ ├── inflector.mustache │ │ │ ├── model.mustache │ │ │ ├── pathParams.mustache │ │ │ ├── pojo.mustache │ │ │ ├── pom.mustache │ │ │ ├── queryParams.mustache │ │ │ ├── swagger.mustache │ │ │ ├── typeInfoAnnotation.mustache │ │ │ └── web.mustache │ │ │ ├── JavaJaxRS │ │ │ ├── ApiException.mustache │ │ │ ├── ApiOriginFilter.mustache │ │ │ ├── ApiResponseMessage.mustache │ │ │ ├── JodaDateTimeProvider.mustache │ │ │ ├── JodaLocalDateProvider.mustache │ │ │ ├── NotFoundException.mustache │ │ │ ├── README.mustache │ │ │ ├── RFC3339DateFormat.mustache │ │ │ ├── StringUtil.mustache │ │ │ ├── allowableValues.mustache │ │ │ ├── api.mustache │ │ │ ├── apiService.mustache │ │ │ ├── apiServiceFactory.mustache │ │ │ ├── apiServiceImpl.mustache │ │ │ ├── beanValidation.mustache │ │ │ ├── beanValidationCore.mustache │ │ │ ├── beanValidationPathParams.mustache │ │ │ ├── beanValidationQueryParams.mustache │ │ │ ├── bodyParams.mustache │ │ │ ├── bootstrap.mustache │ │ │ ├── cxf-cdi │ │ │ │ ├── RestApplication.mustache │ │ │ │ ├── allowableValues.mustache │ │ │ │ ├── api.mustache │ │ │ │ ├── apiService.mustache │ │ │ │ ├── apiServiceImpl.mustache │ │ │ │ ├── beanValidation.mustache │ │ │ │ ├── beanValidationCore.mustache │ │ │ │ ├── beanValidationPathParams.mustache │ │ │ │ ├── beanValidationQueryParams.mustache │ │ │ │ ├── beans.mustache │ │ │ │ ├── bodyParams.mustache │ │ │ │ ├── enumClass.mustache │ │ │ │ ├── formParams.mustache │ │ │ │ ├── generatedAnnotation.mustache │ │ │ │ ├── headerParams.mustache │ │ │ │ ├── model.mustache │ │ │ │ ├── pathParams.mustache │ │ │ │ ├── pojo.mustache │ │ │ │ ├── pom.mustache │ │ │ │ ├── queryParams.mustache │ │ │ │ ├── serviceBodyParams.mustache │ │ │ │ ├── serviceFormParams.mustache │ │ │ │ ├── serviceHeaderParams.mustache │ │ │ │ ├── servicePathParams.mustache │ │ │ │ └── serviceQueryParams.mustache │ │ │ ├── cxf │ │ │ │ ├── CXF2InterfaceComparator.mustache │ │ │ │ ├── allowableValues.mustache │ │ │ │ ├── api.mustache │ │ │ │ ├── apiServiceImpl.mustache │ │ │ │ ├── api_test.mustache │ │ │ │ ├── beanValidation.mustache │ │ │ │ ├── beanValidationCore.mustache │ │ │ │ ├── beanValidationPathParams.mustache │ │ │ │ ├── beanValidationQueryParams.mustache │ │ │ │ ├── bodyParams.mustache │ │ │ │ ├── bodyParamsImpl.mustache │ │ │ │ ├── enumClass.mustache │ │ │ │ ├── enumOuterClass.mustache │ │ │ │ ├── formParams.mustache │ │ │ │ ├── formParamsImpl.mustache │ │ │ │ ├── generatedAnnotation.mustache │ │ │ │ ├── headerParams.mustache │ │ │ │ ├── headerParamsImpl.mustache │ │ │ │ ├── licenseInfo.mustache │ │ │ │ ├── model.mustache │ │ │ │ ├── pathParams.mustache │ │ │ │ ├── pathParamsImpl.mustache │ │ │ │ ├── pojo.mustache │ │ │ │ ├── pom.mustache │ │ │ │ ├── queryParams.mustache │ │ │ │ ├── queryParamsImpl.mustache │ │ │ │ ├── returnTypes.mustache │ │ │ │ └── server │ │ │ │ │ ├── ApplicationContext.xml.mustache │ │ │ │ │ ├── SpringBootApplication.mustache │ │ │ │ │ ├── application.properties.mustache │ │ │ │ │ ├── context.xml.mustache │ │ │ │ │ ├── jboss-web.xml.mustache │ │ │ │ │ ├── nonspring-web.mustache │ │ │ │ │ ├── pom.mustache │ │ │ │ │ ├── readme.md │ │ │ │ │ ├── swagger-codegen-ignore.mustache │ │ │ │ │ └── web.mustache │ │ │ ├── enumClass.mustache │ │ │ ├── enumOuterClass.mustache │ │ │ ├── formParams.mustache │ │ │ ├── generatedAnnotation.mustache │ │ │ ├── headerParams.mustache │ │ │ ├── jacksonJsonProvider.mustache │ │ │ ├── libraries │ │ │ │ ├── jersey1 │ │ │ │ │ ├── LocalDateProvider.mustache │ │ │ │ │ ├── OffsetDateTimeProvider.mustache │ │ │ │ │ ├── api.mustache │ │ │ │ │ ├── apiService.mustache │ │ │ │ │ ├── apiServiceImpl.mustache │ │ │ │ │ ├── formParams.mustache │ │ │ │ │ ├── pom.mustache │ │ │ │ │ ├── project │ │ │ │ │ │ ├── build.properties │ │ │ │ │ │ └── plugins.sbt │ │ │ │ │ └── web.mustache │ │ │ │ └── jersey2 │ │ │ │ │ ├── LocalDateProvider.mustache │ │ │ │ │ └── OffsetDateTimeProvider.mustache │ │ │ ├── licenseInfo.mustache │ │ │ ├── model.mustache │ │ │ ├── modelEnum.mustache │ │ │ ├── pathParams.mustache │ │ │ ├── pojo.mustache │ │ │ ├── pom.mustache │ │ │ ├── queryParams.mustache │ │ │ ├── resteasy │ │ │ │ ├── ApiException.mustache │ │ │ │ ├── ApiOriginFilter.mustache │ │ │ │ ├── ApiResponseMessage.mustache │ │ │ │ ├── JacksonConfig.mustache │ │ │ │ ├── JodaDateTimeProvider.mustache │ │ │ │ ├── JodaLocalDateProvider.mustache │ │ │ │ ├── LocalDateProvider.mustache │ │ │ │ ├── NotFoundException.mustache │ │ │ │ ├── OffsetDateTimeProvider.mustache │ │ │ │ ├── README.mustache │ │ │ │ ├── RFC3339DateFormat.mustache │ │ │ │ ├── RestApplication.mustache │ │ │ │ ├── StringUtil.mustache │ │ │ │ ├── allowableValues.mustache │ │ │ │ ├── api.mustache │ │ │ │ ├── apiService.mustache │ │ │ │ ├── apiServiceFactory.mustache │ │ │ │ ├── apiServiceImpl.mustache │ │ │ │ ├── beanValidation.mustache │ │ │ │ ├── beanValidationCore.mustache │ │ │ │ ├── beanValidationPathParams.mustache │ │ │ │ ├── beanValidationQueryParams.mustache │ │ │ │ ├── bodyParams.mustache │ │ │ │ ├── eap │ │ │ │ │ ├── JacksonConfig.mustache │ │ │ │ │ ├── README.mustache │ │ │ │ │ ├── RestApplication.mustache │ │ │ │ │ ├── api.mustache │ │ │ │ │ ├── apiServiceImpl.mustache │ │ │ │ │ ├── beanValidation.mustache │ │ │ │ │ ├── beanValidationPathParams.mustache │ │ │ │ │ ├── beanValidationQueryParams.mustache │ │ │ │ │ ├── bodyParams.mustache │ │ │ │ │ ├── enumClass.mustache │ │ │ │ │ ├── enumOuterClass.mustache │ │ │ │ │ ├── formParams.mustache │ │ │ │ │ ├── generatedAnnotation.mustache │ │ │ │ │ ├── gradle.mustache │ │ │ │ │ ├── headerParams.mustache │ │ │ │ │ ├── jboss-web.mustache │ │ │ │ │ ├── model.mustache │ │ │ │ │ ├── pathParams.mustache │ │ │ │ │ ├── pojo.mustache │ │ │ │ │ ├── pom.mustache │ │ │ │ │ ├── queryParams.mustache │ │ │ │ │ ├── serviceBodyParams.mustache │ │ │ │ │ ├── serviceFormParams.mustache │ │ │ │ │ ├── serviceHeaderParams.mustache │ │ │ │ │ ├── servicePathParams.mustache │ │ │ │ │ ├── serviceQueryParams.mustache │ │ │ │ │ ├── settingsGradle.mustache │ │ │ │ │ └── web.mustache │ │ │ │ ├── enumClass.mustache │ │ │ │ ├── enumOuterClass.mustache │ │ │ │ ├── formParams.mustache │ │ │ │ ├── generatedAnnotation.mustache │ │ │ │ ├── gradle.mustache │ │ │ │ ├── headerParams.mustache │ │ │ │ ├── jboss-web.mustache │ │ │ │ ├── model.mustache │ │ │ │ ├── pathParams.mustache │ │ │ │ ├── pojo.mustache │ │ │ │ ├── pom.mustache │ │ │ │ ├── queryParams.mustache │ │ │ │ ├── returnTypes.mustache │ │ │ │ ├── serviceBodyParams.mustache │ │ │ │ ├── serviceFormParams.mustache │ │ │ │ ├── serviceHeaderParams.mustache │ │ │ │ ├── servicePathParams.mustache │ │ │ │ ├── serviceQueryParams.mustache │ │ │ │ ├── settingsGradle.mustache │ │ │ │ └── web.mustache │ │ │ ├── returnTypes.mustache │ │ │ ├── serviceBodyParams.mustache │ │ │ ├── serviceFormParams.mustache │ │ │ ├── serviceHeaderParams.mustache │ │ │ ├── servicePathParams.mustache │ │ │ ├── serviceQueryParams.mustache │ │ │ ├── spec │ │ │ │ ├── RestApplication.mustache │ │ │ │ ├── allowableValues.mustache │ │ │ │ ├── api.mustache │ │ │ │ ├── beanValidation.mustache │ │ │ │ ├── beanValidationCore.mustache │ │ │ │ ├── beanValidationPathParams.mustache │ │ │ │ ├── beanValidationQueryParams.mustache │ │ │ │ ├── bodyParams.mustache │ │ │ │ ├── enumClass.mustache │ │ │ │ ├── enumOuterClass.mustache │ │ │ │ ├── formParams.mustache │ │ │ │ ├── generatedAnnotation.mustache │ │ │ │ ├── headerParams.mustache │ │ │ │ ├── model.mustache │ │ │ │ ├── pathParams.mustache │ │ │ │ ├── pojo.mustache │ │ │ │ ├── pom.mustache │ │ │ │ └── queryParams.mustache │ │ │ ├── typeInfoAnnotation.mustache │ │ │ └── web.mustache │ │ │ ├── JavaPlayFramework │ │ │ ├── LICENSE.mustache │ │ │ ├── README.mustache │ │ │ ├── apiCall.mustache │ │ │ ├── apiDocController.mustache │ │ │ ├── application.mustache │ │ │ ├── beanValidation.mustache │ │ │ ├── beanValidationPathParams.mustache │ │ │ ├── beanValidationQueryParams.mustache │ │ │ ├── bodyParams.mustache │ │ │ ├── build.mustache │ │ │ ├── buildproperties.mustache │ │ │ ├── conversionBegin.mustache │ │ │ ├── conversionEnd.mustache │ │ │ ├── enumClass.mustache │ │ │ ├── enumOuterClass.mustache │ │ │ ├── errorHandler.mustache │ │ │ ├── formParams.mustache │ │ │ ├── generatedAnnotation.mustache │ │ │ ├── headerParams.mustache │ │ │ ├── logback.mustache │ │ │ ├── model.mustache │ │ │ ├── newApi.mustache │ │ │ ├── newApiController.mustache │ │ │ ├── newApiInterface.mustache │ │ │ ├── paramDefaultValue.mustache │ │ │ ├── paramType.mustache │ │ │ ├── pathParams.mustache │ │ │ ├── plugins.mustache │ │ │ ├── pojo.mustache │ │ │ ├── queryParams.mustache │ │ │ ├── returnTypes.mustache │ │ │ ├── returnTypesNoVoid.mustache │ │ │ ├── returnTypesNoVoidNoAbstract.mustache │ │ │ ├── routes.mustache │ │ │ ├── swagger.mustache │ │ │ ├── swaggerUtils.mustache │ │ │ └── typeInfoAnnotation.mustache │ │ │ ├── JavaSpring │ │ │ ├── api.mustache │ │ │ ├── apiController.mustache │ │ │ ├── apiDelegate.mustache │ │ │ ├── apiException.mustache │ │ │ ├── apiOriginFilter.mustache │ │ │ ├── apiResponseMessage.mustache │ │ │ ├── application.mustache │ │ │ ├── application.properties │ │ │ ├── beanValidation.mustache │ │ │ ├── beanValidationCore.mustache │ │ │ ├── beanValidationPathParams.mustache │ │ │ ├── beanValidationQueryParams.mustache │ │ │ ├── bodyParams.mustache │ │ │ ├── enumClass.mustache │ │ │ ├── enumOuterClass.mustache │ │ │ ├── exampleReturnTypes.mustache │ │ │ ├── formParams.mustache │ │ │ ├── generatedAnnotation.mustache │ │ │ ├── headerParams.mustache │ │ │ ├── implicitHeader.mustache │ │ │ ├── libraries │ │ │ │ ├── spring-boot │ │ │ │ │ ├── README.mustache │ │ │ │ │ ├── RFC3339DateFormat.mustache │ │ │ │ │ ├── homeController.mustache │ │ │ │ │ ├── pom.mustache │ │ │ │ │ └── swagger2SpringBoot.mustache │ │ │ │ ├── spring-cloud │ │ │ │ │ ├── README.mustache │ │ │ │ │ ├── apiClient.mustache │ │ │ │ │ ├── apiKeyRequestInterceptor.mustache │ │ │ │ │ ├── clientConfiguration.mustache │ │ │ │ │ ├── formParams.mustache │ │ │ │ │ └── pom.mustache │ │ │ │ └── spring-mvc │ │ │ │ │ ├── README.mustache │ │ │ │ │ ├── RFC3339DateFormat.mustache │ │ │ │ │ ├── pom.mustache │ │ │ │ │ ├── swaggerUiConfiguration.mustache │ │ │ │ │ ├── webApplication.mustache │ │ │ │ │ └── webMvcConfiguration.mustache │ │ │ ├── model.mustache │ │ │ ├── notFoundException.mustache │ │ │ ├── pathParams.mustache │ │ │ ├── pojo.mustache │ │ │ ├── project │ │ │ │ ├── build.properties │ │ │ │ └── plugins.sbt │ │ │ ├── queryParams.mustache │ │ │ ├── returnTypes.mustache │ │ │ ├── swaggerDocumentationConfig.mustache │ │ │ └── typeInfoAnnotation.mustache │ │ │ ├── Javascript-Closure-Angular │ │ │ ├── api.mustache │ │ │ └── model.mustache │ │ │ ├── Javascript │ │ │ ├── ApiClient.mustache │ │ │ ├── README.mustache │ │ │ ├── api.mustache │ │ │ ├── api_doc.mustache │ │ │ ├── api_test.mustache │ │ │ ├── enumClass.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ ├── index.mustache │ │ │ ├── licenseInfo.mustache │ │ │ ├── mocha.opts │ │ │ ├── model.mustache │ │ │ ├── model_doc.mustache │ │ │ ├── model_test.mustache │ │ │ ├── package.mustache │ │ │ ├── partial_model_enum_class.mustache │ │ │ ├── partial_model_generic.mustache │ │ │ ├── partial_model_inner_enum.mustache │ │ │ └── travis.yml │ │ │ ├── META-INF │ │ │ └── services │ │ │ │ └── io.swagger.codegen.CodegenConfig │ │ │ ├── MSF4J │ │ │ ├── ApiException.mustache │ │ │ ├── ApiOriginFilter.mustache │ │ │ ├── ApiResponseMessage.mustache │ │ │ ├── Application.mustache │ │ │ ├── JodaDateTimeProvider.mustache │ │ │ ├── JodaLocalDateProvider.mustache │ │ │ ├── LocalDateProvider.mustache │ │ │ ├── NotFoundException.mustache │ │ │ ├── OffsetDateTimeProvider.mustache │ │ │ ├── README.mustache │ │ │ ├── RFC3339DateFormat.mustache │ │ │ ├── StringUtil.mustache │ │ │ ├── allowableValues.mustache │ │ │ ├── api.mustache │ │ │ ├── apiService.mustache │ │ │ ├── apiServiceFactory.mustache │ │ │ ├── apiServiceImpl.mustache │ │ │ ├── api_test.mastache~ │ │ │ ├── application.mastache~ │ │ │ ├── bodyParams.mustache │ │ │ ├── bootstrap.mustache │ │ │ ├── enumClass.mustache │ │ │ ├── enumOuterClass.mustache │ │ │ ├── formParams.mustache │ │ │ ├── generatedAnnotation.mustache │ │ │ ├── headerParams.mustache │ │ │ ├── jacksonJsonProvider.mustache │ │ │ ├── model.mustache │ │ │ ├── pathParams.mustache │ │ │ ├── pojo.mustache │ │ │ ├── pom.mustache │ │ │ ├── queryParams.mustache │ │ │ ├── returnTypes.mustache │ │ │ ├── serviceBodyParams.mustache │ │ │ ├── serviceFormParams.mustache │ │ │ ├── serviceHeaderParams.mustache │ │ │ ├── servicePathParams.mustache │ │ │ ├── serviceQueryParams.mustache │ │ │ └── web.mustache │ │ │ ├── TypeScript-Fetch │ │ │ ├── README.md │ │ │ ├── api.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore │ │ │ ├── licenseInfo.mustache │ │ │ ├── package.json.mustache │ │ │ ├── tsconfig.json.mustache │ │ │ ├── tslint.json.mustache │ │ │ └── typings.json.mustache │ │ │ ├── _common │ │ │ ├── .swagger-codegen-ignore │ │ │ └── LICENSE │ │ │ ├── akka-scala │ │ │ ├── api.mustache │ │ │ ├── apiInvoker.mustache │ │ │ ├── apiRequest.mustache │ │ │ ├── apiSettings.mustache │ │ │ ├── enumsSerializers.mustache │ │ │ ├── javadoc.mustache │ │ │ ├── methodParameters.mustache │ │ │ ├── model.mustache │ │ │ ├── operationReturnType.mustache │ │ │ ├── paramCreation.mustache │ │ │ ├── pom.mustache │ │ │ ├── reference.mustache │ │ │ ├── requests.mustache │ │ │ └── responseState.mustache │ │ │ ├── android │ │ │ ├── Pair.mustache │ │ │ ├── README.mustache │ │ │ ├── api.mustache │ │ │ ├── apiException.mustache │ │ │ ├── apiInvoker.mustache │ │ │ ├── api_doc.mustache │ │ │ ├── build.mustache │ │ │ ├── enum_outer_doc.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ ├── gradle-wrapper.jar │ │ │ ├── gradle-wrapper.properties.mustache │ │ │ ├── gradlew.bat.mustache │ │ │ ├── gradlew.mustache │ │ │ ├── httpPatch.mustache │ │ │ ├── jsonUtil.mustache │ │ │ ├── libraries │ │ │ │ └── volley │ │ │ │ │ ├── Pair.mustache │ │ │ │ │ ├── api.mustache │ │ │ │ │ ├── apiException.mustache │ │ │ │ │ ├── apiInvoker.mustache │ │ │ │ │ ├── auth │ │ │ │ │ ├── apikeyauth.mustache │ │ │ │ │ ├── authentication.mustache │ │ │ │ │ ├── httpbasicauth.mustache │ │ │ │ │ └── oauth.mustache │ │ │ │ │ ├── build.mustache │ │ │ │ │ ├── git_push.sh.mustache │ │ │ │ │ ├── gitignore.mustache │ │ │ │ │ ├── jsonUtil.mustache │ │ │ │ │ ├── manifest.mustache │ │ │ │ │ ├── model.mustache │ │ │ │ │ ├── pom.mustache │ │ │ │ │ └── request │ │ │ │ │ ├── deleterequest.mustache │ │ │ │ │ ├── getrequest.mustache │ │ │ │ │ ├── patchrequest.mustache │ │ │ │ │ ├── postrequest.mustache │ │ │ │ │ └── putrequest.mustache │ │ │ ├── licenseInfo.mustache │ │ │ ├── manifest.mustache │ │ │ ├── model.mustache │ │ │ ├── model_doc.mustache │ │ │ ├── pojo_doc.mustache │ │ │ ├── pom.mustache │ │ │ └── settings.gradle.mustache │ │ │ ├── aspnetcore │ │ │ ├── Dockerfile.mustache │ │ │ ├── NuGet.Config │ │ │ ├── Program.mustache │ │ │ ├── Project.xproj.mustache │ │ │ ├── Properties │ │ │ │ └── launchSettings.json │ │ │ ├── README.mustache │ │ │ ├── Solution.mustache │ │ │ ├── Startup.mustache │ │ │ ├── appsettings.json │ │ │ ├── bodyParam.mustache │ │ │ ├── build.bat.mustache │ │ │ ├── build.sh.mustache │ │ │ ├── controller.mustache │ │ │ ├── enumClass.mustache │ │ │ ├── formParam.mustache │ │ │ ├── gitignore │ │ │ ├── global.json │ │ │ ├── headerParam.mustache │ │ │ ├── listReturn.mustache │ │ │ ├── mapReturn.mustache │ │ │ ├── model.mustache │ │ │ ├── objectReturn.mustache │ │ │ ├── partial_header.mustache │ │ │ ├── pathParam.mustache │ │ │ ├── project.json.mustache │ │ │ ├── queryParam.mustache │ │ │ ├── tags.mustache │ │ │ ├── web.config │ │ │ └── wwwroot │ │ │ │ ├── README.md │ │ │ │ ├── index.html │ │ │ │ └── web.config │ │ │ ├── asyncscala │ │ │ ├── api.mustache │ │ │ ├── client.mustache │ │ │ ├── model.mustache │ │ │ └── sbt.mustache │ │ │ ├── bash │ │ │ ├── Dockerfile.mustache │ │ │ ├── README.md │ │ │ ├── README.mustache │ │ │ ├── bash-completion.mustache │ │ │ ├── client.mustache │ │ │ └── zsh-completion.mustache │ │ │ ├── clojure │ │ │ ├── api.mustache │ │ │ ├── core.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ └── project.mustache │ │ │ ├── codegen │ │ │ ├── README.mustache │ │ │ ├── api.template │ │ │ ├── generatorClass.mustache │ │ │ ├── model.template │ │ │ ├── pom.mustache │ │ │ └── services.mustache │ │ │ ├── confluenceWikiDocs │ │ │ ├── index.mustache │ │ │ └── param.mustache │ │ │ ├── cpprest │ │ │ ├── api-header.mustache │ │ │ ├── api-source.mustache │ │ │ ├── apiclient-header.mustache │ │ │ ├── apiclient-source.mustache │ │ │ ├── apiconfiguration-header.mustache │ │ │ ├── apiconfiguration-source.mustache │ │ │ ├── apiexception-header.mustache │ │ │ ├── apiexception-source.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ ├── httpcontent-header.mustache │ │ │ ├── httpcontent-source.mustache │ │ │ ├── ihttpbody-header.mustache │ │ │ ├── jsonbody-header.mustache │ │ │ ├── jsonbody-source.mustache │ │ │ ├── licenseInfo.mustache │ │ │ ├── model-header.mustache │ │ │ ├── model-source.mustache │ │ │ ├── modelbase-header.mustache │ │ │ ├── modelbase-source.mustache │ │ │ ├── multipart-header.mustache │ │ │ └── multipart-source.mustache │ │ │ ├── csharp │ │ │ ├── ApiClient.mustache │ │ │ ├── ApiException.mustache │ │ │ ├── ApiResponse.mustache │ │ │ ├── AssemblyInfo.mustache │ │ │ ├── Configuration.mustache │ │ │ ├── ExceptionFactory.mustache │ │ │ ├── FodyWeavers.xml │ │ │ ├── IApiAccessor.mustache │ │ │ ├── Project.mustache │ │ │ ├── README.mustache │ │ │ ├── Solution.mustache │ │ │ ├── TestProject.mustache │ │ │ ├── api.mustache │ │ │ ├── api_doc.mustache │ │ │ ├── api_test.mustache │ │ │ ├── compile-mono.sh.mustache │ │ │ ├── compile.mustache │ │ │ ├── enumClass.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ ├── model.mustache │ │ │ ├── modelEnum.mustache │ │ │ ├── modelGeneric.mustache │ │ │ ├── modelInnerEnum.mustache │ │ │ ├── model_doc.mustache │ │ │ ├── model_test.mustache │ │ │ ├── mono_nunit_test.mustache │ │ │ ├── nuspec.mustache │ │ │ ├── packages.config.mustache │ │ │ ├── packages_test.config.mustache │ │ │ ├── partial_header.mustache │ │ │ ├── project.json.mustache │ │ │ ├── travis.mustache │ │ │ └── visibility.mustache │ │ │ ├── dart │ │ │ ├── README.mustache │ │ │ ├── analysis_options.mustache │ │ │ ├── api.mustache │ │ │ ├── api_client.mustache │ │ │ ├── api_doc.mustache │ │ │ ├── api_exception.mustache │ │ │ ├── api_helper.mustache │ │ │ ├── apilib.mustache │ │ │ ├── auth │ │ │ │ ├── api_key_auth.mustache │ │ │ │ ├── authentication.mustache │ │ │ │ ├── http_basic_auth.mustache │ │ │ │ └── oauth.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ ├── model.mustache │ │ │ ├── object_doc.mustache │ │ │ └── pubspec.mustache │ │ │ ├── elixir │ │ │ ├── README.md.mustache │ │ │ ├── api.mustache │ │ │ ├── config.exs.mustache │ │ │ ├── mix.exs.mustache │ │ │ ├── model.mustache │ │ │ └── test_helper.exs.mustache │ │ │ ├── erlang-server │ │ │ ├── README.mustache │ │ │ ├── api.mustache │ │ │ ├── app.src.mustache │ │ │ ├── auth.mustache │ │ │ ├── default_logic_handler.mustache │ │ │ ├── handler.mustache │ │ │ ├── logic_handler.mustache │ │ │ ├── rebar.config.mustache │ │ │ ├── router.mustache │ │ │ ├── server.mustache │ │ │ ├── swagger.mustache │ │ │ └── utils.mustache │ │ │ ├── finch │ │ │ ├── DataAccessor.mustache │ │ │ ├── JsonUtil.scala │ │ │ ├── README.mustache │ │ │ ├── Server.mustache │ │ │ ├── api.mustache │ │ │ ├── bodyParam.mustache │ │ │ ├── bodyParamOperation.mustache │ │ │ ├── build.sbt │ │ │ ├── endpoint.mustache │ │ │ ├── errors.mustache │ │ │ ├── formParam.mustache │ │ │ ├── formParamMustache.mustache │ │ │ ├── headerParam.mustache │ │ │ ├── headerParamOperation.mustache │ │ │ ├── model.mustache │ │ │ ├── pathParam.mustache │ │ │ ├── project │ │ │ │ ├── build.properties │ │ │ │ └── plugins.sbt │ │ │ ├── queryParam.mustache │ │ │ ├── queryParamOperation.mustache │ │ │ └── sbt │ │ │ ├── flash │ │ │ ├── .gitignore │ │ │ ├── ASAXB-0.1.1.swc │ │ │ ├── AirExecutorApp-app.xml │ │ │ ├── ApiClientEvent.as │ │ │ ├── ApiError.as │ │ │ ├── ApiErrorCodes.as │ │ │ ├── ApiInvoker.as │ │ │ ├── ApiUrlHelper.as │ │ │ ├── ApiUserCredentials.as │ │ │ ├── ListWrapper.as │ │ │ ├── README.txt │ │ │ ├── Response.as │ │ │ ├── SwaggerApi.as │ │ │ ├── XMLWriter.as │ │ │ ├── api.mustache │ │ │ ├── as3corelib.swc │ │ │ ├── build.properties │ │ │ ├── build.xml │ │ │ ├── facetValue.as │ │ │ ├── flexunit-4.1.0_RC2-28-flex_3.5.0.12683.swc │ │ │ ├── flexunit-aircilistener-4.1.0_RC2-28-3.5.0.12683.swc │ │ │ ├── flexunit-cilistener-4.1.0_RC2-28-3.5.0.12683.swc │ │ │ ├── flexunit-core-flex-4.0.0.2-sdk3.5.0.12683.swc │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ ├── model.mustache │ │ │ └── modelList.mustache │ │ │ ├── flaskConnexion │ │ │ ├── Dockerfile.mustache │ │ │ ├── README.mustache │ │ │ ├── __init__.mustache │ │ │ ├── __init__model.mustache │ │ │ ├── __init__test.mustache │ │ │ ├── __main__.mustache │ │ │ ├── base_model_.mustache │ │ │ ├── controller.mustache │ │ │ ├── controller_test.mustache │ │ │ ├── dockerignore.mustache │ │ │ ├── encoder.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ ├── model.mustache │ │ │ ├── param_type.mustache │ │ │ ├── requirements.mustache │ │ │ ├── setup.mustache │ │ │ ├── swagger.mustache │ │ │ ├── test-requirements.mustache │ │ │ ├── tox.mustache │ │ │ ├── travis.mustache │ │ │ └── util.mustache │ │ │ ├── go-server │ │ │ ├── README.mustache │ │ │ ├── app.mustache │ │ │ ├── controller.mustache │ │ │ ├── logger.mustache │ │ │ ├── main.mustache │ │ │ ├── routers.mustache │ │ │ └── swagger.mustache │ │ │ ├── go │ │ │ ├── .travis.yml │ │ │ ├── README.mustache │ │ │ ├── api.mustache │ │ │ ├── api_client.mustache │ │ │ ├── api_doc.mustache │ │ │ ├── api_response.mustache │ │ │ ├── configuration.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ ├── model.mustache │ │ │ ├── model_doc.mustache │ │ │ └── partial_header.mustache │ │ │ ├── haskell-servant │ │ │ ├── API.mustache │ │ │ ├── README.mustache │ │ │ ├── Setup.mustache │ │ │ ├── Types.mustache │ │ │ ├── haskell-servant-codegen.mustache │ │ │ └── stack.mustache │ │ │ ├── htmlDocs │ │ │ ├── bodyParam.mustache │ │ │ ├── formParam.mustache │ │ │ ├── headerParam.mustache │ │ │ ├── index.mustache │ │ │ ├── pathParam.mustache │ │ │ ├── queryParam.mustache │ │ │ └── style.css.mustache │ │ │ ├── htmlDocs2 │ │ │ ├── css_bootstrap.mustache │ │ │ ├── css_prettify.mustache │ │ │ ├── index.mustache │ │ │ ├── js_bootstrap.mustache │ │ │ ├── js_jquery.mustache │ │ │ ├── js_json_schema_ref_parser.mustache │ │ │ ├── js_json_stringify_safe.mustache │ │ │ ├── js_jsonformatter.mustache │ │ │ ├── js_jsonschemaview.mustache │ │ │ ├── js_prettify.mustache │ │ │ ├── js_webfontloader.mustache │ │ │ ├── marked.mustache │ │ │ ├── param.mustache │ │ │ ├── paramB.mustache │ │ │ ├── sample_android.mustache │ │ │ ├── sample_csharp.mustache │ │ │ ├── sample_java.mustache │ │ │ ├── sample_js.mustache │ │ │ ├── sample_objc.mustache │ │ │ ├── sample_perl.mustache │ │ │ ├── sample_php.mustache │ │ │ ├── sample_python.mustache │ │ │ └── styles.mustache │ │ │ ├── logback.xml │ │ │ ├── lumen │ │ │ ├── Authenticate.php │ │ │ ├── Controller.php │ │ │ ├── Handler.php │ │ │ ├── Kernel.php │ │ │ ├── User.php │ │ │ ├── api.mustache │ │ │ ├── app.php │ │ │ ├── artisan │ │ │ ├── composer.mustache │ │ │ ├── index.php │ │ │ ├── licenseInfo.mustache │ │ │ ├── readme.md │ │ │ └── routes.mustache │ │ │ ├── nancyfx │ │ │ ├── Project.mustache │ │ │ ├── Solution.mustache │ │ │ ├── api.mustache │ │ │ ├── innerApiEnum.mustache │ │ │ ├── innerApiEnumName.mustache │ │ │ ├── innerModelEnum.mustache │ │ │ ├── innerParameterType.mustache │ │ │ ├── innerParameterValueOfArgs.mustache │ │ │ ├── model.mustache │ │ │ ├── modelMutable.mustache │ │ │ ├── nullableDataType.mustache │ │ │ ├── nuspec.mustache │ │ │ ├── packages.config.mustache │ │ │ ├── parameters.mustache │ │ │ └── paramsList.mustache │ │ │ ├── nodejs │ │ │ ├── README.mustache │ │ │ ├── controller.mustache │ │ │ ├── index-gcf.mustache │ │ │ ├── index.mustache │ │ │ ├── package.mustache │ │ │ ├── service.mustache │ │ │ └── swagger.mustache │ │ │ ├── objc │ │ │ ├── ApiClient-body.mustache │ │ │ ├── ApiClient-header.mustache │ │ │ ├── BasicAuthTokenProvider-body.mustache │ │ │ ├── BasicAuthTokenProvider-header.mustache │ │ │ ├── Configuration-protocol.mustache │ │ │ ├── DefaultConfiguration-body.mustache │ │ │ ├── DefaultConfiguration-header.mustache │ │ │ ├── JSONRequestSerializer-body.mustache │ │ │ ├── JSONRequestSerializer-header.mustache │ │ │ ├── JSONValueTransformer+ISO8601-body.mustache │ │ │ ├── JSONValueTransformer+ISO8601-header.mustache │ │ │ ├── Logger-body.mustache │ │ │ ├── Logger-header.mustache │ │ │ ├── Model.xcdatamodel.mustache │ │ │ ├── NSManagedObject-body.mustache │ │ │ ├── NSManagedObject-header.mustache │ │ │ ├── NSManagedObjectBuilder-body.mustache │ │ │ ├── NSManagedObjectBuilder-header.mustache │ │ │ ├── Object-body.mustache │ │ │ ├── Object-header.mustache │ │ │ ├── QueryParamCollection-body.mustache │ │ │ ├── QueryParamCollection-header.mustache │ │ │ ├── README.mustache │ │ │ ├── ResponseDeserializer-body.mustache │ │ │ ├── ResponseDeserializer-header.mustache │ │ │ ├── Sanitizer-body.mustache │ │ │ ├── Sanitizer-header.mustache │ │ │ ├── api-body.mustache │ │ │ ├── api-header.mustache │ │ │ ├── api-protocol.mustache │ │ │ ├── api_doc.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ ├── licenceInfo.mustache │ │ │ ├── model-body.mustache │ │ │ ├── model-header.mustache │ │ │ ├── model_doc.mustache │ │ │ ├── podspec.mustache │ │ │ └── xccurrentversion.mustache │ │ │ ├── perl │ │ │ ├── ApiClient.mustache │ │ │ ├── ApiFactory.mustache │ │ │ ├── AutoDoc.mustache │ │ │ ├── BaseObject.mustache │ │ │ ├── Configuration.mustache │ │ │ ├── README.mustache │ │ │ ├── Role.mustache │ │ │ ├── api.mustache │ │ │ ├── api_doc.mustache │ │ │ ├── api_test.mustache │ │ │ ├── autodoc.script.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ ├── object.mustache │ │ │ ├── object_doc.mustache │ │ │ ├── object_test.mustache │ │ │ └── partial_license.mustache │ │ │ ├── php │ │ │ ├── .php_cs │ │ │ ├── .travis.yml │ │ │ ├── ApiClient.mustache │ │ │ ├── ApiException.mustache │ │ │ ├── ObjectSerializer.mustache │ │ │ ├── README.mustache │ │ │ ├── api.mustache │ │ │ ├── api_doc.mustache │ │ │ ├── api_test.mustache │ │ │ ├── autoload.mustache │ │ │ ├── composer.mustache │ │ │ ├── configuration.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── model.mustache │ │ │ ├── model_doc.mustache │ │ │ ├── model_enum.mustache │ │ │ ├── model_generic.mustache │ │ │ ├── model_test.mustache │ │ │ ├── partial_header.mustache │ │ │ └── phpunit.xml.mustache │ │ │ ├── python │ │ │ ├── README.mustache │ │ │ ├── __init__api.mustache │ │ │ ├── __init__model.mustache │ │ │ ├── __init__package.mustache │ │ │ ├── __init__test.mustache │ │ │ ├── api.mustache │ │ │ ├── api_client.mustache │ │ │ ├── api_doc.mustache │ │ │ ├── api_test.mustache │ │ │ ├── configuration.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ ├── model.mustache │ │ │ ├── model_doc.mustache │ │ │ ├── model_test.mustache │ │ │ ├── partial_header.mustache │ │ │ ├── requirements.mustache │ │ │ ├── rest.mustache │ │ │ ├── setup.mustache │ │ │ ├── test-requirements.mustache │ │ │ ├── tox.mustache │ │ │ └── travis.mustache │ │ │ ├── qt5cpp │ │ │ ├── HttpRequest.cpp.mustache │ │ │ ├── HttpRequest.h.mustache │ │ │ ├── api-body.mustache │ │ │ ├── api-header.mustache │ │ │ ├── helpers-body.mustache │ │ │ ├── helpers-header.mustache │ │ │ ├── licenseInfo.mustache │ │ │ ├── model-body.mustache │ │ │ ├── model-header.mustache │ │ │ ├── model.mustache │ │ │ ├── modelFactory.mustache │ │ │ └── object.mustache │ │ │ ├── rails5 │ │ │ ├── .keep │ │ │ ├── 404.html │ │ │ ├── 422.html │ │ │ ├── 500.html │ │ │ ├── Gemfile │ │ │ ├── README.md │ │ │ ├── Rakefile │ │ │ ├── active_record_belongs_to_required_by_default.rb │ │ │ ├── apple-touch-icon-precomposed.png │ │ │ ├── apple-touch-icon.png │ │ │ ├── application.rb │ │ │ ├── application_controller.rb │ │ │ ├── application_controller_renderer.rb │ │ │ ├── application_job.rb │ │ │ ├── application_mailer.rb │ │ │ ├── application_record.rb │ │ │ ├── backtrace_silencers.rb │ │ │ ├── boot.rb │ │ │ ├── bundle │ │ │ ├── cable.yml │ │ │ ├── callback_terminator.rb │ │ │ ├── channel.rb │ │ │ ├── config.ru │ │ │ ├── connection.rb │ │ │ ├── controller.mustache │ │ │ ├── cors.rb │ │ │ ├── database.yml │ │ │ ├── development.rb │ │ │ ├── en.yml │ │ │ ├── environment.rb │ │ │ ├── favicon.ico │ │ │ ├── filter_parameter_logging.rb │ │ │ ├── inflections.rb │ │ │ ├── info.mustache │ │ │ ├── mailer.html.erb │ │ │ ├── mailer.text.erb │ │ │ ├── migrate.mustache │ │ │ ├── mime_types.rb │ │ │ ├── model.mustache │ │ │ ├── production.rb │ │ │ ├── puma.rb │ │ │ ├── rails │ │ │ ├── rake │ │ │ ├── restart.txt │ │ │ ├── robots.txt │ │ │ ├── routes.mustache │ │ │ ├── schema.rb │ │ │ ├── secrets.yml │ │ │ ├── seeds.rb │ │ │ ├── setup │ │ │ ├── spring.rb │ │ │ ├── ssl_options.rb │ │ │ ├── test.rb │ │ │ ├── test_helper.rb │ │ │ ├── to_time_preserves_timezone.rb │ │ │ ├── update │ │ │ └── wrap_parameters.rb │ │ │ ├── ruby │ │ │ ├── Gemfile.mustache │ │ │ ├── README.mustache │ │ │ ├── Rakefile.mustache │ │ │ ├── api.mustache │ │ │ ├── api_client.mustache │ │ │ ├── api_client_spec.mustache │ │ │ ├── api_doc.mustache │ │ │ ├── api_error.mustache │ │ │ ├── api_info.mustache │ │ │ ├── api_test.mustache │ │ │ ├── base_object.mustache │ │ │ ├── base_object_spec.mustache │ │ │ ├── configuration.mustache │ │ │ ├── configuration_spec.mustache │ │ │ ├── gem.mustache │ │ │ ├── gemspec.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ ├── model.mustache │ │ │ ├── model_doc.mustache │ │ │ ├── model_test.mustache │ │ │ ├── partial_model_enum_class.mustache │ │ │ ├── partial_model_generic.mustache │ │ │ ├── rspec.mustache │ │ │ ├── spec_helper.mustache │ │ │ └── version.mustache │ │ │ ├── scala │ │ │ ├── api.mustache │ │ │ ├── apiInvoker.mustache │ │ │ ├── build.gradle.mustache │ │ │ ├── build.sbt.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ ├── gradle-wrapper.jar │ │ │ ├── gradle-wrapper.properties.mustache │ │ │ ├── gradle.properties.mustache │ │ │ ├── gradlew.bat.mustache │ │ │ ├── gradlew.mustache │ │ │ ├── licenseInfo.mustache │ │ │ ├── model.mustache │ │ │ ├── pom.mustache │ │ │ └── settings.gradle.mustache │ │ │ ├── scalatra │ │ │ ├── Bootstrap.mustache │ │ │ ├── JettyMain.mustache │ │ │ ├── JsonUtil.scala │ │ │ ├── README.mustache │ │ │ ├── ServletApp.mustache │ │ │ ├── api.mustache │ │ │ ├── bodyParam.mustache │ │ │ ├── bodyParamOperation.mustache │ │ │ ├── build.sbt │ │ │ ├── formParam.mustache │ │ │ ├── formParamMustache.mustache │ │ │ ├── headerParam.mustache │ │ │ ├── headerParamOperation.mustache │ │ │ ├── licenseInfo.mustache │ │ │ ├── model.mustache │ │ │ ├── pathParam.mustache │ │ │ ├── project │ │ │ │ ├── build.properties │ │ │ │ └── plugins.sbt │ │ │ ├── queryParam.mustache │ │ │ ├── queryParamOperation.mustache │ │ │ ├── sbt │ │ │ └── web.xml │ │ │ ├── silex │ │ │ ├── .htaccess │ │ │ ├── README.mustache │ │ │ ├── composer.json │ │ │ └── index.mustache │ │ │ ├── sinatra │ │ │ ├── Gemfile │ │ │ ├── README.md │ │ │ ├── Swaggering.rb │ │ │ ├── api.mustache │ │ │ ├── config.ru │ │ │ ├── my_app.mustache │ │ │ └── swagger.mustache │ │ │ ├── slim │ │ │ ├── .htaccess │ │ │ ├── README.mustache │ │ │ ├── composer.json │ │ │ ├── index.mustache │ │ │ └── model.mustache │ │ │ ├── swagger-static │ │ │ ├── assets │ │ │ │ ├── css │ │ │ │ │ ├── bootstrap-responsive.css │ │ │ │ │ ├── bootstrap.css │ │ │ │ │ ├── site.css │ │ │ │ │ └── style.css │ │ │ │ ├── images │ │ │ │ │ └── logo.png │ │ │ │ └── js │ │ │ │ │ ├── bootstrap.js │ │ │ │ │ ├── jquery-1.8.3.min.js │ │ │ │ │ └── main.js │ │ │ ├── index.mustache │ │ │ ├── main.mustache │ │ │ ├── model.mustache │ │ │ ├── operation.mustache │ │ │ ├── package.mustache │ │ │ └── pom.xml │ │ │ ├── swagger │ │ │ └── README.md │ │ │ ├── swift │ │ │ ├── APIHelper.mustache │ │ │ ├── APIs.mustache │ │ │ ├── AlamofireImplementations.mustache │ │ │ ├── Cartfile.mustache │ │ │ ├── Extensions.mustache │ │ │ ├── Models.mustache │ │ │ ├── Podspec.mustache │ │ │ ├── _param.mustache │ │ │ ├── api.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ └── model.mustache │ │ │ ├── swift3 │ │ │ ├── APIHelper.mustache │ │ │ ├── APIs.mustache │ │ │ ├── AlamofireImplementations.mustache │ │ │ ├── Cartfile.mustache │ │ │ ├── Extensions.mustache │ │ │ ├── Models.mustache │ │ │ ├── Podspec.mustache │ │ │ ├── _param.mustache │ │ │ ├── api.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore.mustache │ │ │ └── model.mustache │ │ │ ├── tizen │ │ │ ├── README.md │ │ │ ├── api-body.mustache │ │ │ ├── api-header.mustache │ │ │ ├── apiclient-body.mustache │ │ │ ├── apiclient-header.mustache │ │ │ ├── error-body.mustache │ │ │ ├── error-header.mustache │ │ │ ├── helpers-body.mustache │ │ │ ├── helpers-header.mustache │ │ │ ├── model-body.mustache │ │ │ ├── model-header.mustache │ │ │ ├── modelFactory.mustache │ │ │ └── object.mustache │ │ │ ├── typescript-angular │ │ │ ├── api.module.mustache │ │ │ ├── api.mustache │ │ │ ├── apis.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore │ │ │ ├── index.mustache │ │ │ ├── licenseInfo.mustache │ │ │ ├── model.mustache │ │ │ └── models.mustache │ │ │ ├── typescript-angular2 │ │ │ ├── README.mustache │ │ │ ├── api.mustache │ │ │ ├── apis.mustache │ │ │ ├── configuration.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore │ │ │ ├── index.mustache │ │ │ ├── licenseInfo.mustache │ │ │ ├── model.mustache │ │ │ ├── modelEnum.mustache │ │ │ ├── modelGeneric.mustache │ │ │ ├── models.mustache │ │ │ ├── package.mustache │ │ │ ├── tsconfig.mustache │ │ │ ├── typings.mustache │ │ │ └── variables.mustache │ │ │ ├── typescript-jquery │ │ │ ├── api.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── package.mustache │ │ │ ├── tsconfig.mustache │ │ │ └── typings.mustache │ │ │ ├── typescript-node │ │ │ ├── api.mustache │ │ │ ├── git_push.sh.mustache │ │ │ ├── gitignore │ │ │ ├── licenseInfo.mustache │ │ │ ├── package.mustache │ │ │ ├── tsconfig.mustache │ │ │ └── typings.mustache │ │ │ ├── undertow │ │ │ ├── README.mustache │ │ │ ├── bodyParams.mustache │ │ │ ├── enumClass.mustache │ │ │ ├── enumOuterClass.mustache │ │ │ ├── formParams.mustache │ │ │ ├── generatedAnnotation.mustache │ │ │ ├── handler.mustache │ │ │ ├── headerParams.mustache │ │ │ ├── inflector.mustache │ │ │ ├── model.mustache │ │ │ ├── pathParams.mustache │ │ │ ├── pojo.mustache │ │ │ ├── pom.mustache │ │ │ ├── primary.crt │ │ │ ├── queryParams.mustache │ │ │ ├── security.json │ │ │ ├── server.json │ │ │ ├── service.mustache │ │ │ └── swagger.mustache │ │ │ ├── validator │ │ │ └── index.mustache │ │ │ └── ze-ph │ │ │ ├── Date.php.mustache │ │ │ ├── DateTime.php.mustache │ │ │ ├── ErrorMiddleware.php.mustache │ │ │ ├── README.md.mustache │ │ │ ├── Type.php.mustache │ │ │ ├── api.mustache │ │ │ ├── app.yml.mustache │ │ │ ├── composer.json.mustache │ │ │ ├── config.yml │ │ │ ├── container.php │ │ │ ├── data_transfer.yml.mustache │ │ │ ├── index.php │ │ │ ├── model.mustache │ │ │ ├── path_handler.yml.mustache │ │ │ └── route.mustache │ │ └── test │ │ ├── java │ │ └── io │ │ │ └── swagger │ │ │ └── codegen │ │ │ ├── AbstractIntegrationTest.java │ │ │ ├── AbstractOptionsTest.java │ │ │ ├── ClientAuthInputTest.java │ │ │ ├── CodegenConfigLoaderTest.java │ │ │ ├── CodegenTest.java │ │ │ ├── DefaultGeneratorTest.java │ │ │ ├── ExampleGeneratorTest.java │ │ │ ├── InlineModelResolverTest.java │ │ │ ├── SwaggerMigratorTest.java │ │ │ ├── akkascala │ │ │ └── AkkaScalaClientOptionsTest.java │ │ │ ├── android │ │ │ └── AndroidClientOptionsTest.java │ │ │ ├── aspnetcore │ │ │ └── AspNetCoreServerOptionsTest.java │ │ │ ├── asyncscala │ │ │ └── AsyncScalaClientOptionsTest.java │ │ │ ├── bash │ │ │ ├── BashClientOptionsTest.java │ │ │ └── BashTest.java │ │ │ ├── config │ │ │ └── CodegenConfiguratorTest.java │ │ │ ├── csharp │ │ │ ├── CSharpClientOptionsTest.java │ │ │ └── CSharpModelTest.java │ │ │ ├── csharpdotnettwo │ │ │ └── CsharpDotNet2ClientOptionsTest.java │ │ │ ├── dart │ │ │ └── DartClientOptionsTest.java │ │ │ ├── elixir │ │ │ └── ElixirClientOptionsTest.java │ │ │ ├── flash │ │ │ └── FlashClienOptionsTest.java │ │ │ ├── go │ │ │ ├── GoClientOptionsTest.java │ │ │ └── GoModelTest.java │ │ │ ├── haskellservant │ │ │ ├── HaskellServantOptionsTest.java │ │ │ └── HaskellTest.java │ │ │ ├── ignore │ │ │ ├── CodegenIgnoreProcessorTest.java │ │ │ └── rules │ │ │ │ ├── FileRuleTest.java │ │ │ │ ├── IgnoreLineParserTest.java │ │ │ │ └── RootedFileRuleTest.java │ │ │ ├── inflector │ │ │ └── JavaInflectorServerOptionsTest.java │ │ │ ├── java │ │ │ ├── AbstractJavaCodegenTest.java │ │ │ ├── JavaClientOptionsTest.java │ │ │ ├── JavaInheritanceTest.java │ │ │ ├── JavaModelEnumTest.java │ │ │ ├── JavaModelTest.java │ │ │ └── jaxrs │ │ │ │ └── AllowableValuesTest.java │ │ │ ├── javaPlayFramework │ │ │ └── JavaPlayFrameworkOptionsTest.java │ │ │ ├── javascript │ │ │ ├── JavaScriptClientOptionsTest.java │ │ │ ├── JavaScriptInheritanceTest.java │ │ │ ├── JavaScriptModelEnumTest.java │ │ │ └── JavaScriptModelTest.java │ │ │ ├── jaxrs │ │ │ ├── JavaResteasyEapServerOptionsTest.java │ │ │ ├── JavaResteasyServerOptionsTest.java │ │ │ ├── JaxRSServerOptionsTest.java │ │ │ ├── JaxrsCXFClientOptionsTest.java │ │ │ ├── JaxrsCXFServerOptionsTest.java │ │ │ ├── JaxrsJava8ModelTest.java │ │ │ └── JaxrsJodaModelTest.java │ │ │ ├── languages │ │ │ ├── BooleanOptionsTest.java │ │ │ ├── ClojureClientCodegenTest.java │ │ │ └── JavaClientCodegenTest.java │ │ │ ├── lumen │ │ │ └── LumenServerOptionsTest.java │ │ │ ├── nodejs │ │ │ └── NodeJSServerOptionsTest.java │ │ │ ├── objc │ │ │ ├── ObjcClientOptionsTest.java │ │ │ └── ObjcModelTest.java │ │ │ ├── options │ │ │ ├── AkkaScalaClientOptionsProvider.java │ │ │ ├── AndroidClientOptionsProvider.java │ │ │ ├── AspNetCoreServerOptionsProvider.java │ │ │ ├── AsyncScalaClientOptionsProvider.java │ │ │ ├── BashClientOptionsProvider.java │ │ │ ├── CSharpClientOptionsProvider.java │ │ │ ├── CsharpDotNet2ClientOptionsProvider.java │ │ │ ├── DartClientOptionsProvider.java │ │ │ ├── ElixirClientOptionsProvider.java │ │ │ ├── FlashClienOptionsProvider.java │ │ │ ├── GoClientOptionsProvider.java │ │ │ ├── GoServerOptionsProvider.java │ │ │ ├── HaskellServantOptionsProvider.java │ │ │ ├── JavaCXFClientOptionsProvider.java │ │ │ ├── JavaCXFServerOptionsProvider.java │ │ │ ├── JavaClientOptionsProvider.java │ │ │ ├── JavaInflectorServerOptionsProvider.java │ │ │ ├── JavaOptionsProvider.java │ │ │ ├── JavaPlayFrameworkOptionsProvider.java │ │ │ ├── JavaResteasyEapServerOptionsProvider.java │ │ │ ├── JavaResteasyServerOptionsProvider.java │ │ │ ├── JavaScriptOptionsProvider.java │ │ │ ├── JavaUndertowServerOptionsProvider.java │ │ │ ├── JavascriptClosureAnularClientOptionsProvider.java │ │ │ ├── JaxRSServerOptionsProvider.java │ │ │ ├── LumenServerOptionsProvider.java │ │ │ ├── NancyFXServerOptionsProvider.java │ │ │ ├── NodeJSServerOptionsProvider.java │ │ │ ├── ObjcClientOptionsProvider.java │ │ │ ├── OptionsProvider.java │ │ │ ├── PerlClientOptionsProvider.java │ │ │ ├── PhpClientOptionsProvider.java │ │ │ ├── PythonClientOptionsProvider.java │ │ │ ├── Qt5CPPOptionsProvider.java │ │ │ ├── Rails5ServerOptionsProvider.java │ │ │ ├── RubyClientOptionsProvider.java │ │ │ ├── ScalaClientOptionsProvider.java │ │ │ ├── ScalatraServerOptionsProvider.java │ │ │ ├── SilexServerOptionsProvider.java │ │ │ ├── SinatraServerOptionsProvider.java │ │ │ ├── SlimFrameworkServerOptionsProvider.java │ │ │ ├── SpringOptionsProvider.java │ │ │ ├── StaticDocOptionsProvider.java │ │ │ ├── StaticHtmlOptionsProvider.java │ │ │ ├── SwaggerOptionsProvider.java │ │ │ ├── SwaggerYamlOptionsProvider.java │ │ │ ├── Swift3OptionsProvider.java │ │ │ ├── SwiftOptionsProvider.java │ │ │ ├── TizenClientOptionsProvider.java │ │ │ ├── TypeScriptAngular2ClientOptionsProvider.java │ │ │ ├── TypeScriptAngularClientOptionsProvider.java │ │ │ ├── TypeScriptFetchClientOptionsProvider.java │ │ │ └── TypeScriptNodeClientOptionsProvider.java │ │ │ ├── perl │ │ │ └── PerlClientOptionsTest.java │ │ │ ├── php │ │ │ ├── PhpClientOptionsTest.java │ │ │ └── PhpModelTest.java │ │ │ ├── python │ │ │ ├── PythonClientOptionsTest.java │ │ │ └── PythonTest.java │ │ │ ├── qtfivecpp │ │ │ └── Qt5CPPOptionsTest.java │ │ │ ├── ruby │ │ │ ├── RubyClientCodegenTest.java │ │ │ └── RubyClientOptionsTest.java │ │ │ ├── scala │ │ │ ├── ScalaClientOptionsTest.java │ │ │ └── ScalaModelTest.java │ │ │ ├── scalatra │ │ │ └── ScalatraServerOptionsTest.java │ │ │ ├── silex │ │ │ └── SilexServerOptionsTest.java │ │ │ ├── sinatra │ │ │ └── SinatraServerOptionsTest.java │ │ │ ├── slim │ │ │ └── SlimFrameworkServerOptionsTest.java │ │ │ ├── spring │ │ │ └── SpringOptionsTest.java │ │ │ ├── staticDocs │ │ │ ├── StaticDocOptionsTest.java │ │ │ └── StaticOperationTest.java │ │ │ ├── statichtml │ │ │ ├── StaticHtmlOptionsTest.java │ │ │ └── StaticHtmlTagsTest.java │ │ │ ├── swagger │ │ │ └── SwaggerOptionsTest.java │ │ │ ├── swaggeryaml │ │ │ └── SwaggerYamlOptionsTest.java │ │ │ ├── swift │ │ │ ├── SwiftCodegenTest.java │ │ │ ├── SwiftModelTest.java │ │ │ └── SwiftOptionsTest.java │ │ │ ├── swift3 │ │ │ ├── Swift3CodegenTest.java │ │ │ ├── Swift3ModelTest.java │ │ │ └── Swift3OptionsTest.java │ │ │ ├── testutils │ │ │ ├── AssertFile.java │ │ │ └── IntegrationTestPathsConfig.java │ │ │ ├── tizen │ │ │ └── TizenClientOptionsTest.java │ │ │ └── typescript │ │ │ ├── fetch │ │ │ ├── TypeScriptFetchClientOptionsTest.java │ │ │ └── TypeScriptFetchModelTest.java │ │ │ ├── typescriptangular │ │ │ ├── TypeScriptAngularClientOptionsTest.java │ │ │ └── TypeScriptAngularModelTest.java │ │ │ ├── typescriptangular2 │ │ │ ├── TypeScriptAngular2ClientOptionsTest.java │ │ │ ├── TypeScriptAngular2ModelTest.java │ │ │ ├── TypescriptAngular2AdditionalPropertiesIntegrationTest.java │ │ │ └── TypescriptAngular2ArrayAndObjectTest.java │ │ │ └── typescriptnode │ │ │ ├── TypeScriptNodeClientOptionsTest.java │ │ │ ├── TypeScriptNodeModelTest.java │ │ │ └── TypescriptNodeES5IntegrationTest.java │ │ └── resources │ │ ├── 1_2 │ │ └── petstore-1.2 │ │ │ ├── api-docs │ │ │ ├── pet │ │ │ ├── store │ │ │ └── user │ │ ├── 2_0 │ │ ├── allOfTest.yaml │ │ ├── bash-config.json │ │ ├── binaryDataTest.json │ │ ├── discriminatorTest.json │ │ ├── duplicateOperationIds.yaml │ │ ├── fileResponseTest.json │ │ ├── globalConsumesAndProduces.json │ │ ├── globalSecurity.json │ │ ├── markdown.yaml │ │ ├── pathWithHtmlEntity.yaml │ │ ├── petstore-bash.json │ │ ├── petstore-orig.json │ │ ├── petstore-security-test.yaml │ │ ├── petstore-vendor-mime.yaml │ │ ├── petstore-with-fake-endpoints-models-for-testing.yaml │ │ ├── petstore.json │ │ ├── petstore.yaml │ │ ├── postBodyTest.json │ │ ├── requiredTest.json │ │ ├── responseCodeTest.yaml │ │ ├── responseHeaderTest.yaml │ │ ├── responseSelectionTest.json │ │ ├── templates │ │ │ └── Java │ │ │ │ ├── ApiClient.mustache │ │ │ │ ├── libraries │ │ │ │ └── jersey2 │ │ │ │ │ ├── ApiClient.mustache │ │ │ │ │ ├── JSON.mustache │ │ │ │ │ ├── api.mustache │ │ │ │ │ ├── build.gradle.mustache │ │ │ │ │ ├── build.sbt.mustache │ │ │ │ │ └── pom.mustache │ │ │ │ └── model.mustache │ │ ├── v1beta3.json │ │ ├── wordnik.json │ │ └── wordnik.yaml │ │ ├── integrationtests │ │ └── typescript │ │ │ ├── additional-properties-expected │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── README.md │ │ │ ├── api │ │ │ │ ├── UserApi.ts │ │ │ │ └── api.ts │ │ │ ├── index.ts │ │ │ ├── model │ │ │ │ ├── User.ts │ │ │ │ └── models.ts │ │ │ ├── package.json │ │ │ ├── tsconfig.json │ │ │ └── typings.json │ │ │ ├── additional-properties-spec.json │ │ │ ├── array-and-object-expected │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── README.md │ │ │ ├── api │ │ │ │ ├── ProjectApi.ts │ │ │ │ └── api.ts │ │ │ ├── index.ts │ │ │ ├── model │ │ │ │ ├── ProjectEntity.ts │ │ │ │ ├── ProjectEntityLocation.ts │ │ │ │ ├── ProjectList.ts │ │ │ │ └── models.ts │ │ │ ├── package.json │ │ │ ├── tsconfig.json │ │ │ └── typings.json │ │ │ ├── array-and-object-spec.json │ │ │ ├── node-es5-expected │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── api.ts │ │ │ ├── git_push.sh │ │ │ ├── package.json │ │ │ ├── tsconfig.json │ │ │ └── typings.json │ │ │ └── node-es5-spec.json │ │ ├── petstore.json │ │ └── sampleConfig.json └── swagger-generator │ ├── Dockerfile │ ├── pom.xml │ ├── sample.json │ └── src │ ├── main │ ├── java │ │ └── io │ │ │ └── swagger │ │ │ └── generator │ │ │ ├── Bootstrap.java │ │ │ ├── DynamicSwaggerConfig.java │ │ │ ├── exception │ │ │ ├── ApiException.java │ │ │ ├── BadRequestException.java │ │ │ └── NotFoundException.java │ │ │ ├── model │ │ │ ├── ApiResponse.java │ │ │ ├── Generated.java │ │ │ ├── GeneratorInput.java │ │ │ ├── InputOption.java │ │ │ └── ResponseCode.java │ │ │ ├── online │ │ │ └── Generator.java │ │ │ ├── resource │ │ │ ├── ExceptionWriter.java │ │ │ └── SwaggerResource.java │ │ │ └── util │ │ │ ├── ApiOriginFilter.java │ │ │ ├── JacksonJsonProvider.java │ │ │ ├── ValidationException.java │ │ │ ├── ValidationMessage.java │ │ │ └── ZipUtil.java │ ├── resources │ │ ├── logback.xml │ │ └── version.prop │ └── webapp │ │ ├── WEB-INF │ │ └── web.xml │ │ └── index.html │ └── test │ ├── java │ └── io │ │ └── swagger │ │ └── generator │ │ ├── GeneratorInputTest.java │ │ └── online │ │ ├── OnlineGeneratorOptionsTest.java │ │ └── OnlineJavaClientOptionsTest.java │ └── resources │ └── petstore.json ├── pom.xml ├── pom.xml.circleci ├── run-in-docker.sh ├── samples ├── client │ ├── petstore-security-test │ │ ├── csharp │ │ │ └── SwaggerClient │ │ │ │ ├── .gitignore │ │ │ │ ├── .swagger-codegen-ignore │ │ │ │ ├── .travis.yml │ │ │ │ ├── IO.Swagger.sln │ │ │ │ ├── IO.Swagger.userprefs │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── build.bat │ │ │ │ ├── build.sh │ │ │ │ ├── docs │ │ │ │ ├── FakeApi.md │ │ │ │ └── ModelReturn.md │ │ │ │ ├── git_push.sh │ │ │ │ ├── mono_nunit_test.sh │ │ │ │ └── src │ │ │ │ ├── IO.Swagger.Test │ │ │ │ ├── Api │ │ │ │ │ └── FakeApiTests.cs │ │ │ │ ├── IO.Swagger.Test.csproj │ │ │ │ ├── Model │ │ │ │ │ └── ModelReturnTests.cs │ │ │ │ └── packages.config │ │ │ │ └── IO.Swagger │ │ │ │ ├── Api │ │ │ │ └── FakeApi.cs │ │ │ │ ├── Client │ │ │ │ ├── ApiClient.cs │ │ │ │ ├── ApiException.cs │ │ │ │ ├── ApiResponse.cs │ │ │ │ ├── Configuration.cs │ │ │ │ ├── ExceptionFactory.cs │ │ │ │ └── IApiAccessor.cs │ │ │ │ ├── IO.Swagger.csproj │ │ │ │ ├── IO.Swagger.nuspec │ │ │ │ ├── Model │ │ │ │ └── ModelReturn.cs │ │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ │ └── packages.config │ │ ├── go │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── api_client.go │ │ │ ├── api_response.go │ │ │ ├── configuration.go │ │ │ ├── docs │ │ │ │ ├── FakeApi.md │ │ │ │ └── ModelReturn.md │ │ │ ├── fake_api.go │ │ │ ├── git_push.sh │ │ │ ├── model_return.go │ │ │ └── pom.xml │ │ ├── java │ │ │ └── okhttp-gson │ │ │ │ ├── .gitignore │ │ │ │ ├── .swagger-codegen-ignore │ │ │ │ ├── .travis.yml │ │ │ │ ├── README.md │ │ │ │ ├── build.gradle │ │ │ │ ├── build.sbt │ │ │ │ ├── docs │ │ │ │ ├── FakeApi.md │ │ │ │ └── ModelReturn.md │ │ │ │ ├── git_push.sh │ │ │ │ ├── gradle.properties │ │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ │ ├── gradlew │ │ │ │ ├── gradlew.bat │ │ │ │ ├── pom.xml │ │ │ │ ├── settings.gradle │ │ │ │ └── src │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── client │ │ │ │ │ ├── ApiCallback.java │ │ │ │ │ ├── ApiClient.java │ │ │ │ │ ├── ApiException.java │ │ │ │ │ ├── ApiResponse.java │ │ │ │ │ ├── Configuration.java │ │ │ │ │ ├── GzipRequestInterceptor.java │ │ │ │ │ ├── JSON.java │ │ │ │ │ ├── Pair.java │ │ │ │ │ ├── ProgressRequestBody.java │ │ │ │ │ ├── ProgressResponseBody.java │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ ├── api │ │ │ │ │ └── FakeApi.java │ │ │ │ │ ├── auth │ │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ │ ├── Authentication.java │ │ │ │ │ ├── HttpBasicAuth.java │ │ │ │ │ ├── OAuth.java │ │ │ │ │ └── OAuthFlow.java │ │ │ │ │ └── model │ │ │ │ │ └── ModelReturn.java │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── client │ │ │ │ └── api │ │ │ │ └── FakeApiTest.java │ │ ├── javascript-closure-angular │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── API │ │ │ │ └── Client │ │ │ │ │ ├── FakeApi.js │ │ │ │ │ └── ModelReturn.js │ │ │ └── LICENSE │ │ ├── javascript │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── docs │ │ │ │ ├── FakeApi.md │ │ │ │ └── ModelReturn.md │ │ │ ├── git_push.sh │ │ │ ├── mocha.opts │ │ │ ├── package.json │ │ │ ├── src │ │ │ │ ├── ApiClient.js │ │ │ │ ├── api │ │ │ │ │ └── FakeApi.js │ │ │ │ ├── index.js │ │ │ │ └── model │ │ │ │ │ └── ModelReturn.js │ │ │ └── test │ │ │ │ ├── api │ │ │ │ └── FakeApi.spec.js │ │ │ │ └── model │ │ │ │ └── ModelReturn.spec.js │ │ ├── objc │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── SwaggerClient.podspec │ │ │ ├── SwaggerClient │ │ │ │ ├── Api │ │ │ │ │ ├── SWGFakeApi.h │ │ │ │ │ └── SWGFakeApi.m │ │ │ │ ├── Core │ │ │ │ │ ├── JSONValueTransformer+ISO8601.h │ │ │ │ │ ├── JSONValueTransformer+ISO8601.m │ │ │ │ │ ├── SWGApi.h │ │ │ │ │ ├── SWGApiClient.h │ │ │ │ │ ├── SWGApiClient.m │ │ │ │ │ ├── SWGBasicAuthTokenProvider.h │ │ │ │ │ ├── SWGBasicAuthTokenProvider.m │ │ │ │ │ ├── SWGConfiguration.h │ │ │ │ │ ├── SWGConfiguration.m │ │ │ │ │ ├── SWGDefaultConfiguration.h │ │ │ │ │ ├── SWGDefaultConfiguration.m │ │ │ │ │ ├── SWGJSONRequestSerializer.h │ │ │ │ │ ├── SWGJSONRequestSerializer.m │ │ │ │ │ ├── SWGJSONResponseSerializer.h │ │ │ │ │ ├── SWGJSONResponseSerializer.m │ │ │ │ │ ├── SWGLogger.h │ │ │ │ │ ├── SWGLogger.m │ │ │ │ │ ├── SWGObject.h │ │ │ │ │ ├── SWGObject.m │ │ │ │ │ ├── SWGQueryParamCollection.h │ │ │ │ │ ├── SWGQueryParamCollection.m │ │ │ │ │ ├── SWGResponseDeserializer.h │ │ │ │ │ ├── SWGResponseDeserializer.m │ │ │ │ │ ├── SWGSanitizer.h │ │ │ │ │ └── SWGSanitizer.m │ │ │ │ └── Model │ │ │ │ │ ├── SWGReturn.h │ │ │ │ │ └── SWGReturn.m │ │ │ ├── docs │ │ │ │ ├── SWGFakeApi.md │ │ │ │ └── SWGReturn.md │ │ │ └── git_push.sh │ │ ├── perl │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── bin │ │ │ │ └── autodoc │ │ │ ├── deep_module_test │ │ │ │ ├── .gitignore │ │ │ │ ├── .swagger-codegen-ignore │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── bin │ │ │ │ │ └── autodoc │ │ │ │ ├── docs │ │ │ │ │ ├── FakeApi.md │ │ │ │ │ └── ModelReturn.md │ │ │ │ ├── git_push.sh │ │ │ │ ├── lib │ │ │ │ │ └── Something │ │ │ │ │ │ └── Deep │ │ │ │ │ │ ├── ApiClient.pm │ │ │ │ │ │ ├── ApiFactory.pm │ │ │ │ │ │ ├── Configuration.pm │ │ │ │ │ │ ├── FakeApi.pm │ │ │ │ │ │ ├── Object │ │ │ │ │ │ └── ModelReturn.pm │ │ │ │ │ │ ├── Role.pm │ │ │ │ │ │ └── Role │ │ │ │ │ │ └── AutoDoc.pm │ │ │ │ └── t │ │ │ │ │ ├── FakeApiTest.t │ │ │ │ │ └── ModelReturnTest.t │ │ │ ├── docs │ │ │ │ ├── FakeApi.md │ │ │ │ └── ModelReturn.md │ │ │ ├── git_push.sh │ │ │ ├── lib │ │ │ │ └── WWW │ │ │ │ │ └── SwaggerClient │ │ │ │ │ ├── ApiClient.pm │ │ │ │ │ ├── ApiFactory.pm │ │ │ │ │ ├── Configuration.pm │ │ │ │ │ ├── FakeApi.pm │ │ │ │ │ ├── Object │ │ │ │ │ └── ModelReturn.pm │ │ │ │ │ ├── Role.pm │ │ │ │ │ └── Role │ │ │ │ │ └── AutoDoc.pm │ │ │ └── t │ │ │ │ ├── FakeApiTest.t │ │ │ │ └── ModelReturnTest.t │ │ ├── php │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── LICENSE │ │ │ └── SwaggerClient-php │ │ │ │ ├── .php_cs │ │ │ │ ├── .travis.yml │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── autoload.php │ │ │ │ ├── composer.json │ │ │ │ ├── composer.lock │ │ │ │ ├── docs │ │ │ │ ├── Api │ │ │ │ │ └── FakeApi.md │ │ │ │ └── Model │ │ │ │ │ └── ModelReturn.md │ │ │ │ ├── git_push.sh │ │ │ │ ├── lib │ │ │ │ ├── Api │ │ │ │ │ └── FakeApi.php │ │ │ │ ├── ApiClient.php │ │ │ │ ├── ApiException.php │ │ │ │ ├── Configuration.php │ │ │ │ ├── Model │ │ │ │ │ └── ModelReturn.php │ │ │ │ └── ObjectSerializer.php │ │ │ │ ├── phpunit.xml.dist │ │ │ │ ├── pom.xml │ │ │ │ └── test │ │ │ │ ├── Api │ │ │ │ └── FakeApiTest.php │ │ │ │ └── Model │ │ │ │ └── ModelReturnTest.php │ │ ├── python │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── docs │ │ │ │ ├── FakeApi.md │ │ │ │ └── ModelReturn.md │ │ │ ├── git_push.sh │ │ │ ├── petstore_api │ │ │ │ ├── __init__.py │ │ │ │ ├── api_client.py │ │ │ │ ├── apis │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── fake_api.py │ │ │ │ ├── configuration.py │ │ │ │ ├── models │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── model_return.py │ │ │ │ └── rest.py │ │ │ ├── requirements.txt │ │ │ ├── setup.py │ │ │ ├── test-requirements.txt │ │ │ ├── test │ │ │ │ ├── __init__.py │ │ │ │ ├── test_fake_api.py │ │ │ │ └── test_model_return.py │ │ │ └── tox.ini │ │ ├── qt5cpp │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── LICENSE │ │ │ └── client │ │ │ │ ├── SWGFakeApi.cpp │ │ │ │ ├── SWGFakeApi.h │ │ │ │ ├── SWGHelpers.cpp │ │ │ │ ├── SWGHelpers.h │ │ │ │ ├── SWGHttpRequest.cpp │ │ │ │ ├── SWGHttpRequest.h │ │ │ │ ├── SWGModelFactory.h │ │ │ │ ├── SWGObject.h │ │ │ │ ├── SWGReturn.cpp │ │ │ │ └── SWGReturn.h │ │ ├── ruby │ │ │ ├── .gitignore │ │ │ ├── .rspec │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── Gemfile │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── Rakefile │ │ │ ├── docs │ │ │ │ ├── FakeApi.md │ │ │ │ └── ModelReturn.md │ │ │ ├── git_push.sh │ │ │ ├── lib │ │ │ │ ├── petstore.rb │ │ │ │ └── petstore │ │ │ │ │ ├── api │ │ │ │ │ └── fake_api.rb │ │ │ │ │ ├── api_client.rb │ │ │ │ │ ├── api_error.rb │ │ │ │ │ ├── configuration.rb │ │ │ │ │ ├── models │ │ │ │ │ └── model_return.rb │ │ │ │ │ └── version.rb │ │ │ ├── petstore.gemspec │ │ │ └── spec │ │ │ │ ├── api │ │ │ │ └── fake_api_spec.rb │ │ │ │ ├── api_client_spec.rb │ │ │ │ ├── configuration_spec.rb │ │ │ │ ├── models │ │ │ │ └── model_return_spec.rb │ │ │ │ └── spec_helper.rb │ │ ├── scala │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── LICENSE │ │ │ ├── build.gradle │ │ │ ├── build.sbt │ │ │ ├── git_push.sh │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ └── main │ │ │ │ └── scala │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── client │ │ │ │ ├── ApiInvoker.scala │ │ │ │ ├── api │ │ │ │ └── FakeApi.scala │ │ │ │ └── model │ │ │ │ └── ModelReturn.scala │ │ ├── swift │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── Cartfile │ │ │ ├── LICENSE │ │ │ ├── SwaggerClient.podspec │ │ │ ├── SwaggerClient │ │ │ │ └── Classes │ │ │ │ │ └── Swaggers │ │ │ │ │ ├── APIHelper.swift │ │ │ │ │ ├── APIs.swift │ │ │ │ │ ├── APIs │ │ │ │ │ └── FakeAPI.swift │ │ │ │ │ ├── AlamofireImplementations.swift │ │ │ │ │ ├── Extensions.swift │ │ │ │ │ ├── Models.swift │ │ │ │ │ └── Models │ │ │ │ │ └── Return.swift │ │ │ └── git_push.sh │ │ ├── typescript-angular │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── API │ │ │ │ └── Client │ │ │ │ │ ├── FakeApi.ts │ │ │ │ │ ├── ModelReturn.ts │ │ │ │ │ └── api.d.ts │ │ │ ├── LICENSE │ │ │ ├── api.module.ts │ │ │ ├── api │ │ │ │ ├── FakeApi.ts │ │ │ │ └── api.ts │ │ │ ├── git_push.sh │ │ │ ├── index.ts │ │ │ └── model │ │ │ │ ├── ModelReturn.ts │ │ │ │ └── models.ts │ │ ├── typescript-angular2 │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── LICENSE │ │ │ ├── api │ │ │ │ ├── FakeApi.ts │ │ │ │ └── api.ts │ │ │ ├── configuration.ts │ │ │ ├── git_push.sh │ │ │ ├── index.ts │ │ │ ├── model │ │ │ │ ├── ModelReturn.ts │ │ │ │ └── models.ts │ │ │ └── variables.ts │ │ ├── typescript-fetch │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── api.ts │ │ │ ├── git_push.sh │ │ │ ├── package.json │ │ │ ├── tsconfig.json │ │ │ ├── tslint.json │ │ │ └── typings.json │ │ └── typescript-node │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── LICENSE │ │ │ ├── api.ts │ │ │ └── git_push.sh │ └── petstore │ │ ├── akka-scala │ │ ├── .swagger-codegen-ignore │ │ ├── pom.xml │ │ └── src │ │ │ └── main │ │ │ ├── resources │ │ │ └── reference.conf │ │ │ └── scala │ │ │ └── io │ │ │ └── swagger │ │ │ └── client │ │ │ ├── api │ │ │ ├── EnumsSerializers.scala │ │ │ ├── PetApi.scala │ │ │ ├── StoreApi.scala │ │ │ └── UserApi.scala │ │ │ ├── core │ │ │ ├── ApiInvoker.scala │ │ │ ├── ApiRequest.scala │ │ │ ├── ApiSettings.scala │ │ │ └── requests.scala │ │ │ └── model │ │ │ ├── ApiResponse.scala │ │ │ ├── Category.scala │ │ │ ├── Order.scala │ │ │ ├── Pet.scala │ │ │ ├── Tag.scala │ │ │ └── User.scala │ │ ├── android │ │ ├── httpclient │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── docs │ │ │ │ ├── Category.md │ │ │ │ ├── Order.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── client │ │ │ │ ├── ApiException.java │ │ │ │ ├── ApiInvoker.java │ │ │ │ ├── HttpPatch.java │ │ │ │ ├── JsonUtil.java │ │ │ │ ├── Pair.java │ │ │ │ ├── api │ │ │ │ ├── PetApi.java │ │ │ │ ├── StoreApi.java │ │ │ │ └── UserApi.java │ │ │ │ └── model │ │ │ │ ├── Category.java │ │ │ │ ├── Order.java │ │ │ │ ├── Pet.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ └── volley │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── docs │ │ │ ├── Category.md │ │ │ ├── Order.md │ │ │ ├── Pet.md │ │ │ ├── PetApi.md │ │ │ ├── StoreApi.md │ │ │ ├── Tag.md │ │ │ ├── User.md │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ └── java │ │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ │ └── io │ │ │ └── swagger │ │ │ └── client │ │ │ ├── ApiException.java │ │ │ ├── ApiInvoker.java │ │ │ ├── JsonUtil.java │ │ │ ├── Pair.java │ │ │ ├── api │ │ │ ├── PetApi.java │ │ │ ├── StoreApi.java │ │ │ └── UserApi.java │ │ │ ├── auth │ │ │ ├── ApiKeyAuth.java │ │ │ ├── Authentication.java │ │ │ └── HttpBasicAuth.java │ │ │ ├── model │ │ │ ├── Category.java │ │ │ ├── Order.java │ │ │ ├── Pet.java │ │ │ ├── Tag.java │ │ │ └── User.java │ │ │ └── request │ │ │ ├── DeleteRequest.java │ │ │ ├── GetRequest.java │ │ │ ├── PatchRequest.java │ │ │ ├── PostRequest.java │ │ │ └── PutRequest.java │ │ ├── async-scala │ │ ├── .swagger-codegen-ignore │ │ ├── build.sbt │ │ └── src │ │ │ ├── main │ │ │ └── scala │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── client │ │ │ │ ├── SwaggerClient.scala │ │ │ │ ├── api │ │ │ │ ├── PetApi.scala │ │ │ │ ├── StoreApi.scala │ │ │ │ └── UserApi.scala │ │ │ │ └── model │ │ │ │ ├── ApiResponse.scala │ │ │ │ ├── Category.scala │ │ │ │ ├── Order.scala │ │ │ │ ├── Pet.scala │ │ │ │ ├── Tag.scala │ │ │ │ └── User.scala │ │ │ └── test │ │ │ └── scala │ │ │ └── Test.scala │ │ ├── bash │ │ ├── .swagger-codegen-ignore │ │ ├── Dockerfile │ │ ├── README.md │ │ ├── _petstore-cli │ │ ├── petstore-cli │ │ ├── petstore-cli.bash-completion │ │ ├── pom.xml │ │ └── tests │ │ │ └── petstore_test.sh │ │ ├── clojure │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── git_push.sh │ │ ├── pom.xml │ │ ├── project.clj │ │ ├── resources │ │ │ └── hello.txt │ │ ├── src │ │ │ └── swagger_petstore │ │ │ │ ├── api │ │ │ │ ├── pet.clj │ │ │ │ ├── store.clj │ │ │ │ └── user.clj │ │ │ │ └── core.clj │ │ └── test │ │ │ └── swagger_petstore │ │ │ ├── api │ │ │ ├── pet_test.clj │ │ │ ├── store_test.clj │ │ │ └── user_test.clj │ │ │ └── core_test.clj │ │ ├── cpprest │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── ApiClient.cpp │ │ ├── ApiClient.h │ │ ├── ApiConfiguration.cpp │ │ ├── ApiConfiguration.h │ │ ├── ApiException.cpp │ │ ├── ApiException.h │ │ ├── HttpContent.cpp │ │ ├── HttpContent.h │ │ ├── IHttpBody.h │ │ ├── JsonBody.cpp │ │ ├── JsonBody.h │ │ ├── ModelBase.cpp │ │ ├── ModelBase.h │ │ ├── MultipartFormData.cpp │ │ ├── MultipartFormData.h │ │ ├── api │ │ │ ├── PetApi.cpp │ │ │ ├── PetApi.h │ │ │ ├── StoreApi.cpp │ │ │ ├── StoreApi.h │ │ │ ├── UserApi.cpp │ │ │ └── UserApi.h │ │ ├── git_push.sh │ │ └── model │ │ │ ├── ApiResponse.cpp │ │ │ ├── ApiResponse.h │ │ │ ├── Category.cpp │ │ │ ├── Category.h │ │ │ ├── Order.cpp │ │ │ ├── Order.h │ │ │ ├── Pet.cpp │ │ │ ├── Pet.h │ │ │ ├── Tag.cpp │ │ │ ├── Tag.h │ │ │ ├── User.cpp │ │ │ └── User.h │ │ ├── csharp-dotnet2 │ │ └── SwaggerClientTest │ │ │ └── Lib │ │ │ └── SwaggerClient │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── README.md │ │ │ ├── compile-mono.sh │ │ │ ├── docs │ │ │ ├── ApiResponse.md │ │ │ ├── Category.md │ │ │ ├── Order.md │ │ │ ├── Pet.md │ │ │ ├── PetApi.md │ │ │ ├── StoreApi.md │ │ │ ├── Tag.md │ │ │ ├── User.md │ │ │ └── UserApi.md │ │ │ ├── src │ │ │ └── main │ │ │ │ └── CsharpDotNet2 │ │ │ │ └── IO │ │ │ │ └── Swagger │ │ │ │ ├── Api │ │ │ │ ├── PetApi.cs │ │ │ │ ├── StoreApi.cs │ │ │ │ └── UserApi.cs │ │ │ │ ├── Client │ │ │ │ ├── ApiClient.cs │ │ │ │ ├── ApiException.cs │ │ │ │ └── Configuration.cs │ │ │ │ └── Model │ │ │ │ ├── ApiResponse.cs │ │ │ │ ├── Category.cs │ │ │ │ ├── Order.cs │ │ │ │ ├── Pet.cs │ │ │ │ ├── Tag.cs │ │ │ │ └── User.cs │ │ │ └── vendor │ │ │ └── packages.config │ │ ├── csharp │ │ ├── SwaggerClient │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── IO.Swagger.sln │ │ │ ├── README.md │ │ │ ├── build.bat │ │ │ ├── build.sh │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ApiResponse.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Capitalization.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── ClassModel.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumArrays.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── List.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelClient.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── OuterEnum.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── PropertyType.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── mono_nunit_test.sh │ │ │ └── src │ │ │ │ ├── IO.Swagger.Test │ │ │ │ ├── Api │ │ │ │ │ ├── FakeApiTests.cs │ │ │ │ │ ├── PetApiTests.cs │ │ │ │ │ ├── StoreApiTests.cs │ │ │ │ │ └── UserApiTests.cs │ │ │ │ ├── Client │ │ │ │ │ ├── ApiClientTests.cs │ │ │ │ │ └── ConfigurationTests.cs │ │ │ │ ├── IO.Swagger.Test.csproj │ │ │ │ ├── Model │ │ │ │ │ ├── AdditionalPropertiesClassTests.cs │ │ │ │ │ ├── AnimalFarmTests.cs │ │ │ │ │ ├── AnimalTests.cs │ │ │ │ │ ├── ApiResponseTests.cs │ │ │ │ │ ├── ArrayOfArrayOfNumberOnlyTests.cs │ │ │ │ │ ├── ArrayOfNumberOnlyTests.cs │ │ │ │ │ ├── ArrayTestTests.cs │ │ │ │ │ ├── CapitalizationTests.cs │ │ │ │ │ ├── CatTests.cs │ │ │ │ │ ├── CategoryTests.cs │ │ │ │ │ ├── ClassModelTests.cs │ │ │ │ │ ├── DogTests.cs │ │ │ │ │ ├── EnumArraysTests.cs │ │ │ │ │ ├── EnumClassTests.cs │ │ │ │ │ ├── EnumTestTests.cs │ │ │ │ │ ├── FormatTestTests.cs │ │ │ │ │ ├── HasOnlyReadOnlyTests.cs │ │ │ │ │ ├── ListTests.cs │ │ │ │ │ ├── MapTestTests.cs │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClassTests.cs │ │ │ │ │ ├── Model200ResponseTests.cs │ │ │ │ │ ├── ModelClientTests.cs │ │ │ │ │ ├── ModelReturnTests.cs │ │ │ │ │ ├── NameTests.cs │ │ │ │ │ ├── NumberOnlyTests.cs │ │ │ │ │ ├── OrderTests.cs │ │ │ │ │ ├── OuterEnumTests.cs │ │ │ │ │ ├── PetTests.cs │ │ │ │ │ ├── ReadOnlyFirstTests.cs │ │ │ │ │ ├── SpecialModelNameTests.cs │ │ │ │ │ ├── TagTests.cs │ │ │ │ │ └── UserTests.cs │ │ │ │ ├── packages.config │ │ │ │ └── swagger-logo.png │ │ │ │ └── IO.Swagger │ │ │ │ ├── Api │ │ │ │ ├── FakeApi.cs │ │ │ │ ├── PetApi.cs │ │ │ │ ├── StoreApi.cs │ │ │ │ └── UserApi.cs │ │ │ │ ├── Client │ │ │ │ ├── ApiClient.cs │ │ │ │ ├── ApiException.cs │ │ │ │ ├── ApiResponse.cs │ │ │ │ ├── Configuration.cs │ │ │ │ ├── ExceptionFactory.cs │ │ │ │ └── IApiAccessor.cs │ │ │ │ ├── IO.Swagger.csproj │ │ │ │ ├── IO.Swagger.nuspec │ │ │ │ ├── Model │ │ │ │ ├── AdditionalPropertiesClass.cs │ │ │ │ ├── Animal.cs │ │ │ │ ├── AnimalFarm.cs │ │ │ │ ├── ApiResponse.cs │ │ │ │ ├── ArrayOfArrayOfNumberOnly.cs │ │ │ │ ├── ArrayOfNumberOnly.cs │ │ │ │ ├── ArrayTest.cs │ │ │ │ ├── Capitalization.cs │ │ │ │ ├── Cat.cs │ │ │ │ ├── Category.cs │ │ │ │ ├── ClassModel.cs │ │ │ │ ├── Dog.cs │ │ │ │ ├── EnumArrays.cs │ │ │ │ ├── EnumClass.cs │ │ │ │ ├── EnumTest.cs │ │ │ │ ├── FormatTest.cs │ │ │ │ ├── HasOnlyReadOnly.cs │ │ │ │ ├── List.cs │ │ │ │ ├── MapTest.cs │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.cs │ │ │ │ ├── Model200Response.cs │ │ │ │ ├── ModelClient.cs │ │ │ │ ├── ModelReturn.cs │ │ │ │ ├── Name.cs │ │ │ │ ├── NumberOnly.cs │ │ │ │ ├── Order.cs │ │ │ │ ├── OuterEnum.cs │ │ │ │ ├── Pet.cs │ │ │ │ ├── ReadOnlyFirst.cs │ │ │ │ ├── SpecialModelName.cs │ │ │ │ ├── Tag.cs │ │ │ │ └── User.cs │ │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ │ └── packages.config │ │ ├── SwaggerClientNetStandard │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── IO.Swagger.sln │ │ │ ├── README.md │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ApiResponse.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Capitalization.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── ClassModel.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumArrays.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── List.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelClient.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── OuterEnum.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ └── src │ │ │ │ └── IO.Swagger │ │ │ │ ├── Api │ │ │ │ ├── FakeApi.cs │ │ │ │ ├── PetApi.cs │ │ │ │ ├── StoreApi.cs │ │ │ │ └── UserApi.cs │ │ │ │ ├── Client │ │ │ │ ├── ApiClient.cs │ │ │ │ ├── ApiException.cs │ │ │ │ ├── ApiResponse.cs │ │ │ │ ├── Configuration.cs │ │ │ │ ├── ExceptionFactory.cs │ │ │ │ └── IApiAccessor.cs │ │ │ │ ├── IO.Swagger.csproj │ │ │ │ ├── Model │ │ │ │ ├── AdditionalPropertiesClass.cs │ │ │ │ ├── Animal.cs │ │ │ │ ├── AnimalFarm.cs │ │ │ │ ├── ApiResponse.cs │ │ │ │ ├── ArrayOfArrayOfNumberOnly.cs │ │ │ │ ├── ArrayOfNumberOnly.cs │ │ │ │ ├── ArrayTest.cs │ │ │ │ ├── Capitalization.cs │ │ │ │ ├── Cat.cs │ │ │ │ ├── Category.cs │ │ │ │ ├── ClassModel.cs │ │ │ │ ├── Dog.cs │ │ │ │ ├── EnumArrays.cs │ │ │ │ ├── EnumClass.cs │ │ │ │ ├── EnumTest.cs │ │ │ │ ├── FormatTest.cs │ │ │ │ ├── HasOnlyReadOnly.cs │ │ │ │ ├── List.cs │ │ │ │ ├── MapTest.cs │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.cs │ │ │ │ ├── Model200Response.cs │ │ │ │ ├── ModelClient.cs │ │ │ │ ├── ModelReturn.cs │ │ │ │ ├── Name.cs │ │ │ │ ├── NumberOnly.cs │ │ │ │ ├── Order.cs │ │ │ │ ├── OuterEnum.cs │ │ │ │ ├── Pet.cs │ │ │ │ ├── ReadOnlyFirst.cs │ │ │ │ ├── SpecialModelName.cs │ │ │ │ ├── Tag.cs │ │ │ │ └── User.cs │ │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ │ └── project.json │ │ └── SwaggerClientWithPropertyChanged │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── IO.Swagger.sln │ │ │ ├── README.md │ │ │ ├── TestResult.xml │ │ │ ├── build.bat │ │ │ ├── build.sh │ │ │ ├── docs │ │ │ ├── AdditionalPropertiesClass.md │ │ │ ├── Animal.md │ │ │ ├── AnimalFarm.md │ │ │ ├── ApiResponse.md │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ ├── ArrayOfNumberOnly.md │ │ │ ├── ArrayTest.md │ │ │ ├── Capitalization.md │ │ │ ├── Cat.md │ │ │ ├── Category.md │ │ │ ├── ClassModel.md │ │ │ ├── Dog.md │ │ │ ├── EnumArrays.md │ │ │ ├── EnumClass.md │ │ │ ├── EnumTest.md │ │ │ ├── FakeApi.md │ │ │ ├── FormatTest.md │ │ │ ├── HasOnlyReadOnly.md │ │ │ ├── List.md │ │ │ ├── MapTest.md │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ ├── Model200Response.md │ │ │ ├── ModelClient.md │ │ │ ├── ModelReturn.md │ │ │ ├── Name.md │ │ │ ├── NumberOnly.md │ │ │ ├── Order.md │ │ │ ├── OuterEnum.md │ │ │ ├── Pet.md │ │ │ ├── PetApi.md │ │ │ ├── ReadOnlyFirst.md │ │ │ ├── SpecialModelName.md │ │ │ ├── StoreApi.md │ │ │ ├── Tag.md │ │ │ ├── User.md │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── mono_nunit_test.sh │ │ │ ├── nuget.exe │ │ │ └── src │ │ │ ├── IO.Swagger.Test │ │ │ ├── Api │ │ │ │ ├── FakeApiTests.cs │ │ │ │ ├── PetApiTests.cs │ │ │ │ ├── StoreApiTests.cs │ │ │ │ └── UserApiTests.cs │ │ │ ├── IO.Swagger.Test.csproj │ │ │ ├── Model │ │ │ │ ├── AdditionalPropertiesClassTests.cs │ │ │ │ ├── AnimalFarmTests.cs │ │ │ │ ├── AnimalTests.cs │ │ │ │ ├── ApiResponseTests.cs │ │ │ │ ├── ArrayOfArrayOfNumberOnlyTests.cs │ │ │ │ ├── ArrayOfNumberOnlyTests.cs │ │ │ │ ├── ArrayTestTests.cs │ │ │ │ ├── CapitalizationTests.cs │ │ │ │ ├── CatTests.cs │ │ │ │ ├── CategoryTests.cs │ │ │ │ ├── ClassModelTests.cs │ │ │ │ ├── DogTests.cs │ │ │ │ ├── EnumArraysTests.cs │ │ │ │ ├── EnumClassTests.cs │ │ │ │ ├── EnumTestTests.cs │ │ │ │ ├── FormatTestTests.cs │ │ │ │ ├── HasOnlyReadOnlyTests.cs │ │ │ │ ├── ListTests.cs │ │ │ │ ├── MapTestTests.cs │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClassTests.cs │ │ │ │ ├── Model200ResponseTests.cs │ │ │ │ ├── ModelClientTests.cs │ │ │ │ ├── ModelReturnTests.cs │ │ │ │ ├── NameTests.cs │ │ │ │ ├── NumberOnlyTests.cs │ │ │ │ ├── OrderTests.cs │ │ │ │ ├── OuterEnumTests.cs │ │ │ │ ├── PetTests.cs │ │ │ │ ├── ReadOnlyFirstTests.cs │ │ │ │ ├── SpecialModelNameTests.cs │ │ │ │ ├── TagTests.cs │ │ │ │ └── UserTests.cs │ │ │ └── packages.config │ │ │ └── IO.Swagger │ │ │ ├── Api │ │ │ ├── FakeApi.cs │ │ │ ├── PetApi.cs │ │ │ ├── StoreApi.cs │ │ │ └── UserApi.cs │ │ │ ├── Client │ │ │ ├── ApiClient.cs │ │ │ ├── ApiException.cs │ │ │ ├── ApiResponse.cs │ │ │ ├── Configuration.cs │ │ │ ├── ExceptionFactory.cs │ │ │ └── IApiAccessor.cs │ │ │ ├── FodyWeavers.xml │ │ │ ├── IO.Swagger.csproj │ │ │ ├── IO.Swagger.nuspec │ │ │ ├── Model │ │ │ ├── AdditionalPropertiesClass.cs │ │ │ ├── Animal.cs │ │ │ ├── AnimalFarm.cs │ │ │ ├── ApiResponse.cs │ │ │ ├── ArrayOfArrayOfNumberOnly.cs │ │ │ ├── ArrayOfNumberOnly.cs │ │ │ ├── ArrayTest.cs │ │ │ ├── Capitalization.cs │ │ │ ├── Cat.cs │ │ │ ├── Category.cs │ │ │ ├── ClassModel.cs │ │ │ ├── Dog.cs │ │ │ ├── EnumArrays.cs │ │ │ ├── EnumClass.cs │ │ │ ├── EnumTest.cs │ │ │ ├── FormatTest.cs │ │ │ ├── HasOnlyReadOnly.cs │ │ │ ├── List.cs │ │ │ ├── MapTest.cs │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.cs │ │ │ ├── Model200Response.cs │ │ │ ├── ModelClient.cs │ │ │ ├── ModelReturn.cs │ │ │ ├── Name.cs │ │ │ ├── NumberOnly.cs │ │ │ ├── Order.cs │ │ │ ├── OuterEnum.cs │ │ │ ├── Pet.cs │ │ │ ├── ReadOnlyFirst.cs │ │ │ ├── SpecialModelName.cs │ │ │ ├── Tag.cs │ │ │ └── User.cs │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ └── packages.config │ │ ├── dart │ │ ├── .analysis_options │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── petstore │ │ │ ├── .analysis_options │ │ │ ├── README.md │ │ │ ├── pubspec.yaml │ │ │ └── test │ │ │ │ ├── browser │ │ │ │ └── packages │ │ │ │ ├── packages │ │ │ │ ├── pet_test.dart │ │ │ │ ├── store_test.dart │ │ │ │ ├── tests.dart │ │ │ │ ├── tests.html │ │ │ │ └── user_test.dart │ │ └── swagger │ │ │ ├── .analysis_options │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── README.md │ │ │ ├── docs │ │ │ ├── ApiResponse.md │ │ │ ├── Category.md │ │ │ ├── Order.md │ │ │ ├── Pet.md │ │ │ ├── PetApi.md │ │ │ ├── StoreApi.md │ │ │ ├── Tag.md │ │ │ ├── User.md │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── lib │ │ │ ├── api.dart │ │ │ ├── api │ │ │ │ ├── pet_api.dart │ │ │ │ ├── store_api.dart │ │ │ │ └── user_api.dart │ │ │ ├── api_client.dart │ │ │ ├── api_exception.dart │ │ │ ├── api_helper.dart │ │ │ ├── auth │ │ │ │ ├── api_key_auth.dart │ │ │ │ ├── authentication.dart │ │ │ │ ├── http_basic_auth.dart │ │ │ │ └── oauth.dart │ │ │ └── model │ │ │ │ ├── api_response.dart │ │ │ │ ├── category.dart │ │ │ │ ├── order.dart │ │ │ │ ├── pet.dart │ │ │ │ ├── tag.dart │ │ │ │ └── user.dart │ │ │ └── pubspec.yaml │ │ ├── elixir │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── config │ │ │ └── config.exs │ │ ├── lib │ │ │ └── swagger_petstore │ │ │ │ ├── api │ │ │ │ ├── fake.ex │ │ │ │ ├── pet.ex │ │ │ │ ├── store.ex │ │ │ │ └── user.ex │ │ │ │ └── model │ │ │ │ ├── $special[model.name].ex │ │ │ │ ├── 200_response.ex │ │ │ │ ├── additionalPropertiesClass.ex │ │ │ │ ├── animal.ex │ │ │ │ ├── animalFarm.ex │ │ │ │ ├── apiResponse.ex │ │ │ │ ├── arrayOfArrayOfNumberOnly.ex │ │ │ │ ├── arrayOfNumberOnly.ex │ │ │ │ ├── arrayTest.ex │ │ │ │ ├── capitalization.ex │ │ │ │ ├── cat.ex │ │ │ │ ├── category.ex │ │ │ │ ├── classModel.ex │ │ │ │ ├── client.ex │ │ │ │ ├── dog.ex │ │ │ │ ├── enumArrays.ex │ │ │ │ ├── enumClass.ex │ │ │ │ ├── enum_Test.ex │ │ │ │ ├── format_test.ex │ │ │ │ ├── hasOnlyReadOnly.ex │ │ │ │ ├── mapTest.ex │ │ │ │ ├── mixedPropertiesAndAdditionalPropertiesClass.ex │ │ │ │ ├── name.ex │ │ │ │ ├── numberOnly.ex │ │ │ │ ├── order.ex │ │ │ │ ├── outerEnum.ex │ │ │ │ ├── pet.ex │ │ │ │ ├── readOnlyFirst.ex │ │ │ │ ├── return.ex │ │ │ │ ├── tag.ex │ │ │ │ └── user.ex │ │ ├── mix.exs │ │ └── test │ │ │ └── test_helper.exs │ │ ├── flash │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── flash │ │ │ ├── README.txt │ │ │ ├── build.properties │ │ │ ├── build.xml │ │ │ ├── lib │ │ │ │ ├── ASAXB-0.1.1.swc │ │ │ │ ├── as3corelib.swc │ │ │ │ └── ext │ │ │ │ │ ├── flexunit-4.1.0_RC2-28-flex_3.5.0.12683.swc │ │ │ │ │ ├── flexunit-aircilistener-4.1.0_RC2-28-3.5.0.12683.swc │ │ │ │ │ ├── flexunit-cilistener-4.1.0_RC2-28-3.5.0.12683.swc │ │ │ │ │ └── flexunit-core-flex-4.0.0.2-sdk3.5.0.12683.swc │ │ │ └── src │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── client │ │ │ │ ├── api │ │ │ │ │ ├── PetApi.as │ │ │ │ │ ├── StoreApi.as │ │ │ │ │ └── UserApi.as │ │ │ │ └── model │ │ │ │ │ ├── 200Response.as │ │ │ │ │ ├── 200ResponseList.as │ │ │ │ │ ├── Animal.as │ │ │ │ │ ├── AnimalList.as │ │ │ │ │ ├── ApiResponse.as │ │ │ │ │ ├── ApiResponseList.as │ │ │ │ │ ├── Cat.as │ │ │ │ │ ├── CatList.as │ │ │ │ │ ├── Category.as │ │ │ │ │ ├── CategoryList.as │ │ │ │ │ ├── Dog.as │ │ │ │ │ ├── DogList.as │ │ │ │ │ ├── FormatTest.as │ │ │ │ │ ├── FormatTestList.as │ │ │ │ │ ├── InlineResponse200.as │ │ │ │ │ ├── InlineResponse200List.as │ │ │ │ │ ├── ModelReturn.as │ │ │ │ │ ├── ModelReturnList.as │ │ │ │ │ ├── Name.as │ │ │ │ │ ├── NameList.as │ │ │ │ │ ├── Order.as │ │ │ │ │ ├── OrderList.as │ │ │ │ │ ├── Pet.as │ │ │ │ │ ├── PetList.as │ │ │ │ │ ├── SpecialModelName.as │ │ │ │ │ ├── SpecialModelNameList.as │ │ │ │ │ ├── Tag.as │ │ │ │ │ ├── TagList.as │ │ │ │ │ ├── User.as │ │ │ │ │ └── UserList.as │ │ │ │ ├── common │ │ │ │ ├── ApiInvoker.as │ │ │ │ ├── ApiUrlHelper.as │ │ │ │ ├── ApiUserCredentials.as │ │ │ │ ├── ListWrapper.as │ │ │ │ ├── SwaggerApi.as │ │ │ │ └── XMLWriter.as │ │ │ │ ├── event │ │ │ │ ├── ApiClientEvent.as │ │ │ │ └── Response.as │ │ │ │ └── exception │ │ │ │ ├── ApiError.as │ │ │ │ └── ApiErrorCodes.as │ │ ├── git_push.sh │ │ └── src │ │ │ └── main │ │ │ └── flex │ │ │ ├── bin │ │ │ └── AirExecutorApp-app.xml │ │ │ ├── build.properties │ │ │ ├── build.xml │ │ │ ├── io │ │ │ └── swagger │ │ │ │ ├── client │ │ │ │ ├── api │ │ │ │ │ ├── PetApi.as │ │ │ │ │ ├── StoreApi.as │ │ │ │ │ └── UserApi.as │ │ │ │ └── model │ │ │ │ │ ├── Category.as │ │ │ │ │ ├── CategoryList.as │ │ │ │ │ ├── Order.as │ │ │ │ │ ├── OrderList.as │ │ │ │ │ ├── Pet.as │ │ │ │ │ ├── PetList.as │ │ │ │ │ ├── Tag.as │ │ │ │ │ ├── TagList.as │ │ │ │ │ ├── User.as │ │ │ │ │ └── UserList.as │ │ │ │ └── swagger │ │ │ │ ├── common │ │ │ │ ├── ApiInvoker.as │ │ │ │ ├── ApiUrlHelper.as │ │ │ │ ├── ApiUserCredentials.as │ │ │ │ ├── ListWrapper.as │ │ │ │ ├── SwaggerApi.as │ │ │ │ └── XMLWriter.as │ │ │ │ ├── event │ │ │ │ ├── ApiClientEvent.as │ │ │ │ └── Response.as │ │ │ │ └── exception │ │ │ │ ├── ApiErrorCodes.as │ │ │ │ └── ApiErrors.as │ │ │ └── lib │ │ │ ├── ASAXB-0.1.1.swc │ │ │ ├── as3corelib.swc │ │ │ └── ext │ │ │ ├── flexunit-4.1.0_RC2-28-flex_3.5.0.12683.swc │ │ │ ├── flexunit-aircilistener-4.1.0_RC2-28-3.5.0.12683.swc │ │ │ ├── flexunit-cilistener-4.1.0_RC2-28-3.5.0.12683.swc │ │ │ └── flexunit-core-flex-4.0.0.2-sdk3.5.0.12683.swc │ │ ├── go │ │ ├── .gitignore │ │ ├── git_push.sh │ │ ├── go-petstore │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── additional_properties_class.go │ │ │ ├── animal.go │ │ │ ├── animal_farm.go │ │ │ ├── api_client.go │ │ │ ├── api_response.go │ │ │ ├── array_of_array_of_number_only.go │ │ │ ├── array_of_number_only.go │ │ │ ├── array_test.go │ │ │ ├── capitalization.go │ │ │ ├── cat.go │ │ │ ├── category.go │ │ │ ├── class_model.go │ │ │ ├── client.go │ │ │ ├── configuration.go │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Capitalization.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── ClassModel.md │ │ │ │ ├── Client.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumArrays.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── List.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelApiResponse.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── OuterEnum.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── dog.go │ │ │ ├── enum_arrays.go │ │ │ ├── enum_class.go │ │ │ ├── enum_test.go │ │ │ ├── fake_api.go │ │ │ ├── format_test.go │ │ │ ├── git_push.sh │ │ │ ├── has_only_read_only.go │ │ │ ├── list.go │ │ │ ├── map_test.go │ │ │ ├── mixed_properties_and_additional_properties_class.go │ │ │ ├── model_200_response.go │ │ │ ├── model_api_response.go │ │ │ ├── model_return.go │ │ │ ├── name.go │ │ │ ├── number_only.go │ │ │ ├── order.go │ │ │ ├── outer_enum.go │ │ │ ├── pet.go │ │ │ ├── pet_api.go │ │ │ ├── pom.xml │ │ │ ├── read_only_first.go │ │ │ ├── special_model_name.go │ │ │ ├── store_api.go │ │ │ ├── tag.go │ │ │ ├── user.go │ │ │ └── user_api.go │ │ ├── pet_api_test.go │ │ ├── pom.xml │ │ ├── test.go.bak │ │ └── user_api_test.go │ │ ├── groovy │ │ ├── .swagger-codegen-ignore │ │ ├── build.gradle │ │ └── src │ │ │ └── main │ │ │ ├── groovy │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── api │ │ │ │ ├── ApiUtils.groovy │ │ │ │ ├── PetApi.groovy │ │ │ │ ├── StoreApi.groovy │ │ │ │ └── UserApi.groovy │ │ │ │ └── model │ │ │ │ ├── Category.groovy │ │ │ │ ├── ModelApiResponse.groovy │ │ │ │ ├── Order.groovy │ │ │ │ ├── Pet.groovy │ │ │ │ ├── Tag.groovy │ │ │ │ └── User.groovy │ │ │ └── java │ │ │ └── io │ │ │ └── swagger │ │ │ ├── api │ │ │ ├── ApiUtils.groovy │ │ │ ├── PetApi.groovy │ │ │ ├── StoreApi.groovy │ │ │ └── UserApi.groovy │ │ │ └── model │ │ │ ├── Category.groovy │ │ │ ├── ModelApiResponse.groovy │ │ │ ├── Order.groovy │ │ │ ├── Pet.groovy │ │ │ ├── Tag.groovy │ │ │ └── User.groovy │ │ ├── java │ │ ├── feign │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── build.sbt │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelApiResponse.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── client │ │ │ │ │ ├── ApiClient.java │ │ │ │ │ ├── EncodingUtils.java │ │ │ │ │ ├── ParamExpander.java │ │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ ├── api │ │ │ │ │ ├── FakeApi.java │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ └── UserApi.java │ │ │ │ │ ├── auth │ │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ │ ├── HttpBasicAuth.java │ │ │ │ │ ├── OAuth.java │ │ │ │ │ └── OAuthFlow.java │ │ │ │ │ └── model │ │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ │ ├── Animal.java │ │ │ │ │ ├── AnimalFarm.java │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayTest.java │ │ │ │ │ ├── Capitalization.java │ │ │ │ │ ├── Cat.java │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ClassModel.java │ │ │ │ │ ├── Client.java │ │ │ │ │ ├── Dog.java │ │ │ │ │ ├── EnumArrays.java │ │ │ │ │ ├── EnumClass.java │ │ │ │ │ ├── EnumTest.java │ │ │ │ │ ├── FormatTest.java │ │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ │ ├── MapTest.java │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ │ ├── Model200Response.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── ModelReturn.java │ │ │ │ │ ├── Name.java │ │ │ │ │ ├── NumberOnly.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── OuterEnum.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ │ ├── SpecialModelName.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── TestUtils.java │ │ │ │ └── client │ │ │ │ ├── StringUtilTest.java │ │ │ │ └── api │ │ │ │ ├── FakeApiTest.java │ │ │ │ ├── PetApiTest.java │ │ │ │ ├── StoreApiTest.java │ │ │ │ └── UserApiTest.java │ │ ├── jersey1 │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── build.sbt │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Capitalization.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── ClassModel.md │ │ │ │ ├── Client.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumArrays.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── Fake_classname_tags123Api.md │ │ │ │ ├── FakeclassnametagsApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelApiResponse.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── OuterEnum.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── client │ │ │ │ │ ├── ApiClient.java │ │ │ │ │ ├── ApiException.java │ │ │ │ │ ├── Configuration.java │ │ │ │ │ ├── Pair.java │ │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ ├── api │ │ │ │ │ ├── FakeApi.java │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ └── UserApi.java │ │ │ │ │ ├── auth │ │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ │ ├── Authentication.java │ │ │ │ │ ├── HttpBasicAuth.java │ │ │ │ │ ├── OAuth.java │ │ │ │ │ └── OAuthFlow.java │ │ │ │ │ └── model │ │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ │ ├── Animal.java │ │ │ │ │ ├── AnimalFarm.java │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayTest.java │ │ │ │ │ ├── Capitalization.java │ │ │ │ │ ├── Cat.java │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ClassModel.java │ │ │ │ │ ├── Client.java │ │ │ │ │ ├── Dog.java │ │ │ │ │ ├── EnumArrays.java │ │ │ │ │ ├── EnumClass.java │ │ │ │ │ ├── EnumTest.java │ │ │ │ │ ├── FormatTest.java │ │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ │ ├── MapTest.java │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ │ ├── Model200Response.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── ModelReturn.java │ │ │ │ │ ├── Name.java │ │ │ │ │ ├── NumberOnly.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── OuterEnum.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ │ ├── SpecialModelName.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── PetstoreProfiling.java │ │ │ │ ├── TestUtils.java │ │ │ │ └── client │ │ │ │ ├── ApiClientTest.java │ │ │ │ ├── ConfigurationTest.java │ │ │ │ ├── StringUtilTest.java │ │ │ │ ├── api │ │ │ │ ├── FakeApiTest.java │ │ │ │ ├── PetApiTest.java │ │ │ │ ├── StoreApiTest.java │ │ │ │ └── UserApiTest.java │ │ │ │ ├── auth │ │ │ │ ├── ApiKeyAuthTest.java │ │ │ │ └── HttpBasicAuthTest.java │ │ │ │ └── model │ │ │ │ └── EnumValueTest.java │ │ ├── jersey2-java6 │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── build.sbt │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Capitalization.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── ClassModel.md │ │ │ │ ├── Client.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumArrays.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelApiResponse.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── OuterEnum.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── client │ │ │ │ │ ├── ApiClient.java │ │ │ │ │ ├── ApiException.java │ │ │ │ │ ├── Configuration.java │ │ │ │ │ ├── JSON.java │ │ │ │ │ ├── Pair.java │ │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ ├── api │ │ │ │ │ ├── FakeApi.java │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ └── UserApi.java │ │ │ │ │ ├── auth │ │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ │ ├── Authentication.java │ │ │ │ │ ├── HttpBasicAuth.java │ │ │ │ │ ├── OAuth.java │ │ │ │ │ └── OAuthFlow.java │ │ │ │ │ └── model │ │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ │ ├── Animal.java │ │ │ │ │ ├── AnimalFarm.java │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayTest.java │ │ │ │ │ ├── Capitalization.java │ │ │ │ │ ├── Cat.java │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ClassModel.java │ │ │ │ │ ├── Client.java │ │ │ │ │ ├── Dog.java │ │ │ │ │ ├── EnumArrays.java │ │ │ │ │ ├── EnumClass.java │ │ │ │ │ ├── EnumTest.java │ │ │ │ │ ├── FormatTest.java │ │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ │ ├── MapTest.java │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ │ ├── Model200Response.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── ModelReturn.java │ │ │ │ │ ├── Name.java │ │ │ │ │ ├── NumberOnly.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── OuterEnum.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ │ ├── SpecialModelName.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── client │ │ │ │ └── api │ │ │ │ ├── FakeApiTest.java │ │ │ │ ├── PetApiTest.java │ │ │ │ ├── StoreApiTest.java │ │ │ │ └── UserApiTest.java │ │ ├── jersey2-java8 │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── build.sbt │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Capitalization.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── ClassModel.md │ │ │ │ ├── Client.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumArrays.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── Fake_classname_tags123Api.md │ │ │ │ ├── FakeclassnametagsApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelApiResponse.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── OuterEnum.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── client │ │ │ │ │ ├── ApiClient.java │ │ │ │ │ ├── ApiException.java │ │ │ │ │ ├── Configuration.java │ │ │ │ │ ├── JSON.java │ │ │ │ │ ├── Pair.java │ │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ ├── api │ │ │ │ │ ├── FakeApi.java │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ └── UserApi.java │ │ │ │ │ ├── auth │ │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ │ ├── Authentication.java │ │ │ │ │ ├── HttpBasicAuth.java │ │ │ │ │ ├── OAuth.java │ │ │ │ │ └── OAuthFlow.java │ │ │ │ │ └── model │ │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ │ ├── Animal.java │ │ │ │ │ ├── AnimalFarm.java │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayTest.java │ │ │ │ │ ├── Capitalization.java │ │ │ │ │ ├── Cat.java │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ClassModel.java │ │ │ │ │ ├── Client.java │ │ │ │ │ ├── Dog.java │ │ │ │ │ ├── EnumArrays.java │ │ │ │ │ ├── EnumClass.java │ │ │ │ │ ├── EnumTest.java │ │ │ │ │ ├── FormatTest.java │ │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ │ ├── MapTest.java │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ │ ├── Model200Response.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── ModelReturn.java │ │ │ │ │ ├── Name.java │ │ │ │ │ ├── NumberOnly.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── OuterEnum.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ │ ├── SpecialModelName.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── TestUtils.java │ │ │ │ └── client │ │ │ │ ├── ApiClientTest.java │ │ │ │ ├── ConfigurationTest.java │ │ │ │ ├── JSONTest.java │ │ │ │ ├── StringUtilTest.java │ │ │ │ ├── api │ │ │ │ ├── FakeApiTest.java │ │ │ │ ├── PetApiTest.java │ │ │ │ ├── StoreApiTest.java │ │ │ │ └── UserApiTest.java │ │ │ │ └── auth │ │ │ │ ├── ApiKeyAuthTest.java │ │ │ │ └── HttpBasicAuthTest.java │ │ ├── jersey2 │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── build.sbt │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ApiResponse.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Capitalization.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── ClassModel.md │ │ │ │ ├── Client.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumArrays.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── Fake_classname_tags123Api.md │ │ │ │ ├── FakeclassnametagsApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── InlineResponse200.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelApiResponse.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── OuterEnum.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── hello.txt │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── client │ │ │ │ │ ├── ApiClient.java │ │ │ │ │ ├── ApiException.java │ │ │ │ │ ├── Configuration.java │ │ │ │ │ ├── JSON.java │ │ │ │ │ ├── Pair.java │ │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ ├── api │ │ │ │ │ ├── FakeApi.java │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ └── UserApi.java │ │ │ │ │ ├── auth │ │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ │ ├── Authentication.java │ │ │ │ │ ├── HttpBasicAuth.java │ │ │ │ │ ├── OAuth.java │ │ │ │ │ └── OAuthFlow.java │ │ │ │ │ └── model │ │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ │ ├── Animal.java │ │ │ │ │ ├── AnimalFarm.java │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayTest.java │ │ │ │ │ ├── Capitalization.java │ │ │ │ │ ├── Cat.java │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ClassModel.java │ │ │ │ │ ├── Client.java │ │ │ │ │ ├── Dog.java │ │ │ │ │ ├── EnumArrays.java │ │ │ │ │ ├── EnumClass.java │ │ │ │ │ ├── EnumTest.java │ │ │ │ │ ├── FormatTest.java │ │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ │ ├── MapTest.java │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ │ ├── Model200Response.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── ModelReturn.java │ │ │ │ │ ├── Name.java │ │ │ │ │ ├── NumberOnly.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── OuterEnum.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ │ ├── SpecialModelName.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── TestUtils.java │ │ │ │ └── client │ │ │ │ ├── ApiClientTest.java │ │ │ │ ├── ConfigurationTest.java │ │ │ │ ├── JSONTest.java │ │ │ │ ├── StringUtilTest.java │ │ │ │ ├── api │ │ │ │ ├── FakeApiTest.java │ │ │ │ ├── PetApiTest.java │ │ │ │ ├── StoreApiTest.java │ │ │ │ └── UserApiTest.java │ │ │ │ ├── auth │ │ │ │ ├── ApiKeyAuthTest.java │ │ │ │ └── HttpBasicAuthTest.java │ │ │ │ └── model │ │ │ │ └── EnumValueTest.java │ │ ├── okhttp-gson-parcelableModel │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── build.sbt │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Capitalization.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── ClassModel.md │ │ │ │ ├── Client.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumArrays.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── FakeclassnametagsApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelApiResponse.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── OuterEnum.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── client │ │ │ │ │ ├── ApiCallback.java │ │ │ │ │ ├── ApiClient.java │ │ │ │ │ ├── ApiException.java │ │ │ │ │ ├── ApiResponse.java │ │ │ │ │ ├── Configuration.java │ │ │ │ │ ├── GzipRequestInterceptor.java │ │ │ │ │ ├── JSON.java │ │ │ │ │ ├── Pair.java │ │ │ │ │ ├── ProgressRequestBody.java │ │ │ │ │ ├── ProgressResponseBody.java │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ ├── api │ │ │ │ │ ├── FakeApi.java │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ └── UserApi.java │ │ │ │ │ ├── auth │ │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ │ ├── Authentication.java │ │ │ │ │ ├── HttpBasicAuth.java │ │ │ │ │ ├── OAuth.java │ │ │ │ │ └── OAuthFlow.java │ │ │ │ │ └── model │ │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ │ ├── Animal.java │ │ │ │ │ ├── AnimalFarm.java │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayTest.java │ │ │ │ │ ├── Capitalization.java │ │ │ │ │ ├── Cat.java │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ClassModel.java │ │ │ │ │ ├── Client.java │ │ │ │ │ ├── Dog.java │ │ │ │ │ ├── EnumArrays.java │ │ │ │ │ ├── EnumClass.java │ │ │ │ │ ├── EnumTest.java │ │ │ │ │ ├── FormatTest.java │ │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ │ ├── MapTest.java │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ │ ├── Model200Response.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── ModelReturn.java │ │ │ │ │ ├── Name.java │ │ │ │ │ ├── NumberOnly.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── OuterEnum.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ │ ├── SpecialModelName.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── client │ │ │ │ └── api │ │ │ │ ├── FakeApiTest.java │ │ │ │ ├── FakeclassnametagsApiTest.java │ │ │ │ ├── PetApiTest.java │ │ │ │ ├── StoreApiTest.java │ │ │ │ └── UserApiTest.java │ │ ├── okhttp-gson │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── build.sbt │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ApiResponse.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Capitalization.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── ClassModel.md │ │ │ │ ├── Client.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumArrays.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── Fake_classname_tags123Api.md │ │ │ │ ├── FakeclassnametagsApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── InlineResponse200.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelApiResponse.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── OuterEnum.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── client │ │ │ │ │ ├── ApiCallback.java │ │ │ │ │ ├── ApiClient.java │ │ │ │ │ ├── ApiException.java │ │ │ │ │ ├── ApiResponse.java │ │ │ │ │ ├── Configuration.java │ │ │ │ │ ├── GzipRequestInterceptor.java │ │ │ │ │ ├── JSON.java │ │ │ │ │ ├── Pair.java │ │ │ │ │ ├── ProgressRequestBody.java │ │ │ │ │ ├── ProgressResponseBody.java │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ ├── api │ │ │ │ │ ├── FakeApi.java │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ └── UserApi.java │ │ │ │ │ ├── auth │ │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ │ ├── Authentication.java │ │ │ │ │ ├── HttpBasicAuth.java │ │ │ │ │ ├── OAuth.java │ │ │ │ │ └── OAuthFlow.java │ │ │ │ │ └── model │ │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ │ ├── Animal.java │ │ │ │ │ ├── AnimalFarm.java │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayTest.java │ │ │ │ │ ├── Capitalization.java │ │ │ │ │ ├── Cat.java │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ClassModel.java │ │ │ │ │ ├── Client.java │ │ │ │ │ ├── Dog.java │ │ │ │ │ ├── EnumArrays.java │ │ │ │ │ ├── EnumClass.java │ │ │ │ │ ├── EnumTest.java │ │ │ │ │ ├── FormatTest.java │ │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ │ ├── MapTest.java │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ │ ├── Model200Response.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── ModelReturn.java │ │ │ │ │ ├── Name.java │ │ │ │ │ ├── NumberOnly.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── OuterEnum.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ │ ├── SpecialModelName.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── TestUtils.java │ │ │ │ └── client │ │ │ │ ├── ApiClientTest.java │ │ │ │ ├── ConfigurationTest.java │ │ │ │ ├── JSONTest.java │ │ │ │ ├── StringUtilTest.java │ │ │ │ ├── api │ │ │ │ ├── FakeApiTest.java │ │ │ │ ├── PetApiTest.java │ │ │ │ ├── StoreApiTest.java │ │ │ │ └── UserApiTest.java │ │ │ │ ├── auth │ │ │ │ ├── ApiKeyAuthTest.java │ │ │ │ └── HttpBasicAuthTest.java │ │ │ │ └── model │ │ │ │ └── EnumValueTest.java │ │ ├── resteasy │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── build.sbt │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Capitalization.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── ClassModel.md │ │ │ │ ├── Client.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumArrays.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelApiResponse.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── OuterEnum.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── client │ │ │ │ │ ├── ApiClient.java │ │ │ │ │ ├── ApiException.java │ │ │ │ │ ├── Configuration.java │ │ │ │ │ ├── JSON.java │ │ │ │ │ ├── Pair.java │ │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ ├── api │ │ │ │ │ ├── FakeApi.java │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ └── UserApi.java │ │ │ │ │ ├── auth │ │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ │ ├── Authentication.java │ │ │ │ │ ├── HttpBasicAuth.java │ │ │ │ │ ├── OAuth.java │ │ │ │ │ └── OAuthFlow.java │ │ │ │ │ └── model │ │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ │ ├── Animal.java │ │ │ │ │ ├── AnimalFarm.java │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayTest.java │ │ │ │ │ ├── Capitalization.java │ │ │ │ │ ├── Cat.java │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ClassModel.java │ │ │ │ │ ├── Client.java │ │ │ │ │ ├── Dog.java │ │ │ │ │ ├── EnumArrays.java │ │ │ │ │ ├── EnumClass.java │ │ │ │ │ ├── EnumTest.java │ │ │ │ │ ├── FormatTest.java │ │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ │ ├── MapTest.java │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ │ ├── Model200Response.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── ModelReturn.java │ │ │ │ │ ├── Name.java │ │ │ │ │ ├── NumberOnly.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── OuterEnum.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ │ ├── SpecialModelName.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── client │ │ │ │ └── api │ │ │ │ ├── FakeApiTest.java │ │ │ │ ├── PetApiTest.java │ │ │ │ ├── StoreApiTest.java │ │ │ │ └── UserApiTest.java │ │ ├── resttemplate │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── build.sbt │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Capitalization.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── ClassModel.md │ │ │ │ ├── Client.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumArrays.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelApiResponse.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── OuterEnum.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── client │ │ │ │ │ ├── ApiClient.java │ │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ │ ├── api │ │ │ │ │ ├── FakeApi.java │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ └── UserApi.java │ │ │ │ │ ├── auth │ │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ │ ├── Authentication.java │ │ │ │ │ ├── HttpBasicAuth.java │ │ │ │ │ ├── OAuth.java │ │ │ │ │ └── OAuthFlow.java │ │ │ │ │ └── model │ │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ │ ├── Animal.java │ │ │ │ │ ├── AnimalFarm.java │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayTest.java │ │ │ │ │ ├── Capitalization.java │ │ │ │ │ ├── Cat.java │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ClassModel.java │ │ │ │ │ ├── Client.java │ │ │ │ │ ├── Dog.java │ │ │ │ │ ├── EnumArrays.java │ │ │ │ │ ├── EnumClass.java │ │ │ │ │ ├── EnumTest.java │ │ │ │ │ ├── FormatTest.java │ │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ │ ├── MapTest.java │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ │ ├── Model200Response.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── ModelReturn.java │ │ │ │ │ ├── Name.java │ │ │ │ │ ├── NumberOnly.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── OuterEnum.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ │ ├── SpecialModelName.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── PetstoreProfiling.java │ │ │ │ ├── TestUtils.java │ │ │ │ └── client │ │ │ │ ├── ApiClientTest.java │ │ │ │ ├── api │ │ │ │ ├── FakeApiTest.java │ │ │ │ ├── PetApiTest.java │ │ │ │ ├── StoreApiTest.java │ │ │ │ └── UserApiTest.java │ │ │ │ ├── auth │ │ │ │ ├── ApiKeyAuthTest.java │ │ │ │ └── HttpBasicAuthTest.java │ │ │ │ └── model │ │ │ │ └── EnumValueTest.java │ │ ├── retrofit │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── build.sbt │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelApiResponse.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── client │ │ │ │ │ ├── ApiClient.java │ │ │ │ │ ├── CollectionFormats.java │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ ├── api │ │ │ │ │ ├── FakeApi.java │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ └── UserApi.java │ │ │ │ │ ├── auth │ │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ │ ├── HttpBasicAuth.java │ │ │ │ │ ├── OAuth.java │ │ │ │ │ ├── OAuthFlow.java │ │ │ │ │ └── OAuthOkHttpClient.java │ │ │ │ │ └── model │ │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ │ ├── Animal.java │ │ │ │ │ ├── AnimalFarm.java │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayTest.java │ │ │ │ │ ├── Capitalization.java │ │ │ │ │ ├── Cat.java │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ClassModel.java │ │ │ │ │ ├── Client.java │ │ │ │ │ ├── Dog.java │ │ │ │ │ ├── EnumArrays.java │ │ │ │ │ ├── EnumClass.java │ │ │ │ │ ├── EnumTest.java │ │ │ │ │ ├── FormatTest.java │ │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ │ ├── MapTest.java │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ │ ├── Model200Response.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── ModelReturn.java │ │ │ │ │ ├── Name.java │ │ │ │ │ ├── NumberOnly.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── OuterEnum.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ │ ├── SpecialModelName.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── TestUtils.java │ │ │ │ └── client │ │ │ │ └── api │ │ │ │ ├── FakeApiTest.java │ │ │ │ ├── PetApiTest.java │ │ │ │ ├── StoreApiTest.java │ │ │ │ └── UserApiTest.java │ │ ├── retrofit2-play24 │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── build.sbt │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Capitalization.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── ClassModel.md │ │ │ │ ├── Client.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumArrays.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelApiResponse.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── OuterEnum.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── client │ │ │ │ │ ├── ApiClient.java │ │ │ │ │ ├── CollectionFormats.java │ │ │ │ │ ├── Pair.java │ │ │ │ │ ├── Play24CallAdapterFactory.java │ │ │ │ │ ├── Play24CallFactory.java │ │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ ├── api │ │ │ │ │ ├── FakeApi.java │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ └── UserApi.java │ │ │ │ │ ├── auth │ │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ │ └── Authentication.java │ │ │ │ │ └── model │ │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ │ ├── Animal.java │ │ │ │ │ ├── AnimalFarm.java │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayTest.java │ │ │ │ │ ├── Capitalization.java │ │ │ │ │ ├── Cat.java │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ClassModel.java │ │ │ │ │ ├── Client.java │ │ │ │ │ ├── Dog.java │ │ │ │ │ ├── EnumArrays.java │ │ │ │ │ ├── EnumClass.java │ │ │ │ │ ├── EnumTest.java │ │ │ │ │ ├── FormatTest.java │ │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ │ ├── MapTest.java │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ │ ├── Model200Response.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── ModelReturn.java │ │ │ │ │ ├── Name.java │ │ │ │ │ ├── NumberOnly.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── OuterEnum.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ │ ├── SpecialModelName.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── client │ │ │ │ └── api │ │ │ │ ├── FakeApiTest.java │ │ │ │ ├── PetApiTest.java │ │ │ │ ├── StoreApiTest.java │ │ │ │ └── UserApiTest.java │ │ ├── retrofit2 │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── build.sbt │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Capitalization.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── ClassModel.md │ │ │ │ ├── Client.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumArrays.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── Fake_classname_tags123Api.md │ │ │ │ ├── FakeclassnametagsApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelApiResponse.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── OuterEnum.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── client │ │ │ │ │ ├── ApiClient.java │ │ │ │ │ ├── CollectionFormats.java │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ ├── api │ │ │ │ │ ├── FakeApi.java │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ └── UserApi.java │ │ │ │ │ ├── auth │ │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ │ ├── HttpBasicAuth.java │ │ │ │ │ ├── OAuth.java │ │ │ │ │ ├── OAuthFlow.java │ │ │ │ │ └── OAuthOkHttpClient.java │ │ │ │ │ └── model │ │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ │ ├── Animal.java │ │ │ │ │ ├── AnimalFarm.java │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayTest.java │ │ │ │ │ ├── Capitalization.java │ │ │ │ │ ├── Cat.java │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ClassModel.java │ │ │ │ │ ├── Client.java │ │ │ │ │ ├── Dog.java │ │ │ │ │ ├── EnumArrays.java │ │ │ │ │ ├── EnumClass.java │ │ │ │ │ ├── EnumTest.java │ │ │ │ │ ├── FormatTest.java │ │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ │ ├── MapTest.java │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ │ ├── Model200Response.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── ModelReturn.java │ │ │ │ │ ├── Name.java │ │ │ │ │ ├── NumberOnly.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── OuterEnum.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ │ ├── SpecialModelName.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── TestUtils.java │ │ │ │ └── client │ │ │ │ └── api │ │ │ │ ├── FakeApiTest.java │ │ │ │ ├── PetApiTest.java │ │ │ │ ├── StoreApiTest.java │ │ │ │ └── UserApiTest.java │ │ ├── retrofit2rx │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── build.sbt │ │ │ ├── docs │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ ├── ArrayTest.md │ │ │ │ ├── Capitalization.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── ClassModel.md │ │ │ │ ├── Client.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumArrays.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FakeApi.md │ │ │ │ ├── Fake_classname_tags123Api.md │ │ │ │ ├── FakeclassnametagsApi.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ ├── MapTest.md │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelApiResponse.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── NumberOnly.md │ │ │ │ ├── Order.md │ │ │ │ ├── OuterEnum.md │ │ │ │ ├── Pet.md │ │ │ │ ├── PetApi.md │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── StoreApi.md │ │ │ │ ├── Tag.md │ │ │ │ ├── User.md │ │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── client │ │ │ │ │ ├── ApiClient.java │ │ │ │ │ ├── CollectionFormats.java │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ ├── api │ │ │ │ │ ├── FakeApi.java │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ └── UserApi.java │ │ │ │ │ ├── auth │ │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ │ ├── HttpBasicAuth.java │ │ │ │ │ ├── OAuth.java │ │ │ │ │ ├── OAuthFlow.java │ │ │ │ │ └── OAuthOkHttpClient.java │ │ │ │ │ └── model │ │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ │ ├── Animal.java │ │ │ │ │ ├── AnimalFarm.java │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayTest.java │ │ │ │ │ ├── Capitalization.java │ │ │ │ │ ├── Cat.java │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ClassModel.java │ │ │ │ │ ├── Client.java │ │ │ │ │ ├── Dog.java │ │ │ │ │ ├── EnumArrays.java │ │ │ │ │ ├── EnumClass.java │ │ │ │ │ ├── EnumTest.java │ │ │ │ │ ├── FormatTest.java │ │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ │ ├── MapTest.java │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ │ ├── Model200Response.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── ModelReturn.java │ │ │ │ │ ├── Name.java │ │ │ │ │ ├── NumberOnly.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── OuterEnum.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ │ ├── SpecialModelName.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── client │ │ │ │ └── api │ │ │ │ ├── FakeApiTest.java │ │ │ │ ├── PetApiTest.java │ │ │ │ ├── SkeletonSubscriber.java │ │ │ │ ├── StoreApiTest.java │ │ │ │ └── UserApiTest.java │ │ └── retrofit2rx2 │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── build.sbt │ │ │ ├── docs │ │ │ ├── AdditionalPropertiesClass.md │ │ │ ├── Animal.md │ │ │ ├── AnimalFarm.md │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ ├── ArrayOfNumberOnly.md │ │ │ ├── ArrayTest.md │ │ │ ├── Capitalization.md │ │ │ ├── Cat.md │ │ │ ├── Category.md │ │ │ ├── ClassModel.md │ │ │ ├── Client.md │ │ │ ├── Dog.md │ │ │ ├── EnumArrays.md │ │ │ ├── EnumClass.md │ │ │ ├── EnumTest.md │ │ │ ├── FakeApi.md │ │ │ ├── FormatTest.md │ │ │ ├── HasOnlyReadOnly.md │ │ │ ├── MapTest.md │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ ├── Model200Response.md │ │ │ ├── ModelApiResponse.md │ │ │ ├── ModelReturn.md │ │ │ ├── Name.md │ │ │ ├── NumberOnly.md │ │ │ ├── Order.md │ │ │ ├── OuterEnum.md │ │ │ ├── Pet.md │ │ │ ├── PetApi.md │ │ │ ├── ReadOnlyFirst.md │ │ │ ├── SpecialModelName.md │ │ │ ├── StoreApi.md │ │ │ ├── Tag.md │ │ │ ├── User.md │ │ │ └── UserApi.md │ │ │ ├── git_push.sh │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── client │ │ │ │ ├── ApiClient.java │ │ │ │ ├── CollectionFormats.java │ │ │ │ ├── StringUtil.java │ │ │ │ ├── api │ │ │ │ ├── FakeApi.java │ │ │ │ ├── PetApi.java │ │ │ │ ├── StoreApi.java │ │ │ │ └── UserApi.java │ │ │ │ ├── auth │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ ├── HttpBasicAuth.java │ │ │ │ ├── OAuth.java │ │ │ │ ├── OAuthFlow.java │ │ │ │ └── OAuthOkHttpClient.java │ │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ ├── Animal.java │ │ │ │ ├── AnimalFarm.java │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ ├── ArrayTest.java │ │ │ │ ├── Capitalization.java │ │ │ │ ├── Cat.java │ │ │ │ ├── Category.java │ │ │ │ ├── ClassModel.java │ │ │ │ ├── Client.java │ │ │ │ ├── Dog.java │ │ │ │ ├── EnumArrays.java │ │ │ │ ├── EnumClass.java │ │ │ │ ├── EnumTest.java │ │ │ │ ├── FormatTest.java │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ ├── MapTest.java │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ ├── Model200Response.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── ModelReturn.java │ │ │ │ ├── Name.java │ │ │ │ ├── NumberOnly.java │ │ │ │ ├── Order.java │ │ │ │ ├── OuterEnum.java │ │ │ │ ├── Pet.java │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ ├── SpecialModelName.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ └── test │ │ │ └── java │ │ │ └── io │ │ │ └── swagger │ │ │ └── client │ │ │ └── api │ │ │ ├── FakeApiTest.java │ │ │ ├── PetApiTest.java │ │ │ ├── StoreApiTest.java │ │ │ └── UserApiTest.java │ │ ├── javascript-closure-angular │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── API │ │ │ └── Client │ │ │ │ ├── ApiResponse.js │ │ │ │ ├── Category.js │ │ │ │ ├── Order.js │ │ │ │ ├── Pet.js │ │ │ │ ├── PetApi.js │ │ │ │ ├── StoreApi.js │ │ │ │ ├── Tag.js │ │ │ │ ├── User.js │ │ │ │ └── UserApi.js │ │ ├── compile.py │ │ ├── karma.conf.js │ │ ├── lib │ │ │ └── goog │ │ │ │ └── base.js │ │ ├── package.json │ │ └── test │ │ │ ├── petapi.spec.js │ │ │ ├── storeapi.spec.js │ │ │ └── userapi.spec.js │ │ ├── javascript-promise │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── .travis.yml │ │ ├── README.md │ │ ├── docs │ │ │ ├── AdditionalPropertiesClass.md │ │ │ ├── Animal.md │ │ │ ├── AnimalFarm.md │ │ │ ├── ApiResponse.md │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ ├── ArrayOfNumberOnly.md │ │ │ ├── ArrayTest.md │ │ │ ├── Capitalization.md │ │ │ ├── Cat.md │ │ │ ├── Category.md │ │ │ ├── ClassModel.md │ │ │ ├── Client.md │ │ │ ├── Dog.md │ │ │ ├── EnumArrays.md │ │ │ ├── EnumClass.md │ │ │ ├── EnumTest.md │ │ │ ├── FakeApi.md │ │ │ ├── FormatTest.md │ │ │ ├── HasOnlyReadOnly.md │ │ │ ├── List.md │ │ │ ├── MapTest.md │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ ├── Model200Response.md │ │ │ ├── ModelReturn.md │ │ │ ├── Name.md │ │ │ ├── NumberOnly.md │ │ │ ├── Order.md │ │ │ ├── OuterEnum.md │ │ │ ├── Pet.md │ │ │ ├── PetApi.md │ │ │ ├── ReadOnlyFirst.md │ │ │ ├── SpecialModelName.md │ │ │ ├── StoreApi.md │ │ │ ├── Tag.md │ │ │ ├── User.md │ │ │ └── UserApi.md │ │ ├── git_push.sh │ │ ├── mocha.opts │ │ ├── package.json │ │ ├── pom.xml │ │ ├── src │ │ │ ├── ApiClient.js │ │ │ ├── api │ │ │ │ ├── FakeApi.js │ │ │ │ ├── PetApi.js │ │ │ │ ├── StoreApi.js │ │ │ │ └── UserApi.js │ │ │ ├── index.js │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.js │ │ │ │ ├── Animal.js │ │ │ │ ├── AnimalFarm.js │ │ │ │ ├── ApiResponse.js │ │ │ │ ├── ArrayOfArrayOfNumberOnly.js │ │ │ │ ├── ArrayOfNumberOnly.js │ │ │ │ ├── ArrayTest.js │ │ │ │ ├── Capitalization.js │ │ │ │ ├── Cat.js │ │ │ │ ├── Category.js │ │ │ │ ├── ClassModel.js │ │ │ │ ├── Client.js │ │ │ │ ├── Dog.js │ │ │ │ ├── EnumArrays.js │ │ │ │ ├── EnumClass.js │ │ │ │ ├── EnumTest.js │ │ │ │ ├── FormatTest.js │ │ │ │ ├── HasOnlyReadOnly.js │ │ │ │ ├── List.js │ │ │ │ ├── MapTest.js │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.js │ │ │ │ ├── Model200Response.js │ │ │ │ ├── ModelReturn.js │ │ │ │ ├── Name.js │ │ │ │ ├── NumberOnly.js │ │ │ │ ├── Order.js │ │ │ │ ├── OuterEnum.js │ │ │ │ ├── Pet.js │ │ │ │ ├── ReadOnlyFirst.js │ │ │ │ ├── SpecialModelName.js │ │ │ │ ├── Tag.js │ │ │ │ └── User.js │ │ └── test │ │ │ ├── ApiClientTest.js │ │ │ ├── api │ │ │ ├── FakeApi.spec.js │ │ │ ├── PetApi.spec.js │ │ │ ├── StoreApi.spec.js │ │ │ └── UserApi.spec.js │ │ │ ├── mocha.opts │ │ │ ├── model │ │ │ ├── AdditionalPropertiesClass.spec.js │ │ │ ├── Animal.spec.js │ │ │ ├── AnimalFarm.spec.js │ │ │ ├── ApiResponse.spec.js │ │ │ ├── ArrayOfArrayOfNumberOnly.spec.js │ │ │ ├── ArrayOfNumberOnly.spec.js │ │ │ ├── ArrayTest.spec.js │ │ │ ├── Capitalization.spec.js │ │ │ ├── Cat.spec.js │ │ │ ├── Category.spec.js │ │ │ ├── ClassModel.spec.js │ │ │ ├── Client.spec.js │ │ │ ├── Dog.spec.js │ │ │ ├── EnumArrays.spec.js │ │ │ ├── EnumClass.spec.js │ │ │ ├── EnumTest.spec.js │ │ │ ├── FormatTest.spec.js │ │ │ ├── HasOnlyReadOnly.spec.js │ │ │ ├── List.spec.js │ │ │ ├── MapTest.spec.js │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.spec.js │ │ │ ├── Model200Response.spec.js │ │ │ ├── ModelReturn.spec.js │ │ │ ├── Name.spec.js │ │ │ ├── NumberOnly.spec.js │ │ │ ├── Order.spec.js │ │ │ ├── OuterEnum.spec.js │ │ │ ├── Pet.spec.js │ │ │ ├── ReadOnlyFirst.spec.js │ │ │ ├── SpecialModelName.spec.js │ │ │ ├── Tag.spec.js │ │ │ └── User.spec.js │ │ │ └── run_tests.html │ │ ├── javascript │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── .travis.yml │ │ ├── README.md │ │ ├── docs │ │ │ ├── AdditionalPropertiesClass.md │ │ │ ├── Animal.md │ │ │ ├── AnimalFarm.md │ │ │ ├── ApiResponse.md │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ ├── ArrayOfNumberOnly.md │ │ │ ├── ArrayTest.md │ │ │ ├── Capitalization.md │ │ │ ├── Cat.md │ │ │ ├── Category.md │ │ │ ├── ClassModel.md │ │ │ ├── Client.md │ │ │ ├── Dog.md │ │ │ ├── EnumArrays.md │ │ │ ├── EnumClass.md │ │ │ ├── EnumTest.md │ │ │ ├── FakeApi.md │ │ │ ├── FormatTest.md │ │ │ ├── HasOnlyReadOnly.md │ │ │ ├── List.md │ │ │ ├── MapTest.md │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ ├── Model200Response.md │ │ │ ├── ModelReturn.md │ │ │ ├── Name.md │ │ │ ├── NumberOnly.md │ │ │ ├── Order.md │ │ │ ├── OuterEnum.md │ │ │ ├── Pet.md │ │ │ ├── PetApi.md │ │ │ ├── ReadOnlyFirst.md │ │ │ ├── SpecialModelName.md │ │ │ ├── StoreApi.md │ │ │ ├── Tag.md │ │ │ ├── User.md │ │ │ └── UserApi.md │ │ ├── git_push.sh │ │ ├── mocha.opts │ │ ├── package.json │ │ ├── pom.xml │ │ ├── src │ │ │ ├── ApiClient.js │ │ │ ├── api │ │ │ │ ├── FakeApi.js │ │ │ │ ├── PetApi.js │ │ │ │ ├── StoreApi.js │ │ │ │ └── UserApi.js │ │ │ ├── index.js │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.js │ │ │ │ ├── Animal.js │ │ │ │ ├── AnimalFarm.js │ │ │ │ ├── ApiResponse.js │ │ │ │ ├── ArrayOfArrayOfNumberOnly.js │ │ │ │ ├── ArrayOfNumberOnly.js │ │ │ │ ├── ArrayTest.js │ │ │ │ ├── Capitalization.js │ │ │ │ ├── Cat.js │ │ │ │ ├── Category.js │ │ │ │ ├── ClassModel.js │ │ │ │ ├── Client.js │ │ │ │ ├── Dog.js │ │ │ │ ├── EnumArrays.js │ │ │ │ ├── EnumClass.js │ │ │ │ ├── EnumTest.js │ │ │ │ ├── FormatTest.js │ │ │ │ ├── HasOnlyReadOnly.js │ │ │ │ ├── List.js │ │ │ │ ├── MapTest.js │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.js │ │ │ │ ├── Model200Response.js │ │ │ │ ├── ModelReturn.js │ │ │ │ ├── Name.js │ │ │ │ ├── NumberOnly.js │ │ │ │ ├── Order.js │ │ │ │ ├── OuterEnum.js │ │ │ │ ├── Pet.js │ │ │ │ ├── ReadOnlyFirst.js │ │ │ │ ├── SpecialModelName.js │ │ │ │ ├── Tag.js │ │ │ │ └── User.js │ │ └── test │ │ │ ├── ApiClientTest.js │ │ │ ├── api │ │ │ ├── FakeApi.spec.js │ │ │ ├── PetApi.spec.js │ │ │ ├── StoreApi.spec.js │ │ │ └── UserApi.spec.js │ │ │ ├── mocha.opts │ │ │ ├── model │ │ │ ├── AdditionalPropertiesClass.spec.js │ │ │ ├── Animal.spec.js │ │ │ ├── AnimalFarm.spec.js │ │ │ ├── ApiResponse.spec.js │ │ │ ├── ArrayOfArrayOfNumberOnly.spec.js │ │ │ ├── ArrayOfNumberOnly.spec.js │ │ │ ├── ArrayTest.spec.js │ │ │ ├── Capitalization.spec.js │ │ │ ├── Cat.spec.js │ │ │ ├── Category.spec.js │ │ │ ├── ClassModel.spec.js │ │ │ ├── Client.spec.js │ │ │ ├── Dog.spec.js │ │ │ ├── EnumArrays.spec.js │ │ │ ├── EnumClass.spec.js │ │ │ ├── EnumTest.spec.js │ │ │ ├── FormatTest.spec.js │ │ │ ├── HasOnlyReadOnly.spec.js │ │ │ ├── List.spec.js │ │ │ ├── MapTest.spec.js │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.spec.js │ │ │ ├── Model200Response.spec.js │ │ │ ├── ModelReturn.spec.js │ │ │ ├── Name.spec.js │ │ │ ├── NumberOnly.spec.js │ │ │ ├── Order.spec.js │ │ │ ├── OuterEnum.spec.js │ │ │ ├── Pet.spec.js │ │ │ ├── ReadOnlyFirst.spec.js │ │ │ ├── SpecialModelName.spec.js │ │ │ ├── Tag.spec.js │ │ │ └── User.spec.js │ │ │ └── run_tests.html │ │ ├── jaxrs-cxf-client │ │ ├── .swagger-codegen-ignore │ │ ├── pom.xml │ │ └── src │ │ │ ├── gen │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── api │ │ │ │ ├── PetApi.java │ │ │ │ ├── StoreApi.java │ │ │ │ └── UserApi.java │ │ │ │ └── model │ │ │ │ ├── Category.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── Order.java │ │ │ │ ├── Pet.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ ├── main │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── api │ │ │ │ └── impl │ │ │ │ ├── PetApiServiceImpl.java │ │ │ │ ├── StoreApiServiceImpl.java │ │ │ │ └── UserApiServiceImpl.java │ │ │ └── test │ │ │ └── java │ │ │ └── io │ │ │ └── swagger │ │ │ └── api │ │ │ ├── PetApiTest.java │ │ │ ├── StoreApiTest.java │ │ │ └── UserApiTest.java │ │ ├── jaxrs-cxf │ │ ├── .swagger-codegen-ignore │ │ ├── pom.xml │ │ └── src │ │ │ ├── gen │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── api │ │ │ │ ├── FakeApi.java │ │ │ │ ├── PetApi.java │ │ │ │ ├── StoreApi.java │ │ │ │ └── UserApi.java │ │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ ├── Animal.java │ │ │ │ ├── AnimalFarm.java │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ ├── ArrayTest.java │ │ │ │ ├── Capitalization.java │ │ │ │ ├── Cat.java │ │ │ │ ├── Category.java │ │ │ │ ├── ClassModel.java │ │ │ │ ├── Client.java │ │ │ │ ├── Dog.java │ │ │ │ ├── EnumArrays.java │ │ │ │ ├── EnumClass.java │ │ │ │ ├── EnumTest.java │ │ │ │ ├── FormatTest.java │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ ├── MapTest.java │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ ├── Model200Response.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── ModelReturn.java │ │ │ │ ├── Name.java │ │ │ │ ├── NumberOnly.java │ │ │ │ ├── Order.java │ │ │ │ ├── OuterEnum.java │ │ │ │ ├── Pet.java │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ ├── SpecialModelName.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ └── test │ │ │ └── java │ │ │ └── io │ │ │ └── swagger │ │ │ └── api │ │ │ ├── FakeApiTest.java │ │ │ ├── PetApiTest.java │ │ │ ├── StoreApiTest.java │ │ │ └── UserApiTest.java │ │ ├── jmeter │ │ ├── .swagger-codegen-ignore │ │ ├── PetApi.csv │ │ ├── PetApi.jmx │ │ ├── StoreApi.csv │ │ ├── StoreApi.jmx │ │ ├── UserApi.csv │ │ └── UserApi.jmx │ │ ├── objc │ │ ├── core-data │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── README.md │ │ │ ├── SwaggerClient.podspec │ │ │ ├── SwaggerClient │ │ │ │ ├── Api │ │ │ │ │ ├── SWGPetApi.h │ │ │ │ │ ├── SWGPetApi.m │ │ │ │ │ ├── SWGStoreApi.h │ │ │ │ │ ├── SWGStoreApi.m │ │ │ │ │ ├── SWGUserApi.h │ │ │ │ │ └── SWGUserApi.m │ │ │ │ ├── Core │ │ │ │ │ ├── JSONValueTransformer+ISO8601.h │ │ │ │ │ ├── JSONValueTransformer+ISO8601.m │ │ │ │ │ ├── SWGApi.h │ │ │ │ │ ├── SWGApiClient.h │ │ │ │ │ ├── SWGApiClient.m │ │ │ │ │ ├── SWGBasicAuthTokenProvider.h │ │ │ │ │ ├── SWGBasicAuthTokenProvider.m │ │ │ │ │ ├── SWGConfiguration.h │ │ │ │ │ ├── SWGDefaultConfiguration.h │ │ │ │ │ ├── SWGDefaultConfiguration.m │ │ │ │ │ ├── SWGJSONRequestSerializer.h │ │ │ │ │ ├── SWGJSONRequestSerializer.m │ │ │ │ │ ├── SWGJSONResponseSerializer.h │ │ │ │ │ ├── SWGJSONResponseSerializer.m │ │ │ │ │ ├── SWGLogger.h │ │ │ │ │ ├── SWGLogger.m │ │ │ │ │ ├── SWGObject.h │ │ │ │ │ ├── SWGObject.m │ │ │ │ │ ├── SWGQueryParamCollection.h │ │ │ │ │ ├── SWGQueryParamCollection.m │ │ │ │ │ ├── SWGResponseDeserializer.h │ │ │ │ │ ├── SWGResponseDeserializer.m │ │ │ │ │ ├── SWGSanitizer.h │ │ │ │ │ └── SWGSanitizer.m │ │ │ │ └── Model │ │ │ │ │ ├── SWGCategory.h │ │ │ │ │ ├── SWGCategory.m │ │ │ │ │ ├── SWGCategoryManagedObject.h │ │ │ │ │ ├── SWGCategoryManagedObject.m │ │ │ │ │ ├── SWGCategoryManagedObjectBuilder.h │ │ │ │ │ ├── SWGCategoryManagedObjectBuilder.m │ │ │ │ │ ├── SWGModel.xcdatamodeld │ │ │ │ │ ├── .xccurrentversion │ │ │ │ │ └── SWGModel.xcdatamodel │ │ │ │ │ │ └── contents │ │ │ │ │ ├── SWGOrder.h │ │ │ │ │ ├── SWGOrder.m │ │ │ │ │ ├── SWGOrderManagedObject.h │ │ │ │ │ ├── SWGOrderManagedObject.m │ │ │ │ │ ├── SWGOrderManagedObjectBuilder.h │ │ │ │ │ ├── SWGOrderManagedObjectBuilder.m │ │ │ │ │ ├── SWGPet.h │ │ │ │ │ ├── SWGPet.m │ │ │ │ │ ├── SWGPetManagedObject.h │ │ │ │ │ ├── SWGPetManagedObject.m │ │ │ │ │ ├── SWGPetManagedObjectBuilder.h │ │ │ │ │ ├── SWGPetManagedObjectBuilder.m │ │ │ │ │ ├── SWGTag.h │ │ │ │ │ ├── SWGTag.m │ │ │ │ │ ├── SWGTagManagedObject.h │ │ │ │ │ ├── SWGTagManagedObject.m │ │ │ │ │ ├── SWGTagManagedObjectBuilder.h │ │ │ │ │ ├── SWGTagManagedObjectBuilder.m │ │ │ │ │ ├── SWGUser.h │ │ │ │ │ ├── SWGUser.m │ │ │ │ │ ├── SWGUserManagedObject.h │ │ │ │ │ ├── SWGUserManagedObject.m │ │ │ │ │ ├── SWGUserManagedObjectBuilder.h │ │ │ │ │ └── SWGUserManagedObjectBuilder.m │ │ │ ├── SwaggerClientTests │ │ │ │ ├── Podfile │ │ │ │ ├── SwaggerClient.xcodeproj │ │ │ │ │ ├── project.pbxproj │ │ │ │ │ ├── project.xcworkspace │ │ │ │ │ │ └── contents.xcworkspacedata │ │ │ │ │ └── xcshareddata │ │ │ │ │ │ └── xcschemes │ │ │ │ │ │ ├── All Tests.xcscheme │ │ │ │ │ │ └── SwaggerClient-Example.xcscheme │ │ │ │ ├── SwaggerClient │ │ │ │ │ ├── Images.xcassets │ │ │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ └── LaunchImage.launchimage │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ ├── Launch Screen.storyboard │ │ │ │ │ ├── Main.storyboard │ │ │ │ │ ├── SWGAppDelegate.h │ │ │ │ │ ├── SWGAppDelegate.m │ │ │ │ │ ├── SWGViewController.h │ │ │ │ │ ├── SWGViewController.m │ │ │ │ │ ├── SwaggerClient-Info.plist │ │ │ │ │ ├── SwaggerClient-Prefix.pch │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ └── InfoPlist.strings │ │ │ │ │ └── main.m │ │ │ │ ├── Tests │ │ │ │ │ ├── BuildersTest.m │ │ │ │ │ ├── Helpers │ │ │ │ │ │ ├── DatabaseHelper.h │ │ │ │ │ │ └── DatabaseHelper.m │ │ │ │ │ ├── Tests-Info.plist │ │ │ │ │ ├── Tests-Prefix.pch │ │ │ │ │ └── en.lproj │ │ │ │ │ │ └── InfoPlist.strings │ │ │ │ └── pom.xml │ │ │ └── git_push.sh │ │ └── default │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── README.md │ │ │ ├── SwaggerClient.podspec │ │ │ ├── SwaggerClient │ │ │ ├── Api │ │ │ │ ├── SWGPetApi.h │ │ │ │ ├── SWGPetApi.m │ │ │ │ ├── SWGStoreApi.h │ │ │ │ ├── SWGStoreApi.m │ │ │ │ ├── SWGUserApi.h │ │ │ │ └── SWGUserApi.m │ │ │ ├── Core │ │ │ │ ├── JSONValueTransformer+ISO8601.h │ │ │ │ ├── JSONValueTransformer+ISO8601.m │ │ │ │ ├── SWGApi.h │ │ │ │ ├── SWGApiClient.h │ │ │ │ ├── SWGApiClient.m │ │ │ │ ├── SWGBasicAuthTokenProvider.h │ │ │ │ ├── SWGBasicAuthTokenProvider.m │ │ │ │ ├── SWGConfiguration.h │ │ │ │ ├── SWGDefaultConfiguration.h │ │ │ │ ├── SWGDefaultConfiguration.m │ │ │ │ ├── SWGJSONRequestSerializer.h │ │ │ │ ├── SWGJSONRequestSerializer.m │ │ │ │ ├── SWGJSONResponseSerializer.h │ │ │ │ ├── SWGLogger.h │ │ │ │ ├── SWGLogger.m │ │ │ │ ├── SWGObject.h │ │ │ │ ├── SWGObject.m │ │ │ │ ├── SWGQueryParamCollection.h │ │ │ │ ├── SWGQueryParamCollection.m │ │ │ │ ├── SWGResponseDeserializer.h │ │ │ │ ├── SWGResponseDeserializer.m │ │ │ │ ├── SWGSanitizer.h │ │ │ │ └── SWGSanitizer.m │ │ │ └── Model │ │ │ │ ├── SWGCategory.h │ │ │ │ ├── SWGCategory.m │ │ │ │ ├── SWGOrder.h │ │ │ │ ├── SWGOrder.m │ │ │ │ ├── SWGPet.h │ │ │ │ ├── SWGPet.m │ │ │ │ ├── SWGTag.h │ │ │ │ ├── SWGTag.m │ │ │ │ ├── SWGUser.h │ │ │ │ └── SWGUser.m │ │ │ ├── SwaggerClientTests │ │ │ ├── Podfile │ │ │ ├── SwaggerClient.xcodeproj │ │ │ │ ├── project.pbxproj │ │ │ │ ├── project.xcworkspace │ │ │ │ │ └── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ │ └── xcschemes │ │ │ │ │ ├── All Tests.xcscheme │ │ │ │ │ └── SwaggerClient-Example.xcscheme │ │ │ ├── SwaggerClient │ │ │ │ ├── Images.xcassets │ │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── LaunchImage.launchimage │ │ │ │ │ │ └── Contents.json │ │ │ │ ├── Launch Screen.storyboard │ │ │ │ ├── Main.storyboard │ │ │ │ ├── SWGAppDelegate.h │ │ │ │ ├── SWGAppDelegate.m │ │ │ │ ├── SWGViewController.h │ │ │ │ ├── SWGViewController.m │ │ │ │ ├── SwaggerClient-Info.plist │ │ │ │ ├── SwaggerClient-Prefix.pch │ │ │ │ ├── en.lproj │ │ │ │ │ └── InfoPlist.strings │ │ │ │ └── main.m │ │ │ ├── Tests │ │ │ │ ├── DeserializationTest.m │ │ │ │ ├── Helpers │ │ │ │ │ ├── DatabaseHelper.h │ │ │ │ │ └── DatabaseHelper.m │ │ │ │ ├── PetApiTest.m │ │ │ │ ├── PetTest.m │ │ │ │ ├── SWGApiClientTest.m │ │ │ │ ├── StoreApiTest.m │ │ │ │ ├── Tests-Info.plist │ │ │ │ ├── Tests-Prefix.pch │ │ │ │ ├── Tests.m │ │ │ │ ├── UserApiTest.m │ │ │ │ └── en.lproj │ │ │ │ │ └── InfoPlist.strings │ │ │ └── pom.xml │ │ │ ├── docs │ │ │ ├── SWGCategory.md │ │ │ ├── SWGOrder.md │ │ │ ├── SWGPet.md │ │ │ ├── SWGPetApi.md │ │ │ ├── SWGStoreApi.md │ │ │ ├── SWGTag.md │ │ │ ├── SWGUser.md │ │ │ └── SWGUserApi.md │ │ │ └── git_push.sh │ │ ├── perl │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── bin │ │ │ └── autodoc │ │ ├── docs │ │ │ ├── AdditionalPropertiesClass.md │ │ │ ├── Animal.md │ │ │ ├── AnimalFarm.md │ │ │ ├── ApiResponse.md │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ ├── ArrayOfNumberOnly.md │ │ │ ├── ArrayTest.md │ │ │ ├── Capitalization.md │ │ │ ├── Cat.md │ │ │ ├── Category.md │ │ │ ├── ClassModel.md │ │ │ ├── Client.md │ │ │ ├── Dog.md │ │ │ ├── EnumArrays.md │ │ │ ├── EnumClass.md │ │ │ ├── EnumTest.md │ │ │ ├── FakeApi.md │ │ │ ├── FormatTest.md │ │ │ ├── HasOnlyReadOnly.md │ │ │ ├── InlineResponse200.md │ │ │ ├── List.md │ │ │ ├── MapTest.md │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ ├── Model200Response.md │ │ │ ├── ModelReturn.md │ │ │ ├── Name.md │ │ │ ├── NumberOnly.md │ │ │ ├── ObjectReturn.md │ │ │ ├── Order.md │ │ │ ├── OuterEnum.md │ │ │ ├── Pet.md │ │ │ ├── PetApi.md │ │ │ ├── ReadOnlyFirst.md │ │ │ ├── SpecialModelName.md │ │ │ ├── StoreApi.md │ │ │ ├── Tag.md │ │ │ ├── User.md │ │ │ └── UserApi.md │ │ ├── git_push.sh │ │ ├── lib │ │ │ └── WWW │ │ │ │ └── SwaggerClient │ │ │ │ ├── ApiClient.pm │ │ │ │ ├── ApiFactory.pm │ │ │ │ ├── Configuration.pm │ │ │ │ ├── FakeApi.pm │ │ │ │ ├── Object │ │ │ │ ├── AdditionalPropertiesClass.pm │ │ │ │ ├── Animal.pm │ │ │ │ ├── AnimalFarm.pm │ │ │ │ ├── ApiResponse.pm │ │ │ │ ├── ArrayOfArrayOfNumberOnly.pm │ │ │ │ ├── ArrayOfNumberOnly.pm │ │ │ │ ├── ArrayTest.pm │ │ │ │ ├── BaseObject.pm │ │ │ │ ├── Capitalization.pm │ │ │ │ ├── Cat.pm │ │ │ │ ├── Category.pm │ │ │ │ ├── ClassModel.pm │ │ │ │ ├── Client.pm │ │ │ │ ├── Dog.pm │ │ │ │ ├── EnumArrays.pm │ │ │ │ ├── EnumClass.pm │ │ │ │ ├── EnumTest.pm │ │ │ │ ├── FormatTest.pm │ │ │ │ ├── HasOnlyReadOnly.pm │ │ │ │ ├── InlineResponse200.pm │ │ │ │ ├── List.pm │ │ │ │ ├── MapTest.pm │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.pm │ │ │ │ ├── Model200Response.pm │ │ │ │ ├── ModelReturn.pm │ │ │ │ ├── Name.pm │ │ │ │ ├── NumberOnly.pm │ │ │ │ ├── ObjectReturn.pm │ │ │ │ ├── Order.pm │ │ │ │ ├── OuterEnum.pm │ │ │ │ ├── Pet.pm │ │ │ │ ├── ReadOnlyFirst.pm │ │ │ │ ├── SpecialModelName.pm │ │ │ │ ├── Tag.pm │ │ │ │ └── User.pm │ │ │ │ ├── PetApi.pm │ │ │ │ ├── Role.pm │ │ │ │ ├── Role │ │ │ │ └── AutoDoc.pm │ │ │ │ ├── StoreApi.pm │ │ │ │ └── UserApi.pm │ │ ├── pom.xml │ │ ├── t │ │ │ ├── AdditionalPropertiesClassTest.t │ │ │ ├── AnimalFarmTest.t │ │ │ ├── AnimalTest.t │ │ │ ├── ApiResponseTest.t │ │ │ ├── ArrayOfArrayOfNumberOnlyTest.t │ │ │ ├── ArrayOfNumberOnlyTest.t │ │ │ ├── ArrayTestTest.t │ │ │ ├── CapitalizationTest.t │ │ │ ├── CatTest.t │ │ │ ├── CategoryTest.t │ │ │ ├── ClassModelTest.t │ │ │ ├── ClientTest.t │ │ │ ├── DogTest.t │ │ │ ├── EnumArraysTest.t │ │ │ ├── EnumClassTest.t │ │ │ ├── EnumTestTest.t │ │ │ ├── FakeApiTest.t │ │ │ ├── FormatTestTest.t │ │ │ ├── HasOnlyReadOnlyTest.t │ │ │ ├── InlineResponse200Test.t │ │ │ ├── ListTest.t │ │ │ ├── MapTestTest.t │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClassTest.t │ │ │ ├── Model200ResponseTest.t │ │ │ ├── ModelReturnTest.t │ │ │ ├── NameTest.t │ │ │ ├── NumberOnlyTest.t │ │ │ ├── ObjectReturnTest.t │ │ │ ├── OrderTest.t │ │ │ ├── OuterEnumTest.t │ │ │ ├── PetApiTest.t │ │ │ ├── PetTest.t │ │ │ ├── ReadOnlyFirstTest.t │ │ │ ├── SpecialModelNameTest.t │ │ │ ├── StoreApiTest.t │ │ │ ├── TagTest.t │ │ │ ├── UserApiTest.t │ │ │ └── UserTest.t │ │ ├── test.pl │ │ └── tests │ │ │ ├── 01_pet_api.t │ │ │ ├── 02_store_api.t │ │ │ ├── 03_api_factory.t │ │ │ ├── 04_role.t │ │ │ └── 05_long_module_name.t │ │ ├── php │ │ ├── .swagger-codegen-ignore │ │ ├── SwaggerClient-php │ │ │ ├── .php_cs │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── autoload.php │ │ │ ├── composer.json │ │ │ ├── docs │ │ │ │ ├── Animal.md │ │ │ │ ├── AnimalFarm.md │ │ │ │ ├── Api │ │ │ │ │ ├── FakeApi.md │ │ │ │ │ ├── PetApi.md │ │ │ │ │ ├── StoreApi.md │ │ │ │ │ └── UserApi.md │ │ │ │ ├── ApiResponse.md │ │ │ │ ├── Cat.md │ │ │ │ ├── Category.md │ │ │ │ ├── Dog.md │ │ │ │ ├── EnumClass.md │ │ │ │ ├── EnumTest.md │ │ │ │ ├── FormatTest.md │ │ │ │ ├── Model │ │ │ │ │ ├── AdditionalPropertiesClass.md │ │ │ │ │ ├── Animal.md │ │ │ │ │ ├── AnimalFarm.md │ │ │ │ │ ├── ApiResponse.md │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ │ │ ├── ArrayOfNumberOnly.md │ │ │ │ │ ├── ArrayTest.md │ │ │ │ │ ├── Capitalization.md │ │ │ │ │ ├── Cat.md │ │ │ │ │ ├── Category.md │ │ │ │ │ ├── ClassModel.md │ │ │ │ │ ├── Client.md │ │ │ │ │ ├── Dog.md │ │ │ │ │ ├── EnumArrays.md │ │ │ │ │ ├── EnumClass.md │ │ │ │ │ ├── EnumTest.md │ │ │ │ │ ├── FormatTest.md │ │ │ │ │ ├── HasOnlyReadOnly.md │ │ │ │ │ ├── MapTest.md │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ │ │ ├── Model200Response.md │ │ │ │ │ ├── ModelList.md │ │ │ │ │ ├── ModelReturn.md │ │ │ │ │ ├── Name.md │ │ │ │ │ ├── NumberOnly.md │ │ │ │ │ ├── Order.md │ │ │ │ │ ├── OuterEnum.md │ │ │ │ │ ├── Pet.md │ │ │ │ │ ├── ReadOnlyFirst.md │ │ │ │ │ ├── SpecialModelName.md │ │ │ │ │ ├── Tag.md │ │ │ │ │ └── User.md │ │ │ │ ├── Model200Response.md │ │ │ │ ├── ModelReturn.md │ │ │ │ ├── Name.md │ │ │ │ ├── Order.md │ │ │ │ ├── Pet.md │ │ │ │ ├── SpecialModelName.md │ │ │ │ ├── Tag.md │ │ │ │ └── User.md │ │ │ ├── git_push.sh │ │ │ ├── lib │ │ │ │ ├── Api │ │ │ │ │ ├── FakeApi.php │ │ │ │ │ ├── PetApi.php │ │ │ │ │ ├── StoreApi.php │ │ │ │ │ └── UserApi.php │ │ │ │ ├── ApiClient.php │ │ │ │ ├── ApiException.php │ │ │ │ ├── Configuration.php │ │ │ │ ├── Model │ │ │ │ │ ├── AdditionalPropertiesClass.php │ │ │ │ │ ├── Animal.php │ │ │ │ │ ├── AnimalFarm.php │ │ │ │ │ ├── ApiResponse.php │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.php │ │ │ │ │ ├── ArrayOfNumberOnly.php │ │ │ │ │ ├── ArrayTest.php │ │ │ │ │ ├── Capitalization.php │ │ │ │ │ ├── Cat.php │ │ │ │ │ ├── Category.php │ │ │ │ │ ├── ClassModel.php │ │ │ │ │ ├── Client.php │ │ │ │ │ ├── Dog.php │ │ │ │ │ ├── EnumArrays.php │ │ │ │ │ ├── EnumClass.php │ │ │ │ │ ├── EnumTest.php │ │ │ │ │ ├── FormatTest.php │ │ │ │ │ ├── HasOnlyReadOnly.php │ │ │ │ │ ├── MapTest.php │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.php │ │ │ │ │ ├── Model200Response.php │ │ │ │ │ ├── ModelList.php │ │ │ │ │ ├── ModelReturn.php │ │ │ │ │ ├── Name.php │ │ │ │ │ ├── NumberOnly.php │ │ │ │ │ ├── Order.php │ │ │ │ │ ├── OuterEnum.php │ │ │ │ │ ├── Pet.php │ │ │ │ │ ├── ReadOnlyFirst.php │ │ │ │ │ ├── SpecialModelName.php │ │ │ │ │ ├── Tag.php │ │ │ │ │ └── User.php │ │ │ │ └── ObjectSerializer.php │ │ │ ├── petstore │ │ │ ├── phpcs-generated-code.xml │ │ │ ├── phpunit.xml.dist │ │ │ ├── pom.xml │ │ │ ├── test │ │ │ │ ├── Api │ │ │ │ │ ├── FakeApiTest.php │ │ │ │ │ ├── PetApiTest.php │ │ │ │ │ ├── StoreApiTest.php │ │ │ │ │ └── UserApiTest.php │ │ │ │ ├── Client │ │ │ │ │ ├── ApiClientTest.php │ │ │ │ │ └── ObjectSerializerTest.php │ │ │ │ └── Model │ │ │ │ │ ├── AdditionalPropertiesClassTest.php │ │ │ │ │ ├── AnimalFarmTest.php │ │ │ │ │ ├── AnimalTest.php │ │ │ │ │ ├── ApiResponseTest.php │ │ │ │ │ ├── ArrayOfArrayOfNumberOnlyTest.php │ │ │ │ │ ├── ArrayOfNumberOnlyTest.php │ │ │ │ │ ├── ArrayTestTest.php │ │ │ │ │ ├── CapitalizationTest.php │ │ │ │ │ ├── CatTest.php │ │ │ │ │ ├── CategoryTest.php │ │ │ │ │ ├── ClassModelTest.php │ │ │ │ │ ├── ClientTest.php │ │ │ │ │ ├── DogTest.php │ │ │ │ │ ├── EnumArraysTest.php │ │ │ │ │ ├── EnumClassTest.php │ │ │ │ │ ├── EnumTestTest.php │ │ │ │ │ ├── FormatTestTest.php │ │ │ │ │ ├── HasOnlyReadOnlyTest.php │ │ │ │ │ ├── MapTestTest.php │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClassTest.php │ │ │ │ │ ├── Model200ResponseTest.php │ │ │ │ │ ├── ModelListTest.php │ │ │ │ │ ├── ModelReturnTest.php │ │ │ │ │ ├── NameTest.php │ │ │ │ │ ├── NumberOnlyTest.php │ │ │ │ │ ├── OrderTest.php │ │ │ │ │ ├── OuterEnumTest.php │ │ │ │ │ ├── PetTest.php │ │ │ │ │ ├── ReadOnlyFirstTest.php │ │ │ │ │ ├── SpecialModelNameTest.php │ │ │ │ │ ├── TagTest.php │ │ │ │ │ └── UserTest.php │ │ │ └── tests │ │ │ │ ├── ObjectSerializerTest.php │ │ │ │ ├── OrderApiTest.php │ │ │ │ ├── OuterEnumTest.php │ │ │ │ ├── PetApiTest.php │ │ │ │ ├── StoreApiTest.php │ │ │ │ └── UserApiTest.php │ │ ├── swagger_client_profiling.output │ │ ├── swagger_client_profiling.php │ │ └── test.php │ │ ├── python │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── .travis.yml │ │ ├── Makefile │ │ ├── README.md │ │ ├── dev-requirements.txt │ │ ├── docs │ │ │ ├── AdditionalPropertiesClass.md │ │ │ ├── Animal.md │ │ │ ├── AnimalFarm.md │ │ │ ├── ApiResponse.md │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ ├── ArrayOfNumberOnly.md │ │ │ ├── ArrayTest.md │ │ │ ├── Capitalization.md │ │ │ ├── Cat.md │ │ │ ├── Category.md │ │ │ ├── ClassModel.md │ │ │ ├── Client.md │ │ │ ├── Dog.md │ │ │ ├── EnumArrays.md │ │ │ ├── EnumClass.md │ │ │ ├── EnumTest.md │ │ │ ├── FakeApi.md │ │ │ ├── FormatTest.md │ │ │ ├── HasOnlyReadOnly.md │ │ │ ├── InlineResponse200.md │ │ │ ├── List.md │ │ │ ├── MapTest.md │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ ├── Model200Response.md │ │ │ ├── ModelReturn.md │ │ │ ├── Name.md │ │ │ ├── NumberOnly.md │ │ │ ├── Order.md │ │ │ ├── OuterEnum.md │ │ │ ├── Pet.md │ │ │ ├── PetApi.md │ │ │ ├── ReadOnlyFirst.md │ │ │ ├── SpecialModelName.md │ │ │ ├── StoreApi.md │ │ │ ├── Tag.md │ │ │ ├── User.md │ │ │ └── UserApi.md │ │ ├── git_push.sh │ │ ├── petstore │ │ ├── petstore_api │ │ │ ├── __init__.py │ │ │ ├── api_client.py │ │ │ ├── apis │ │ │ │ ├── __init__.py │ │ │ │ ├── fake_api.py │ │ │ │ ├── fake_classname_tags_123_api.py │ │ │ │ ├── pet_api.py │ │ │ │ ├── store_api.py │ │ │ │ └── user_api.py │ │ │ ├── configuration.py │ │ │ ├── models │ │ │ │ ├── __init__.py │ │ │ │ ├── additional_properties_class.py │ │ │ │ ├── animal.py │ │ │ │ ├── animal_farm.py │ │ │ │ ├── api_response.py │ │ │ │ ├── array_of_array_of_number_only.py │ │ │ │ ├── array_of_number_only.py │ │ │ │ ├── array_test.py │ │ │ │ ├── capitalization.py │ │ │ │ ├── cat.py │ │ │ │ ├── category.py │ │ │ │ ├── class_model.py │ │ │ │ ├── client.py │ │ │ │ ├── dog.py │ │ │ │ ├── enum_arrays.py │ │ │ │ ├── enum_class.py │ │ │ │ ├── enum_test.py │ │ │ │ ├── format_test.py │ │ │ │ ├── has_only_read_only.py │ │ │ │ ├── list.py │ │ │ │ ├── map_test.py │ │ │ │ ├── mixed_properties_and_additional_properties_class.py │ │ │ │ ├── model_200_response.py │ │ │ │ ├── model_return.py │ │ │ │ ├── name.py │ │ │ │ ├── number_only.py │ │ │ │ ├── order.py │ │ │ │ ├── outer_enum.py │ │ │ │ ├── pet.py │ │ │ │ ├── read_only_first.py │ │ │ │ ├── special_model_name.py │ │ │ │ ├── tag.py │ │ │ │ └── user.py │ │ │ └── rest.py │ │ ├── pom.xml │ │ ├── requirements.txt │ │ ├── setup.cfg │ │ ├── setup.py │ │ ├── test-requirements.txt │ │ ├── test │ │ │ ├── __init__.py │ │ │ ├── test_additional_properties_class.py │ │ │ ├── test_animal.py │ │ │ ├── test_animal_farm.py │ │ │ ├── test_api_response.py │ │ │ ├── test_array_of_array_of_number_only.py │ │ │ ├── test_array_of_number_only.py │ │ │ ├── test_array_test.py │ │ │ ├── test_capitalization.py │ │ │ ├── test_cat.py │ │ │ ├── test_category.py │ │ │ ├── test_class_model.py │ │ │ ├── test_client.py │ │ │ ├── test_dog.py │ │ │ ├── test_enum_arrays.py │ │ │ ├── test_enum_class.py │ │ │ ├── test_enum_test.py │ │ │ ├── test_fake_api.py │ │ │ ├── test_fake_classname_tags_123_api.py │ │ │ ├── test_format_test.py │ │ │ ├── test_has_only_read_only.py │ │ │ ├── test_list.py │ │ │ ├── test_map_test.py │ │ │ ├── test_mixed_properties_and_additional_properties_class.py │ │ │ ├── test_model_200_response.py │ │ │ ├── test_model_return.py │ │ │ ├── test_name.py │ │ │ ├── test_number_only.py │ │ │ ├── test_order.py │ │ │ ├── test_outer_enum.py │ │ │ ├── test_pet.py │ │ │ ├── test_pet_api.py │ │ │ ├── test_read_only_first.py │ │ │ ├── test_special_model_name.py │ │ │ ├── test_store_api.py │ │ │ ├── test_tag.py │ │ │ ├── test_user.py │ │ │ └── test_user_api.py │ │ ├── test_python2.sh │ │ ├── test_python2_and_3.sh │ │ ├── testfiles │ │ │ └── foo.png │ │ ├── tests │ │ │ ├── __init__.py │ │ │ ├── test_api_client.py │ │ │ ├── test_api_exception.py │ │ │ ├── test_deserialization.py │ │ │ ├── test_enum_arrays.py │ │ │ ├── test_map_test.py │ │ │ ├── test_order_model.py │ │ │ ├── test_pet_api.py │ │ │ ├── test_pet_model.py │ │ │ ├── test_store_api.py │ │ │ └── util.py │ │ └── tox.ini │ │ ├── qt5cpp │ │ ├── .swagger-codegen-ignore │ │ ├── PetStore │ │ │ ├── PetApiTests.cpp │ │ │ ├── PetApiTests.h │ │ │ ├── PetStore.pro │ │ │ ├── PetStore.pro.user │ │ │ └── main.cpp │ │ └── client │ │ │ ├── SWGApiResponse.cpp │ │ │ ├── SWGApiResponse.h │ │ │ ├── SWGCategory.cpp │ │ │ ├── SWGCategory.h │ │ │ ├── SWGHelpers.cpp │ │ │ ├── SWGHelpers.h │ │ │ ├── SWGHttpRequest.cpp │ │ │ ├── SWGHttpRequest.h │ │ │ ├── SWGModelFactory.h │ │ │ ├── SWGObject.h │ │ │ ├── SWGOrder.cpp │ │ │ ├── SWGOrder.h │ │ │ ├── SWGPet.cpp │ │ │ ├── SWGPet.h │ │ │ ├── SWGPetApi.cpp │ │ │ ├── SWGPetApi.h │ │ │ ├── SWGStoreApi.cpp │ │ │ ├── SWGStoreApi.h │ │ │ ├── SWGTag.cpp │ │ │ ├── SWGTag.h │ │ │ ├── SWGUser.cpp │ │ │ ├── SWGUser.h │ │ │ ├── SWGUserApi.cpp │ │ │ └── SWGUserApi.h │ │ ├── ruby │ │ ├── .gitignore │ │ ├── .rspec │ │ ├── .swagger-codegen-ignore │ │ ├── Gemfile │ │ ├── Gemfile.lock │ │ ├── README.md │ │ ├── Rakefile │ │ ├── docs │ │ │ ├── 200Response.md │ │ │ ├── AdditionalPropertiesClass.md │ │ │ ├── Animal.md │ │ │ ├── AnimalFarm.md │ │ │ ├── ApiResponse.md │ │ │ ├── ArrayOfArrayOfNumberOnly.md │ │ │ ├── ArrayOfNumberOnly.md │ │ │ ├── ArrayTest.md │ │ │ ├── Capitalization.md │ │ │ ├── Cat.md │ │ │ ├── Category.md │ │ │ ├── ClassModel.md │ │ │ ├── Client.md │ │ │ ├── Dog.md │ │ │ ├── EnumArrays.md │ │ │ ├── EnumClass.md │ │ │ ├── EnumTest.md │ │ │ ├── FakeApi.md │ │ │ ├── FormatTest.md │ │ │ ├── HasOnlyReadOnly.md │ │ │ ├── InlineResponse200.md │ │ │ ├── List.md │ │ │ ├── MapTest.md │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.md │ │ │ ├── Model200Response.md │ │ │ ├── ModelReturn.md │ │ │ ├── Name.md │ │ │ ├── NumberOnly.md │ │ │ ├── Order.md │ │ │ ├── OuterEnum.md │ │ │ ├── Pet.md │ │ │ ├── PetApi.md │ │ │ ├── ReadOnlyFirst.md │ │ │ ├── SpecialModelName.md │ │ │ ├── StoreApi.md │ │ │ ├── Tag.md │ │ │ ├── User.md │ │ │ └── UserApi.md │ │ ├── git_push.sh │ │ ├── hello.txt │ │ ├── lib │ │ │ ├── petstore.rb │ │ │ └── petstore │ │ │ │ ├── api │ │ │ │ ├── fake_api.rb │ │ │ │ ├── pet_api.rb │ │ │ │ ├── store_api.rb │ │ │ │ └── user_api.rb │ │ │ │ ├── api_client.rb │ │ │ │ ├── api_error.rb │ │ │ │ ├── configuration.rb │ │ │ │ ├── models │ │ │ │ ├── additional_properties_class.rb │ │ │ │ ├── animal.rb │ │ │ │ ├── animal_farm.rb │ │ │ │ ├── api_response.rb │ │ │ │ ├── array_of_array_of_number_only.rb │ │ │ │ ├── array_of_number_only.rb │ │ │ │ ├── array_test.rb │ │ │ │ ├── capitalization.rb │ │ │ │ ├── cat.rb │ │ │ │ ├── category.rb │ │ │ │ ├── class_model.rb │ │ │ │ ├── client.rb │ │ │ │ ├── dog.rb │ │ │ │ ├── enum_arrays.rb │ │ │ │ ├── enum_class.rb │ │ │ │ ├── enum_test.rb │ │ │ │ ├── format_test.rb │ │ │ │ ├── has_only_read_only.rb │ │ │ │ ├── inline_response_200.rb │ │ │ │ ├── list.rb │ │ │ │ ├── map_test.rb │ │ │ │ ├── mixed_properties_and_additional_properties_class.rb │ │ │ │ ├── model_200_response.rb │ │ │ │ ├── model_return.rb │ │ │ │ ├── name.rb │ │ │ │ ├── number_only.rb │ │ │ │ ├── order.rb │ │ │ │ ├── outer_enum.rb │ │ │ │ ├── pet.rb │ │ │ │ ├── read_only_first.rb │ │ │ │ ├── special_model_name.rb │ │ │ │ ├── tag.rb │ │ │ │ └── user.rb │ │ │ │ └── version.rb │ │ ├── petstore.gemspec │ │ ├── petstore_profiling.output │ │ ├── petstore_profiling.rb │ │ ├── pom.xml │ │ ├── press_anykey_to_continue.sh │ │ └── spec │ │ │ ├── .spec_helper.rb │ │ │ ├── api │ │ │ ├── fake_api_spec.rb │ │ │ ├── pet_api_spec.rb │ │ │ ├── store_api_spec.rb │ │ │ └── user_api_spec.rb │ │ │ ├── api_client_spec.rb │ │ │ ├── api_error_spec.rb │ │ │ ├── base_object_spec.rb │ │ │ ├── configuration_spec.rb │ │ │ ├── models │ │ │ ├── additional_properties_class_spec.rb │ │ │ ├── animal_farm_spec.rb │ │ │ ├── animal_spec.rb │ │ │ ├── api_response_spec.rb │ │ │ ├── array_of_array_of_number_only_spec.rb │ │ │ ├── array_of_number_only_spec.rb │ │ │ ├── array_test_spec.rb │ │ │ ├── capitalization_spec.rb │ │ │ ├── cat_spec.rb │ │ │ ├── category_spec.rb │ │ │ ├── class_model_spec.rb │ │ │ ├── client_spec.rb │ │ │ ├── dog_spec.rb │ │ │ ├── enum_arrays_spec.rb │ │ │ ├── enum_class_spec.rb │ │ │ ├── enum_test_spec.rb │ │ │ ├── format_test_spec.rb │ │ │ ├── has_only_read_only_spec.rb │ │ │ ├── list_spec.rb │ │ │ ├── map_test_spec.rb │ │ │ ├── mixed_properties_and_additional_properties_class_spec.rb │ │ │ ├── model_200_response_spec.rb │ │ │ ├── model_return_spec.rb │ │ │ ├── name_spec.rb │ │ │ ├── number_only_spec.rb │ │ │ ├── order_spec.rb │ │ │ ├── outer_enum_spec.rb │ │ │ ├── pet_spec.rb │ │ │ ├── read_only_first_spec.rb │ │ │ ├── special_model_name_spec.rb │ │ │ ├── tag_spec.rb │ │ │ └── user_spec.rb │ │ │ ├── pet_spec.rb │ │ │ ├── spec_helper.rb │ │ │ └── store_spec.rb │ │ ├── scala │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── build.gradle │ │ ├── build.sbt │ │ ├── git_push.sh │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ ├── pom.xml │ │ ├── settings.gradle │ │ └── src │ │ │ ├── main │ │ │ └── scala │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── client │ │ │ │ ├── ApiInvoker.scala │ │ │ │ ├── api │ │ │ │ ├── PetApi.scala │ │ │ │ ├── StoreApi.scala │ │ │ │ └── UserApi.scala │ │ │ │ └── model │ │ │ │ ├── ApiResponse.scala │ │ │ │ ├── Category.scala │ │ │ │ ├── Order.scala │ │ │ │ ├── Pet.scala │ │ │ │ ├── Tag.scala │ │ │ │ └── User.scala │ │ │ └── test │ │ │ └── scala │ │ │ ├── PetApiTest.scala │ │ │ ├── StoreApiTest.scala │ │ │ └── UserApiTest.scala │ │ ├── spring-cloud │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── pom.xml │ │ └── src │ │ │ ├── main │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── api │ │ │ │ ├── PetApi.java │ │ │ │ ├── PetApiClient.java │ │ │ │ ├── StoreApi.java │ │ │ │ ├── StoreApiClient.java │ │ │ │ ├── UserApi.java │ │ │ │ └── UserApiClient.java │ │ │ │ ├── configuration │ │ │ │ ├── ApiKeyRequestInterceptor.java │ │ │ │ └── ClientConfiguration.java │ │ │ │ └── model │ │ │ │ ├── Category.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── Order.java │ │ │ │ ├── Pet.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ └── test │ │ │ ├── java │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── Application.java │ │ │ │ ├── TestUtils.java │ │ │ │ └── api │ │ │ │ ├── PetApiTest.java │ │ │ │ ├── StoreApiTest.java │ │ │ │ └── UserApiTest.java │ │ │ └── resources │ │ │ └── application.yml │ │ ├── spring-stubs │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── pom.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── io │ │ │ └── swagger │ │ │ ├── api │ │ │ ├── PetApi.java │ │ │ ├── StoreApi.java │ │ │ └── UserApi.java │ │ │ └── model │ │ │ ├── Category.java │ │ │ ├── ModelApiResponse.java │ │ │ ├── Order.java │ │ │ ├── Pet.java │ │ │ ├── Tag.java │ │ │ └── User.java │ │ ├── swift-promisekit │ │ └── .swagger-codegen-ignore │ │ ├── swift │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── default │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── Cartfile │ │ │ ├── PetstoreClient.podspec │ │ │ ├── PetstoreClient │ │ │ │ └── Classes │ │ │ │ │ └── Swaggers │ │ │ │ │ ├── APIHelper.swift │ │ │ │ │ ├── APIs.swift │ │ │ │ │ ├── APIs │ │ │ │ │ ├── PetAPI.swift │ │ │ │ │ ├── StoreAPI.swift │ │ │ │ │ └── UserAPI.swift │ │ │ │ │ ├── AlamofireImplementations.swift │ │ │ │ │ ├── Extensions.swift │ │ │ │ │ ├── Models.swift │ │ │ │ │ └── Models │ │ │ │ │ ├── Category.swift │ │ │ │ │ ├── Order.swift │ │ │ │ │ ├── Pet.swift │ │ │ │ │ ├── Tag.swift │ │ │ │ │ └── User.swift │ │ │ ├── SwaggerClientTests │ │ │ │ ├── Podfile │ │ │ │ ├── Pods │ │ │ │ │ ├── Alamofire │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ └── Source │ │ │ │ │ │ │ ├── Alamofire.swift │ │ │ │ │ │ │ ├── Download.swift │ │ │ │ │ │ │ ├── Error.swift │ │ │ │ │ │ │ ├── Manager.swift │ │ │ │ │ │ │ ├── MultipartFormData.swift │ │ │ │ │ │ │ ├── NetworkReachabilityManager.swift │ │ │ │ │ │ │ ├── Notifications.swift │ │ │ │ │ │ │ ├── ParameterEncoding.swift │ │ │ │ │ │ │ ├── Request.swift │ │ │ │ │ │ │ ├── Response.swift │ │ │ │ │ │ │ ├── ResponseSerialization.swift │ │ │ │ │ │ │ ├── Result.swift │ │ │ │ │ │ │ ├── ServerTrustPolicy.swift │ │ │ │ │ │ │ ├── Stream.swift │ │ │ │ │ │ │ ├── Timeline.swift │ │ │ │ │ │ │ ├── Upload.swift │ │ │ │ │ │ │ └── Validation.swift │ │ │ │ │ ├── Local Podspecs │ │ │ │ │ │ └── PetstoreClient.podspec.json │ │ │ │ │ ├── Manifest.lock │ │ │ │ │ ├── Pods.xcodeproj │ │ │ │ │ │ └── project.pbxproj │ │ │ │ │ └── Target Support Files │ │ │ │ │ │ ├── Alamofire │ │ │ │ │ │ ├── Alamofire-dummy.m │ │ │ │ │ │ ├── Alamofire-prefix.pch │ │ │ │ │ │ ├── Alamofire-umbrella.h │ │ │ │ │ │ ├── Alamofire.modulemap │ │ │ │ │ │ ├── Alamofire.xcconfig │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ ├── PetstoreClient │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── PetstoreClient-dummy.m │ │ │ │ │ │ ├── PetstoreClient-prefix.pch │ │ │ │ │ │ ├── PetstoreClient-umbrella.h │ │ │ │ │ │ ├── PetstoreClient.modulemap │ │ │ │ │ │ └── PetstoreClient.xcconfig │ │ │ │ │ │ ├── Pods-SwaggerClient │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── Pods-SwaggerClient-acknowledgements.markdown │ │ │ │ │ │ ├── Pods-SwaggerClient-acknowledgements.plist │ │ │ │ │ │ ├── Pods-SwaggerClient-dummy.m │ │ │ │ │ │ ├── Pods-SwaggerClient-frameworks.sh │ │ │ │ │ │ ├── Pods-SwaggerClient-resources.sh │ │ │ │ │ │ ├── Pods-SwaggerClient-umbrella.h │ │ │ │ │ │ ├── Pods-SwaggerClient.debug.xcconfig │ │ │ │ │ │ ├── Pods-SwaggerClient.modulemap │ │ │ │ │ │ └── Pods-SwaggerClient.release.xcconfig │ │ │ │ │ │ └── Pods-SwaggerClientTests │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── Pods-SwaggerClientTests-acknowledgements.markdown │ │ │ │ │ │ ├── Pods-SwaggerClientTests-acknowledgements.plist │ │ │ │ │ │ ├── Pods-SwaggerClientTests-dummy.m │ │ │ │ │ │ ├── Pods-SwaggerClientTests-frameworks.sh │ │ │ │ │ │ ├── Pods-SwaggerClientTests-resources.sh │ │ │ │ │ │ ├── Pods-SwaggerClientTests-umbrella.h │ │ │ │ │ │ ├── Pods-SwaggerClientTests.debug.xcconfig │ │ │ │ │ │ ├── Pods-SwaggerClientTests.modulemap │ │ │ │ │ │ └── Pods-SwaggerClientTests.release.xcconfig │ │ │ │ ├── SwaggerClient.xcodeproj │ │ │ │ │ ├── project.pbxproj │ │ │ │ │ └── xcshareddata │ │ │ │ │ │ └── xcschemes │ │ │ │ │ │ └── SwaggerClient.xcscheme │ │ │ │ ├── SwaggerClient.xcworkspace │ │ │ │ │ └── contents.xcworkspacedata │ │ │ │ ├── SwaggerClient │ │ │ │ │ ├── AppDelegate.swift │ │ │ │ │ ├── Assets.xcassets │ │ │ │ │ │ └── AppIcon.appiconset │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ ├── Base.lproj │ │ │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ │ │ └── Main.storyboard │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── ViewController.swift │ │ │ │ ├── SwaggerClientTests │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── PetAPITests.swift │ │ │ │ │ ├── StoreAPITests.swift │ │ │ │ │ └── UserAPITests.swift │ │ │ │ └── pom.xml │ │ │ └── git_push.sh │ │ ├── promisekit │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── Cartfile │ │ │ ├── PetstoreClient.podspec │ │ │ ├── PetstoreClient │ │ │ │ └── Classes │ │ │ │ │ └── Swaggers │ │ │ │ │ ├── APIHelper.swift │ │ │ │ │ ├── APIs.swift │ │ │ │ │ ├── APIs │ │ │ │ │ ├── PetAPI.swift │ │ │ │ │ ├── StoreAPI.swift │ │ │ │ │ └── UserAPI.swift │ │ │ │ │ ├── AlamofireImplementations.swift │ │ │ │ │ ├── Extensions.swift │ │ │ │ │ ├── Models.swift │ │ │ │ │ └── Models │ │ │ │ │ ├── Category.swift │ │ │ │ │ ├── Order.swift │ │ │ │ │ ├── Pet.swift │ │ │ │ │ ├── Tag.swift │ │ │ │ │ └── User.swift │ │ │ ├── SwaggerClientTests │ │ │ │ ├── Podfile │ │ │ │ ├── Pods │ │ │ │ │ ├── Alamofire │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ └── Source │ │ │ │ │ │ │ ├── Alamofire.swift │ │ │ │ │ │ │ ├── Download.swift │ │ │ │ │ │ │ ├── Error.swift │ │ │ │ │ │ │ ├── Manager.swift │ │ │ │ │ │ │ ├── MultipartFormData.swift │ │ │ │ │ │ │ ├── NetworkReachabilityManager.swift │ │ │ │ │ │ │ ├── Notifications.swift │ │ │ │ │ │ │ ├── ParameterEncoding.swift │ │ │ │ │ │ │ ├── Request.swift │ │ │ │ │ │ │ ├── Response.swift │ │ │ │ │ │ │ ├── ResponseSerialization.swift │ │ │ │ │ │ │ ├── Result.swift │ │ │ │ │ │ │ ├── ServerTrustPolicy.swift │ │ │ │ │ │ │ ├── Stream.swift │ │ │ │ │ │ │ ├── Timeline.swift │ │ │ │ │ │ │ ├── Upload.swift │ │ │ │ │ │ │ └── Validation.swift │ │ │ │ │ ├── Local Podspecs │ │ │ │ │ │ └── PetstoreClient.podspec.json │ │ │ │ │ ├── Manifest.lock │ │ │ │ │ ├── OMGHTTPURLRQ │ │ │ │ │ │ ├── README.markdown │ │ │ │ │ │ └── Sources │ │ │ │ │ │ │ ├── OMGFormURLEncode.h │ │ │ │ │ │ │ ├── OMGFormURLEncode.m │ │ │ │ │ │ │ ├── OMGHTTPURLRQ.h │ │ │ │ │ │ │ ├── OMGHTTPURLRQ.m │ │ │ │ │ │ │ ├── OMGUserAgent.h │ │ │ │ │ │ │ └── OMGUserAgent.m │ │ │ │ │ ├── Pods.xcodeproj │ │ │ │ │ │ └── project.pbxproj │ │ │ │ │ ├── PromiseKit │ │ │ │ │ │ ├── Categories │ │ │ │ │ │ │ ├── Foundation │ │ │ │ │ │ │ │ ├── NSNotificationCenter+AnyPromise.h │ │ │ │ │ │ │ │ ├── NSNotificationCenter+AnyPromise.m │ │ │ │ │ │ │ │ ├── NSNotificationCenter+Promise.swift │ │ │ │ │ │ │ │ ├── NSObject+Promise.swift │ │ │ │ │ │ │ │ ├── NSURLConnection+AnyPromise.h │ │ │ │ │ │ │ │ ├── NSURLConnection+AnyPromise.m │ │ │ │ │ │ │ │ ├── NSURLConnection+Promise.swift │ │ │ │ │ │ │ │ ├── NSURLSession+Promise.swift │ │ │ │ │ │ │ │ └── afterlife.swift │ │ │ │ │ │ │ ├── QuartzCore │ │ │ │ │ │ │ │ ├── CALayer+AnyPromise.h │ │ │ │ │ │ │ │ └── CALayer+AnyPromise.m │ │ │ │ │ │ │ └── UIKit │ │ │ │ │ │ │ │ ├── PMKAlertController.swift │ │ │ │ │ │ │ │ ├── UIActionSheet+AnyPromise.h │ │ │ │ │ │ │ │ ├── UIActionSheet+AnyPromise.m │ │ │ │ │ │ │ │ ├── UIActionSheet+Promise.swift │ │ │ │ │ │ │ │ ├── UIAlertView+AnyPromise.h │ │ │ │ │ │ │ │ ├── UIAlertView+AnyPromise.m │ │ │ │ │ │ │ │ ├── UIAlertView+Promise.swift │ │ │ │ │ │ │ │ ├── UIView+AnyPromise.h │ │ │ │ │ │ │ │ ├── UIView+AnyPromise.m │ │ │ │ │ │ │ │ ├── UIView+Promise.swift │ │ │ │ │ │ │ │ ├── UIViewController+AnyPromise.h │ │ │ │ │ │ │ │ ├── UIViewController+AnyPromise.m │ │ │ │ │ │ │ │ └── UIViewController+Promise.swift │ │ │ │ │ │ ├── README.markdown │ │ │ │ │ │ └── Sources │ │ │ │ │ │ │ ├── AnyPromise+Private.h │ │ │ │ │ │ │ ├── AnyPromise.h │ │ │ │ │ │ │ ├── AnyPromise.m │ │ │ │ │ │ │ ├── AnyPromise.swift │ │ │ │ │ │ │ ├── Error.swift │ │ │ │ │ │ │ ├── NSError+Cancellation.h │ │ │ │ │ │ │ ├── NSMethodSignatureForBlock.m │ │ │ │ │ │ │ ├── PMK.modulemap │ │ │ │ │ │ │ ├── PMKCallVariadicBlock.m │ │ │ │ │ │ │ ├── Promise+Properties.swift │ │ │ │ │ │ │ ├── Promise.swift │ │ │ │ │ │ │ ├── PromiseKit.h │ │ │ │ │ │ │ ├── State.swift │ │ │ │ │ │ │ ├── URLDataPromise.swift │ │ │ │ │ │ │ ├── Umbrella.h │ │ │ │ │ │ │ ├── after.m │ │ │ │ │ │ │ ├── after.swift │ │ │ │ │ │ │ ├── dispatch_promise.m │ │ │ │ │ │ │ ├── dispatch_promise.swift │ │ │ │ │ │ │ ├── hang.m │ │ │ │ │ │ │ ├── join.m │ │ │ │ │ │ │ ├── join.swift │ │ │ │ │ │ │ ├── race.swift │ │ │ │ │ │ │ ├── when.m │ │ │ │ │ │ │ └── when.swift │ │ │ │ │ └── Target Support Files │ │ │ │ │ │ ├── Alamofire │ │ │ │ │ │ ├── Alamofire-dummy.m │ │ │ │ │ │ ├── Alamofire-prefix.pch │ │ │ │ │ │ ├── Alamofire-umbrella.h │ │ │ │ │ │ ├── Alamofire.modulemap │ │ │ │ │ │ ├── Alamofire.xcconfig │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ ├── OMGHTTPURLRQ │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── OMGHTTPURLRQ-dummy.m │ │ │ │ │ │ ├── OMGHTTPURLRQ-prefix.pch │ │ │ │ │ │ ├── OMGHTTPURLRQ-umbrella.h │ │ │ │ │ │ ├── OMGHTTPURLRQ.modulemap │ │ │ │ │ │ └── OMGHTTPURLRQ.xcconfig │ │ │ │ │ │ ├── PetstoreClient │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── PetstoreClient-dummy.m │ │ │ │ │ │ ├── PetstoreClient-prefix.pch │ │ │ │ │ │ ├── PetstoreClient-umbrella.h │ │ │ │ │ │ ├── PetstoreClient.modulemap │ │ │ │ │ │ └── PetstoreClient.xcconfig │ │ │ │ │ │ ├── Pods-SwaggerClient │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── Pods-SwaggerClient-acknowledgements.markdown │ │ │ │ │ │ ├── Pods-SwaggerClient-acknowledgements.plist │ │ │ │ │ │ ├── Pods-SwaggerClient-dummy.m │ │ │ │ │ │ ├── Pods-SwaggerClient-frameworks.sh │ │ │ │ │ │ ├── Pods-SwaggerClient-resources.sh │ │ │ │ │ │ ├── Pods-SwaggerClient-umbrella.h │ │ │ │ │ │ ├── Pods-SwaggerClient.debug.xcconfig │ │ │ │ │ │ ├── Pods-SwaggerClient.modulemap │ │ │ │ │ │ └── Pods-SwaggerClient.release.xcconfig │ │ │ │ │ │ ├── Pods-SwaggerClientTests │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── Pods-SwaggerClientTests-acknowledgements.markdown │ │ │ │ │ │ ├── Pods-SwaggerClientTests-acknowledgements.plist │ │ │ │ │ │ ├── Pods-SwaggerClientTests-dummy.m │ │ │ │ │ │ ├── Pods-SwaggerClientTests-frameworks.sh │ │ │ │ │ │ ├── Pods-SwaggerClientTests-resources.sh │ │ │ │ │ │ ├── Pods-SwaggerClientTests-umbrella.h │ │ │ │ │ │ ├── Pods-SwaggerClientTests.debug.xcconfig │ │ │ │ │ │ ├── Pods-SwaggerClientTests.modulemap │ │ │ │ │ │ └── Pods-SwaggerClientTests.release.xcconfig │ │ │ │ │ │ └── PromiseKit │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── PromiseKit-dummy.m │ │ │ │ │ │ ├── PromiseKit-prefix.pch │ │ │ │ │ │ ├── PromiseKit.modulemap │ │ │ │ │ │ └── PromiseKit.xcconfig │ │ │ │ ├── SwaggerClient.xcodeproj │ │ │ │ │ ├── project.pbxproj │ │ │ │ │ └── xcshareddata │ │ │ │ │ │ └── xcschemes │ │ │ │ │ │ └── SwaggerClient.xcscheme │ │ │ │ ├── SwaggerClient.xcworkspace │ │ │ │ │ └── contents.xcworkspacedata │ │ │ │ ├── SwaggerClient │ │ │ │ │ ├── AppDelegate.swift │ │ │ │ │ ├── Assets.xcassets │ │ │ │ │ │ └── AppIcon.appiconset │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ ├── Base.lproj │ │ │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ │ │ └── Main.storyboard │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── ViewController.swift │ │ │ │ ├── SwaggerClientTests │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── PetAPITests.swift │ │ │ │ │ ├── StoreAPITests.swift │ │ │ │ │ └── UserAPITests.swift │ │ │ │ └── pom.xml │ │ │ └── git_push.sh │ │ └── rxswift │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── Cartfile │ │ │ ├── PetstoreClient.podspec │ │ │ ├── PetstoreClient │ │ │ └── Classes │ │ │ │ └── Swaggers │ │ │ │ ├── APIHelper.swift │ │ │ │ ├── APIs.swift │ │ │ │ ├── APIs │ │ │ │ ├── PetAPI.swift │ │ │ │ ├── StoreAPI.swift │ │ │ │ └── UserAPI.swift │ │ │ │ ├── AlamofireImplementations.swift │ │ │ │ ├── Extensions.swift │ │ │ │ ├── Models.swift │ │ │ │ └── Models │ │ │ │ ├── Category.swift │ │ │ │ ├── Order.swift │ │ │ │ ├── Pet.swift │ │ │ │ ├── Tag.swift │ │ │ │ └── User.swift │ │ │ ├── SwaggerClientTests │ │ │ ├── Podfile │ │ │ ├── Pods │ │ │ │ ├── Alamofire │ │ │ │ │ ├── README.md │ │ │ │ │ └── Source │ │ │ │ │ │ ├── Alamofire.swift │ │ │ │ │ │ ├── Download.swift │ │ │ │ │ │ ├── Error.swift │ │ │ │ │ │ ├── Manager.swift │ │ │ │ │ │ ├── MultipartFormData.swift │ │ │ │ │ │ ├── ParameterEncoding.swift │ │ │ │ │ │ ├── Request.swift │ │ │ │ │ │ ├── Response.swift │ │ │ │ │ │ ├── ResponseSerialization.swift │ │ │ │ │ │ ├── Result.swift │ │ │ │ │ │ ├── ServerTrustPolicy.swift │ │ │ │ │ │ ├── Stream.swift │ │ │ │ │ │ ├── Upload.swift │ │ │ │ │ │ └── Validation.swift │ │ │ │ ├── Local Podspecs │ │ │ │ │ └── PetstoreClient.podspec.json │ │ │ │ ├── Manifest.lock │ │ │ │ ├── Pods.xcodeproj │ │ │ │ │ └── project.pbxproj │ │ │ │ ├── RxSwift │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ ├── README.md │ │ │ │ │ └── RxSwift │ │ │ │ │ │ ├── AnyObserver.swift │ │ │ │ │ │ ├── Cancelable.swift │ │ │ │ │ │ ├── Concurrency │ │ │ │ │ │ ├── AsyncLock.swift │ │ │ │ │ │ ├── Lock.swift │ │ │ │ │ │ ├── LockOwnerType.swift │ │ │ │ │ │ ├── SynchronizedDisposeType.swift │ │ │ │ │ │ ├── SynchronizedOnType.swift │ │ │ │ │ │ ├── SynchronizedSubscribeType.swift │ │ │ │ │ │ └── SynchronizedUnsubscribeType.swift │ │ │ │ │ │ ├── ConnectableObservableType.swift │ │ │ │ │ │ ├── DataStructures │ │ │ │ │ │ ├── Bag.swift │ │ │ │ │ │ ├── InfiniteSequence.swift │ │ │ │ │ │ ├── PriorityQueue.swift │ │ │ │ │ │ └── Queue.swift │ │ │ │ │ │ ├── Disposable.swift │ │ │ │ │ │ ├── Disposables │ │ │ │ │ │ ├── AnonymousDisposable.swift │ │ │ │ │ │ ├── BinaryDisposable.swift │ │ │ │ │ │ ├── BooleanDisposable.swift │ │ │ │ │ │ ├── CompositeDisposable.swift │ │ │ │ │ │ ├── DisposeBag.swift │ │ │ │ │ │ ├── DisposeBase.swift │ │ │ │ │ │ ├── NAryDisposable.swift │ │ │ │ │ │ ├── NopDisposable.swift │ │ │ │ │ │ ├── RefCountDisposable.swift │ │ │ │ │ │ ├── ScheduledDisposable.swift │ │ │ │ │ │ ├── SerialDisposable.swift │ │ │ │ │ │ ├── SingleAssignmentDisposable.swift │ │ │ │ │ │ ├── StableCompositeDisposable.swift │ │ │ │ │ │ └── SubscriptionDisposable.swift │ │ │ │ │ │ ├── Errors.swift │ │ │ │ │ │ ├── Event.swift │ │ │ │ │ │ ├── Extensions │ │ │ │ │ │ └── String+Rx.swift │ │ │ │ │ │ ├── ImmediateSchedulerType.swift │ │ │ │ │ │ ├── Observable+Extensions.swift │ │ │ │ │ │ ├── Observable.swift │ │ │ │ │ │ ├── ObservableConvertibleType.swift │ │ │ │ │ │ ├── ObservableType.swift │ │ │ │ │ │ ├── Observables │ │ │ │ │ │ ├── Implementations │ │ │ │ │ │ │ ├── AddRef.swift │ │ │ │ │ │ │ ├── Amb.swift │ │ │ │ │ │ │ ├── AnonymousObservable.swift │ │ │ │ │ │ │ ├── Buffer.swift │ │ │ │ │ │ │ ├── Catch.swift │ │ │ │ │ │ │ ├── CombineLatest+CollectionType.swift │ │ │ │ │ │ │ ├── CombineLatest+arity.swift │ │ │ │ │ │ │ ├── CombineLatest.swift │ │ │ │ │ │ │ ├── Concat.swift │ │ │ │ │ │ │ ├── ConnectableObservable.swift │ │ │ │ │ │ │ ├── Debug.swift │ │ │ │ │ │ │ ├── Deferred.swift │ │ │ │ │ │ │ ├── DelaySubscription.swift │ │ │ │ │ │ │ ├── DistinctUntilChanged.swift │ │ │ │ │ │ │ ├── Do.swift │ │ │ │ │ │ │ ├── ElementAt.swift │ │ │ │ │ │ │ ├── Empty.swift │ │ │ │ │ │ │ ├── Error.swift │ │ │ │ │ │ │ ├── Filter.swift │ │ │ │ │ │ │ ├── Generate.swift │ │ │ │ │ │ │ ├── Just.swift │ │ │ │ │ │ │ ├── Map.swift │ │ │ │ │ │ │ ├── Merge.swift │ │ │ │ │ │ │ ├── Multicast.swift │ │ │ │ │ │ │ ├── Never.swift │ │ │ │ │ │ │ ├── ObserveOn.swift │ │ │ │ │ │ │ ├── ObserveOnSerialDispatchQueue.swift │ │ │ │ │ │ │ ├── Producer.swift │ │ │ │ │ │ │ ├── Range.swift │ │ │ │ │ │ │ ├── Reduce.swift │ │ │ │ │ │ │ ├── RefCount.swift │ │ │ │ │ │ │ ├── Repeat.swift │ │ │ │ │ │ │ ├── RetryWhen.swift │ │ │ │ │ │ │ ├── Sample.swift │ │ │ │ │ │ │ ├── Scan.swift │ │ │ │ │ │ │ ├── Sequence.swift │ │ │ │ │ │ │ ├── ShareReplay1.swift │ │ │ │ │ │ │ ├── ShareReplay1WhileConnected.swift │ │ │ │ │ │ │ ├── SingleAsync.swift │ │ │ │ │ │ │ ├── Sink.swift │ │ │ │ │ │ │ ├── Skip.swift │ │ │ │ │ │ │ ├── SkipUntil.swift │ │ │ │ │ │ │ ├── SkipWhile.swift │ │ │ │ │ │ │ ├── StartWith.swift │ │ │ │ │ │ │ ├── SubscribeOn.swift │ │ │ │ │ │ │ ├── Switch.swift │ │ │ │ │ │ │ ├── Take.swift │ │ │ │ │ │ │ ├── TakeLast.swift │ │ │ │ │ │ │ ├── TakeUntil.swift │ │ │ │ │ │ │ ├── TakeWhile.swift │ │ │ │ │ │ │ ├── Throttle.swift │ │ │ │ │ │ │ ├── Timeout.swift │ │ │ │ │ │ │ ├── Timer.swift │ │ │ │ │ │ │ ├── ToArray.swift │ │ │ │ │ │ │ ├── Using.swift │ │ │ │ │ │ │ ├── Window.swift │ │ │ │ │ │ │ ├── WithLatestFrom.swift │ │ │ │ │ │ │ ├── Zip+CollectionType.swift │ │ │ │ │ │ │ ├── Zip+arity.swift │ │ │ │ │ │ │ └── Zip.swift │ │ │ │ │ │ ├── Observable+Aggregate.swift │ │ │ │ │ │ ├── Observable+Binding.swift │ │ │ │ │ │ ├── Observable+Concurrency.swift │ │ │ │ │ │ ├── Observable+Creation.swift │ │ │ │ │ │ ├── Observable+Debug.swift │ │ │ │ │ │ ├── Observable+Multiple.swift │ │ │ │ │ │ ├── Observable+Single.swift │ │ │ │ │ │ ├── Observable+StandardSequenceOperators.swift │ │ │ │ │ │ └── Observable+Time.swift │ │ │ │ │ │ ├── ObserverType.swift │ │ │ │ │ │ ├── Observers │ │ │ │ │ │ ├── AnonymousObserver.swift │ │ │ │ │ │ ├── ObserverBase.swift │ │ │ │ │ │ └── TailRecursiveSink.swift │ │ │ │ │ │ ├── Platform │ │ │ │ │ │ ├── Platform.Darwin.swift │ │ │ │ │ │ └── Platform.Linux.swift │ │ │ │ │ │ ├── Rx.swift │ │ │ │ │ │ ├── RxMutableBox.swift │ │ │ │ │ │ ├── SchedulerType.swift │ │ │ │ │ │ ├── Schedulers │ │ │ │ │ │ ├── ConcurrentDispatchQueueScheduler.swift │ │ │ │ │ │ ├── ConcurrentMainScheduler.swift │ │ │ │ │ │ ├── CurrentThreadScheduler.swift │ │ │ │ │ │ ├── DispatchQueueSchedulerQOS.swift │ │ │ │ │ │ ├── HistoricalScheduler.swift │ │ │ │ │ │ ├── HistoricalSchedulerTimeConverter.swift │ │ │ │ │ │ ├── ImmediateScheduler.swift │ │ │ │ │ │ ├── Internal │ │ │ │ │ │ │ ├── AnonymousInvocable.swift │ │ │ │ │ │ │ ├── InvocableScheduledItem.swift │ │ │ │ │ │ │ ├── InvocableType.swift │ │ │ │ │ │ │ ├── ScheduledItem.swift │ │ │ │ │ │ │ └── ScheduledItemType.swift │ │ │ │ │ │ ├── MainScheduler.swift │ │ │ │ │ │ ├── OperationQueueScheduler.swift │ │ │ │ │ │ ├── RecursiveScheduler.swift │ │ │ │ │ │ ├── SchedulerServices+Emulation.swift │ │ │ │ │ │ ├── SerialDispatchQueueScheduler.swift │ │ │ │ │ │ ├── VirtualTimeConverterType.swift │ │ │ │ │ │ └── VirtualTimeScheduler.swift │ │ │ │ │ │ └── Subjects │ │ │ │ │ │ ├── BehaviorSubject.swift │ │ │ │ │ │ ├── PublishSubject.swift │ │ │ │ │ │ ├── ReplaySubject.swift │ │ │ │ │ │ ├── SubjectType.swift │ │ │ │ │ │ └── Variable.swift │ │ │ │ └── Target Support Files │ │ │ │ │ ├── Alamofire │ │ │ │ │ ├── Alamofire-dummy.m │ │ │ │ │ ├── Alamofire-prefix.pch │ │ │ │ │ ├── Alamofire-umbrella.h │ │ │ │ │ ├── Alamofire.modulemap │ │ │ │ │ ├── Alamofire.xcconfig │ │ │ │ │ └── Info.plist │ │ │ │ │ ├── PetstoreClient │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── PetstoreClient-dummy.m │ │ │ │ │ ├── PetstoreClient-prefix.pch │ │ │ │ │ ├── PetstoreClient-umbrella.h │ │ │ │ │ ├── PetstoreClient.modulemap │ │ │ │ │ └── PetstoreClient.xcconfig │ │ │ │ │ ├── Pods-SwaggerClient │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── Pods-SwaggerClient-acknowledgements.markdown │ │ │ │ │ ├── Pods-SwaggerClient-acknowledgements.plist │ │ │ │ │ ├── Pods-SwaggerClient-dummy.m │ │ │ │ │ ├── Pods-SwaggerClient-frameworks.sh │ │ │ │ │ ├── Pods-SwaggerClient-resources.sh │ │ │ │ │ ├── Pods-SwaggerClient-umbrella.h │ │ │ │ │ ├── Pods-SwaggerClient.debug.xcconfig │ │ │ │ │ ├── Pods-SwaggerClient.modulemap │ │ │ │ │ └── Pods-SwaggerClient.release.xcconfig │ │ │ │ │ ├── Pods-SwaggerClientTests │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── Pods-SwaggerClientTests-acknowledgements.markdown │ │ │ │ │ ├── Pods-SwaggerClientTests-acknowledgements.plist │ │ │ │ │ ├── Pods-SwaggerClientTests-dummy.m │ │ │ │ │ ├── Pods-SwaggerClientTests-frameworks.sh │ │ │ │ │ ├── Pods-SwaggerClientTests-resources.sh │ │ │ │ │ ├── Pods-SwaggerClientTests-umbrella.h │ │ │ │ │ ├── Pods-SwaggerClientTests.debug.xcconfig │ │ │ │ │ ├── Pods-SwaggerClientTests.modulemap │ │ │ │ │ └── Pods-SwaggerClientTests.release.xcconfig │ │ │ │ │ └── RxSwift │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── RxSwift-dummy.m │ │ │ │ │ ├── RxSwift-prefix.pch │ │ │ │ │ ├── RxSwift-umbrella.h │ │ │ │ │ ├── RxSwift.modulemap │ │ │ │ │ └── RxSwift.xcconfig │ │ │ ├── SwaggerClient.xcodeproj │ │ │ │ ├── project.pbxproj │ │ │ │ ├── project.xcworkspace │ │ │ │ │ └── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ │ └── xcschemes │ │ │ │ │ └── SwaggerClient.xcscheme │ │ │ ├── SwaggerClient.xcworkspace │ │ │ │ └── contents.xcworkspacedata │ │ │ ├── SwaggerClient │ │ │ │ ├── AppDelegate.swift │ │ │ │ ├── Assets.xcassets │ │ │ │ │ └── AppIcon.appiconset │ │ │ │ │ │ └── Contents.json │ │ │ │ ├── Base.lproj │ │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ │ └── Main.storyboard │ │ │ │ ├── Info.plist │ │ │ │ └── ViewController.swift │ │ │ ├── SwaggerClientTests │ │ │ │ ├── Info.plist │ │ │ │ ├── PetAPITests.swift │ │ │ │ ├── StoreAPITests.swift │ │ │ │ └── UserAPITests.swift │ │ │ └── pom.xml │ │ │ └── git_push.sh │ │ ├── swift3 │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── default │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── Cartfile │ │ │ ├── PetstoreClient.podspec │ │ │ ├── PetstoreClient │ │ │ │ └── Classes │ │ │ │ │ └── Swaggers │ │ │ │ │ ├── APIHelper.swift │ │ │ │ │ ├── APIs.swift │ │ │ │ │ ├── APIs │ │ │ │ │ ├── FakeAPI.swift │ │ │ │ │ ├── FakeclassnametagsAPI.swift │ │ │ │ │ ├── PetAPI.swift │ │ │ │ │ ├── StoreAPI.swift │ │ │ │ │ └── UserAPI.swift │ │ │ │ │ ├── AlamofireImplementations.swift │ │ │ │ │ ├── Extensions.swift │ │ │ │ │ ├── Models.swift │ │ │ │ │ └── Models │ │ │ │ │ ├── AdditionalPropertiesClass.swift │ │ │ │ │ ├── Animal.swift │ │ │ │ │ ├── AnimalFarm.swift │ │ │ │ │ ├── ApiResponse.swift │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.swift │ │ │ │ │ ├── ArrayOfNumberOnly.swift │ │ │ │ │ ├── ArrayTest.swift │ │ │ │ │ ├── Capitalization.swift │ │ │ │ │ ├── Cat.swift │ │ │ │ │ ├── Category.swift │ │ │ │ │ ├── ClassModel.swift │ │ │ │ │ ├── Client.swift │ │ │ │ │ ├── Dog.swift │ │ │ │ │ ├── EnumArrays.swift │ │ │ │ │ ├── EnumClass.swift │ │ │ │ │ ├── EnumTest.swift │ │ │ │ │ ├── FormatTest.swift │ │ │ │ │ ├── HasOnlyReadOnly.swift │ │ │ │ │ ├── List.swift │ │ │ │ │ ├── MapTest.swift │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.swift │ │ │ │ │ ├── Model200Response.swift │ │ │ │ │ ├── Name.swift │ │ │ │ │ ├── NumberOnly.swift │ │ │ │ │ ├── Order.swift │ │ │ │ │ ├── OuterEnum.swift │ │ │ │ │ ├── Pet.swift │ │ │ │ │ ├── ReadOnlyFirst.swift │ │ │ │ │ ├── Return.swift │ │ │ │ │ ├── SpecialModelName.swift │ │ │ │ │ ├── Tag.swift │ │ │ │ │ └── User.swift │ │ │ ├── SwaggerClientTests │ │ │ │ ├── Podfile │ │ │ │ ├── Podfile.lock │ │ │ │ ├── Pods │ │ │ │ │ ├── Alamofire │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ └── Source │ │ │ │ │ │ │ ├── AFError.swift │ │ │ │ │ │ │ ├── Alamofire.swift │ │ │ │ │ │ │ ├── DispatchQueue+Alamofire.swift │ │ │ │ │ │ │ ├── MultipartFormData.swift │ │ │ │ │ │ │ ├── NetworkReachabilityManager.swift │ │ │ │ │ │ │ ├── Notifications.swift │ │ │ │ │ │ │ ├── ParameterEncoding.swift │ │ │ │ │ │ │ ├── Request.swift │ │ │ │ │ │ │ ├── Response.swift │ │ │ │ │ │ │ ├── ResponseSerialization.swift │ │ │ │ │ │ │ ├── Result.swift │ │ │ │ │ │ │ ├── ServerTrustPolicy.swift │ │ │ │ │ │ │ ├── SessionDelegate.swift │ │ │ │ │ │ │ ├── SessionManager.swift │ │ │ │ │ │ │ ├── TaskDelegate.swift │ │ │ │ │ │ │ ├── Timeline.swift │ │ │ │ │ │ │ └── Validation.swift │ │ │ │ │ ├── Local Podspecs │ │ │ │ │ │ └── PetstoreClient.podspec.json │ │ │ │ │ ├── Manifest.lock │ │ │ │ │ ├── Pods.xcodeproj │ │ │ │ │ │ └── project.pbxproj │ │ │ │ │ └── Target Support Files │ │ │ │ │ │ ├── Alamofire │ │ │ │ │ │ ├── Alamofire-dummy.m │ │ │ │ │ │ ├── Alamofire-prefix.pch │ │ │ │ │ │ ├── Alamofire-umbrella.h │ │ │ │ │ │ ├── Alamofire.modulemap │ │ │ │ │ │ ├── Alamofire.xcconfig │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ ├── PetstoreClient │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── PetstoreClient-dummy.m │ │ │ │ │ │ ├── PetstoreClient-prefix.pch │ │ │ │ │ │ ├── PetstoreClient-umbrella.h │ │ │ │ │ │ ├── PetstoreClient.modulemap │ │ │ │ │ │ └── PetstoreClient.xcconfig │ │ │ │ │ │ ├── Pods-SwaggerClient │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── Pods-SwaggerClient-acknowledgements.markdown │ │ │ │ │ │ ├── Pods-SwaggerClient-acknowledgements.plist │ │ │ │ │ │ ├── Pods-SwaggerClient-dummy.m │ │ │ │ │ │ ├── Pods-SwaggerClient-frameworks.sh │ │ │ │ │ │ ├── Pods-SwaggerClient-resources.sh │ │ │ │ │ │ ├── Pods-SwaggerClient-umbrella.h │ │ │ │ │ │ ├── Pods-SwaggerClient.debug.xcconfig │ │ │ │ │ │ ├── Pods-SwaggerClient.modulemap │ │ │ │ │ │ └── Pods-SwaggerClient.release.xcconfig │ │ │ │ │ │ └── Pods-SwaggerClientTests │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── Pods-SwaggerClientTests-acknowledgements.markdown │ │ │ │ │ │ ├── Pods-SwaggerClientTests-acknowledgements.plist │ │ │ │ │ │ ├── Pods-SwaggerClientTests-dummy.m │ │ │ │ │ │ ├── Pods-SwaggerClientTests-frameworks.sh │ │ │ │ │ │ ├── Pods-SwaggerClientTests-resources.sh │ │ │ │ │ │ ├── Pods-SwaggerClientTests-umbrella.h │ │ │ │ │ │ ├── Pods-SwaggerClientTests.debug.xcconfig │ │ │ │ │ │ ├── Pods-SwaggerClientTests.modulemap │ │ │ │ │ │ └── Pods-SwaggerClientTests.release.xcconfig │ │ │ │ ├── SwaggerClient.xcodeproj │ │ │ │ │ ├── project.pbxproj │ │ │ │ │ └── xcshareddata │ │ │ │ │ │ └── xcschemes │ │ │ │ │ │ └── SwaggerClient.xcscheme │ │ │ │ ├── SwaggerClient.xcworkspace │ │ │ │ │ └── contents.xcworkspacedata │ │ │ │ ├── SwaggerClient │ │ │ │ │ ├── AppDelegate.swift │ │ │ │ │ ├── Assets.xcassets │ │ │ │ │ │ └── AppIcon.appiconset │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ ├── Base.lproj │ │ │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ │ │ └── Main.storyboard │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── ViewController.swift │ │ │ │ ├── SwaggerClientTests │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── PetAPITests.swift │ │ │ │ │ ├── StoreAPITests.swift │ │ │ │ │ └── UserAPITests.swift │ │ │ │ └── pom.xml │ │ │ └── git_push.sh │ │ ├── promisekit │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── Cartfile │ │ │ ├── PetstoreClient.podspec │ │ │ ├── PetstoreClient │ │ │ │ └── Classes │ │ │ │ │ └── Swaggers │ │ │ │ │ ├── APIHelper.swift │ │ │ │ │ ├── APIs.swift │ │ │ │ │ ├── APIs │ │ │ │ │ ├── FakeAPI.swift │ │ │ │ │ ├── FakeclassnametagsAPI.swift │ │ │ │ │ ├── PetAPI.swift │ │ │ │ │ ├── StoreAPI.swift │ │ │ │ │ └── UserAPI.swift │ │ │ │ │ ├── AlamofireImplementations.swift │ │ │ │ │ ├── Extensions.swift │ │ │ │ │ ├── Models.swift │ │ │ │ │ └── Models │ │ │ │ │ ├── AdditionalPropertiesClass.swift │ │ │ │ │ ├── Animal.swift │ │ │ │ │ ├── AnimalFarm.swift │ │ │ │ │ ├── ApiResponse.swift │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.swift │ │ │ │ │ ├── ArrayOfNumberOnly.swift │ │ │ │ │ ├── ArrayTest.swift │ │ │ │ │ ├── Capitalization.swift │ │ │ │ │ ├── Cat.swift │ │ │ │ │ ├── Category.swift │ │ │ │ │ ├── ClassModel.swift │ │ │ │ │ ├── Client.swift │ │ │ │ │ ├── Dog.swift │ │ │ │ │ ├── EnumArrays.swift │ │ │ │ │ ├── EnumClass.swift │ │ │ │ │ ├── EnumTest.swift │ │ │ │ │ ├── FormatTest.swift │ │ │ │ │ ├── HasOnlyReadOnly.swift │ │ │ │ │ ├── List.swift │ │ │ │ │ ├── MapTest.swift │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.swift │ │ │ │ │ ├── Model200Response.swift │ │ │ │ │ ├── Name.swift │ │ │ │ │ ├── NumberOnly.swift │ │ │ │ │ ├── Order.swift │ │ │ │ │ ├── OuterEnum.swift │ │ │ │ │ ├── Pet.swift │ │ │ │ │ ├── ReadOnlyFirst.swift │ │ │ │ │ ├── Return.swift │ │ │ │ │ ├── SpecialModelName.swift │ │ │ │ │ ├── Tag.swift │ │ │ │ │ └── User.swift │ │ │ ├── SwaggerClientTests │ │ │ │ ├── Podfile │ │ │ │ ├── Podfile.lock │ │ │ │ ├── Pods │ │ │ │ │ ├── Alamofire │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ └── Source │ │ │ │ │ │ │ ├── AFError.swift │ │ │ │ │ │ │ ├── Alamofire.swift │ │ │ │ │ │ │ ├── DispatchQueue+Alamofire.swift │ │ │ │ │ │ │ ├── MultipartFormData.swift │ │ │ │ │ │ │ ├── NetworkReachabilityManager.swift │ │ │ │ │ │ │ ├── Notifications.swift │ │ │ │ │ │ │ ├── ParameterEncoding.swift │ │ │ │ │ │ │ ├── Request.swift │ │ │ │ │ │ │ ├── Response.swift │ │ │ │ │ │ │ ├── ResponseSerialization.swift │ │ │ │ │ │ │ ├── Result.swift │ │ │ │ │ │ │ ├── ServerTrustPolicy.swift │ │ │ │ │ │ │ ├── SessionDelegate.swift │ │ │ │ │ │ │ ├── SessionManager.swift │ │ │ │ │ │ │ ├── TaskDelegate.swift │ │ │ │ │ │ │ ├── Timeline.swift │ │ │ │ │ │ │ └── Validation.swift │ │ │ │ │ ├── Local Podspecs │ │ │ │ │ │ └── PetstoreClient.podspec.json │ │ │ │ │ ├── Manifest.lock │ │ │ │ │ ├── Pods.xcodeproj │ │ │ │ │ │ └── project.pbxproj │ │ │ │ │ ├── PromiseKit │ │ │ │ │ │ ├── Extensions │ │ │ │ │ │ │ ├── Foundation │ │ │ │ │ │ │ │ └── Sources │ │ │ │ │ │ │ │ │ ├── NSNotificationCenter+AnyPromise.h │ │ │ │ │ │ │ │ │ ├── NSNotificationCenter+AnyPromise.m │ │ │ │ │ │ │ │ │ ├── NSNotificationCenter+Promise.swift │ │ │ │ │ │ │ │ │ ├── NSObject+Promise.swift │ │ │ │ │ │ │ │ │ ├── NSURLSession+AnyPromise.h │ │ │ │ │ │ │ │ │ ├── NSURLSession+AnyPromise.m │ │ │ │ │ │ │ │ │ ├── NSURLSession+Promise.swift │ │ │ │ │ │ │ │ │ ├── PMKFoundation.h │ │ │ │ │ │ │ │ │ ├── Process+Promise.swift │ │ │ │ │ │ │ │ │ ├── URLDataPromise.swift │ │ │ │ │ │ │ │ │ └── afterlife.swift │ │ │ │ │ │ │ ├── QuartzCore │ │ │ │ │ │ │ │ └── Sources │ │ │ │ │ │ │ │ │ ├── CALayer+AnyPromise.h │ │ │ │ │ │ │ │ │ ├── CALayer+AnyPromise.m │ │ │ │ │ │ │ │ │ └── PMKQuartzCore.h │ │ │ │ │ │ │ └── UIKit │ │ │ │ │ │ │ │ └── Sources │ │ │ │ │ │ │ │ ├── PMKAlertController.swift │ │ │ │ │ │ │ │ ├── PMKUIKit.h │ │ │ │ │ │ │ │ ├── UIView+AnyPromise.h │ │ │ │ │ │ │ │ ├── UIView+AnyPromise.m │ │ │ │ │ │ │ │ ├── UIView+Promise.swift │ │ │ │ │ │ │ │ ├── UIViewController+AnyPromise.h │ │ │ │ │ │ │ │ ├── UIViewController+AnyPromise.m │ │ │ │ │ │ │ │ └── UIViewController+Promise.swift │ │ │ │ │ │ ├── README.markdown │ │ │ │ │ │ └── Sources │ │ │ │ │ │ │ ├── AAA-CocoaPods-Hack.h │ │ │ │ │ │ │ ├── AnyPromise+Private.h │ │ │ │ │ │ │ ├── AnyPromise.h │ │ │ │ │ │ │ ├── AnyPromise.m │ │ │ │ │ │ │ ├── AnyPromise.swift │ │ │ │ │ │ │ ├── DispatchQueue+Promise.swift │ │ │ │ │ │ │ ├── Error.swift │ │ │ │ │ │ │ ├── GlobalState.m │ │ │ │ │ │ │ ├── NSMethodSignatureForBlock.m │ │ │ │ │ │ │ ├── PMKCallVariadicBlock.m │ │ │ │ │ │ │ ├── Promise+AnyPromise.swift │ │ │ │ │ │ │ ├── Promise+Properties.swift │ │ │ │ │ │ │ ├── Promise.swift │ │ │ │ │ │ │ ├── PromiseKit.h │ │ │ │ │ │ │ ├── State.swift │ │ │ │ │ │ │ ├── Zalgo.swift │ │ │ │ │ │ │ ├── after.m │ │ │ │ │ │ │ ├── after.swift │ │ │ │ │ │ │ ├── dispatch_promise.m │ │ │ │ │ │ │ ├── hang.m │ │ │ │ │ │ │ ├── join.m │ │ │ │ │ │ │ ├── join.swift │ │ │ │ │ │ │ ├── race.swift │ │ │ │ │ │ │ ├── when.m │ │ │ │ │ │ │ ├── when.swift │ │ │ │ │ │ │ └── wrap.swift │ │ │ │ │ └── Target Support Files │ │ │ │ │ │ ├── Alamofire │ │ │ │ │ │ ├── Alamofire-dummy.m │ │ │ │ │ │ ├── Alamofire-prefix.pch │ │ │ │ │ │ ├── Alamofire-umbrella.h │ │ │ │ │ │ ├── Alamofire.modulemap │ │ │ │ │ │ ├── Alamofire.xcconfig │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ ├── PetstoreClient │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── PetstoreClient-dummy.m │ │ │ │ │ │ ├── PetstoreClient-prefix.pch │ │ │ │ │ │ ├── PetstoreClient-umbrella.h │ │ │ │ │ │ ├── PetstoreClient.modulemap │ │ │ │ │ │ └── PetstoreClient.xcconfig │ │ │ │ │ │ ├── Pods-SwaggerClient │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── Pods-SwaggerClient-acknowledgements.markdown │ │ │ │ │ │ ├── Pods-SwaggerClient-acknowledgements.plist │ │ │ │ │ │ ├── Pods-SwaggerClient-dummy.m │ │ │ │ │ │ ├── Pods-SwaggerClient-frameworks.sh │ │ │ │ │ │ ├── Pods-SwaggerClient-resources.sh │ │ │ │ │ │ ├── Pods-SwaggerClient-umbrella.h │ │ │ │ │ │ ├── Pods-SwaggerClient.debug.xcconfig │ │ │ │ │ │ ├── Pods-SwaggerClient.modulemap │ │ │ │ │ │ └── Pods-SwaggerClient.release.xcconfig │ │ │ │ │ │ ├── Pods-SwaggerClientTests │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── Pods-SwaggerClientTests-acknowledgements.markdown │ │ │ │ │ │ ├── Pods-SwaggerClientTests-acknowledgements.plist │ │ │ │ │ │ ├── Pods-SwaggerClientTests-dummy.m │ │ │ │ │ │ ├── Pods-SwaggerClientTests-frameworks.sh │ │ │ │ │ │ ├── Pods-SwaggerClientTests-resources.sh │ │ │ │ │ │ ├── Pods-SwaggerClientTests-umbrella.h │ │ │ │ │ │ ├── Pods-SwaggerClientTests.debug.xcconfig │ │ │ │ │ │ ├── Pods-SwaggerClientTests.modulemap │ │ │ │ │ │ └── Pods-SwaggerClientTests.release.xcconfig │ │ │ │ │ │ └── PromiseKit │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── PromiseKit-dummy.m │ │ │ │ │ │ ├── PromiseKit-prefix.pch │ │ │ │ │ │ ├── PromiseKit-umbrella.h │ │ │ │ │ │ ├── PromiseKit.modulemap │ │ │ │ │ │ └── PromiseKit.xcconfig │ │ │ │ ├── SwaggerClient.xcodeproj │ │ │ │ │ ├── project.pbxproj │ │ │ │ │ └── xcshareddata │ │ │ │ │ │ └── xcschemes │ │ │ │ │ │ └── SwaggerClient.xcscheme │ │ │ │ ├── SwaggerClient.xcworkspace │ │ │ │ │ └── contents.xcworkspacedata │ │ │ │ ├── SwaggerClient │ │ │ │ │ ├── AppDelegate.swift │ │ │ │ │ ├── Assets.xcassets │ │ │ │ │ │ └── AppIcon.appiconset │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ ├── Base.lproj │ │ │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ │ │ └── Main.storyboard │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── ViewController.swift │ │ │ │ ├── SwaggerClientTests │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── PetAPITests.swift │ │ │ │ │ ├── StoreAPITests.swift │ │ │ │ │ └── UserAPITests.swift │ │ │ │ └── pom.xml │ │ │ └── git_push.sh │ │ └── rxswift │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── Cartfile │ │ │ ├── PetstoreClient.podspec │ │ │ ├── PetstoreClient │ │ │ └── Classes │ │ │ │ └── Swaggers │ │ │ │ ├── APIHelper.swift │ │ │ │ ├── APIs.swift │ │ │ │ ├── APIs │ │ │ │ ├── FakeAPI.swift │ │ │ │ ├── FakeclassnametagsAPI.swift │ │ │ │ ├── PetAPI.swift │ │ │ │ ├── StoreAPI.swift │ │ │ │ └── UserAPI.swift │ │ │ │ ├── AlamofireImplementations.swift │ │ │ │ ├── Extensions.swift │ │ │ │ ├── Models.swift │ │ │ │ └── Models │ │ │ │ ├── AdditionalPropertiesClass.swift │ │ │ │ ├── Animal.swift │ │ │ │ ├── AnimalFarm.swift │ │ │ │ ├── ApiResponse.swift │ │ │ │ ├── ArrayOfArrayOfNumberOnly.swift │ │ │ │ ├── ArrayOfNumberOnly.swift │ │ │ │ ├── ArrayTest.swift │ │ │ │ ├── Capitalization.swift │ │ │ │ ├── Cat.swift │ │ │ │ ├── Category.swift │ │ │ │ ├── ClassModel.swift │ │ │ │ ├── Client.swift │ │ │ │ ├── Dog.swift │ │ │ │ ├── EnumArrays.swift │ │ │ │ ├── EnumClass.swift │ │ │ │ ├── EnumTest.swift │ │ │ │ ├── FormatTest.swift │ │ │ │ ├── HasOnlyReadOnly.swift │ │ │ │ ├── List.swift │ │ │ │ ├── MapTest.swift │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.swift │ │ │ │ ├── Model200Response.swift │ │ │ │ ├── Name.swift │ │ │ │ ├── NumberOnly.swift │ │ │ │ ├── Order.swift │ │ │ │ ├── OuterEnum.swift │ │ │ │ ├── Pet.swift │ │ │ │ ├── ReadOnlyFirst.swift │ │ │ │ ├── Return.swift │ │ │ │ ├── SpecialModelName.swift │ │ │ │ ├── Tag.swift │ │ │ │ └── User.swift │ │ │ ├── SwaggerClientTests │ │ │ ├── Podfile │ │ │ ├── Podfile.lock │ │ │ ├── Pods │ │ │ │ ├── Alamofire │ │ │ │ │ ├── README.md │ │ │ │ │ └── Source │ │ │ │ │ │ ├── AFError.swift │ │ │ │ │ │ ├── Alamofire.swift │ │ │ │ │ │ ├── DispatchQueue+Alamofire.swift │ │ │ │ │ │ ├── MultipartFormData.swift │ │ │ │ │ │ ├── NetworkReachabilityManager.swift │ │ │ │ │ │ ├── Notifications.swift │ │ │ │ │ │ ├── ParameterEncoding.swift │ │ │ │ │ │ ├── Request.swift │ │ │ │ │ │ ├── Response.swift │ │ │ │ │ │ ├── ResponseSerialization.swift │ │ │ │ │ │ ├── Result.swift │ │ │ │ │ │ ├── ServerTrustPolicy.swift │ │ │ │ │ │ ├── SessionDelegate.swift │ │ │ │ │ │ ├── SessionManager.swift │ │ │ │ │ │ ├── TaskDelegate.swift │ │ │ │ │ │ ├── Timeline.swift │ │ │ │ │ │ └── Validation.swift │ │ │ │ ├── Local Podspecs │ │ │ │ │ └── PetstoreClient.podspec.json │ │ │ │ ├── Manifest.lock │ │ │ │ ├── Pods.xcodeproj │ │ │ │ │ └── project.pbxproj │ │ │ │ ├── RxSwift │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ ├── README.md │ │ │ │ │ └── RxSwift │ │ │ │ │ │ ├── AnyObserver.swift │ │ │ │ │ │ ├── Cancelable.swift │ │ │ │ │ │ ├── Concurrency │ │ │ │ │ │ ├── AsyncLock.swift │ │ │ │ │ │ ├── Lock.swift │ │ │ │ │ │ ├── LockOwnerType.swift │ │ │ │ │ │ ├── SynchronizedDisposeType.swift │ │ │ │ │ │ ├── SynchronizedOnType.swift │ │ │ │ │ │ ├── SynchronizedSubscribeType.swift │ │ │ │ │ │ └── SynchronizedUnsubscribeType.swift │ │ │ │ │ │ ├── ConnectableObservableType.swift │ │ │ │ │ │ ├── DataStructures │ │ │ │ │ │ ├── Bag.swift │ │ │ │ │ │ ├── InfiniteSequence.swift │ │ │ │ │ │ ├── PriorityQueue.swift │ │ │ │ │ │ └── Queue.swift │ │ │ │ │ │ ├── Disposable.swift │ │ │ │ │ │ ├── Disposables │ │ │ │ │ │ ├── AnonymousDisposable.swift │ │ │ │ │ │ ├── BinaryDisposable.swift │ │ │ │ │ │ ├── BooleanDisposable.swift │ │ │ │ │ │ ├── CompositeDisposable.swift │ │ │ │ │ │ ├── Disposables.swift │ │ │ │ │ │ ├── DisposeBag.swift │ │ │ │ │ │ ├── DisposeBase.swift │ │ │ │ │ │ ├── NopDisposable.swift │ │ │ │ │ │ ├── RefCountDisposable.swift │ │ │ │ │ │ ├── ScheduledDisposable.swift │ │ │ │ │ │ ├── SerialDisposable.swift │ │ │ │ │ │ ├── SingleAssignmentDisposable.swift │ │ │ │ │ │ ├── StableCompositeDisposable.swift │ │ │ │ │ │ └── SubscriptionDisposable.swift │ │ │ │ │ │ ├── Errors.swift │ │ │ │ │ │ ├── Event.swift │ │ │ │ │ │ ├── Extensions │ │ │ │ │ │ └── String+Rx.swift │ │ │ │ │ │ ├── ImmediateSchedulerType.swift │ │ │ │ │ │ ├── Observable.swift │ │ │ │ │ │ ├── ObservableConvertibleType.swift │ │ │ │ │ │ ├── ObservableType+Extensions.swift │ │ │ │ │ │ ├── ObservableType.swift │ │ │ │ │ │ ├── Observables │ │ │ │ │ │ ├── Implementations │ │ │ │ │ │ │ ├── AddRef.swift │ │ │ │ │ │ │ ├── Amb.swift │ │ │ │ │ │ │ ├── AnonymousObservable.swift │ │ │ │ │ │ │ ├── Buffer.swift │ │ │ │ │ │ │ ├── Catch.swift │ │ │ │ │ │ │ ├── CombineLatest+CollectionType.swift │ │ │ │ │ │ │ ├── CombineLatest+arity.swift │ │ │ │ │ │ │ ├── CombineLatest.swift │ │ │ │ │ │ │ ├── Concat.swift │ │ │ │ │ │ │ ├── ConnectableObservable.swift │ │ │ │ │ │ │ ├── Debug.swift │ │ │ │ │ │ │ ├── Debunce.swift │ │ │ │ │ │ │ ├── Deferred.swift │ │ │ │ │ │ │ ├── Delay.swift │ │ │ │ │ │ │ ├── DelaySubscription.swift │ │ │ │ │ │ │ ├── DistinctUntilChanged.swift │ │ │ │ │ │ │ ├── Do.swift │ │ │ │ │ │ │ ├── ElementAt.swift │ │ │ │ │ │ │ ├── Empty.swift │ │ │ │ │ │ │ ├── Error.swift │ │ │ │ │ │ │ ├── Filter.swift │ │ │ │ │ │ │ ├── Generate.swift │ │ │ │ │ │ │ ├── Just.swift │ │ │ │ │ │ │ ├── Map.swift │ │ │ │ │ │ │ ├── Merge.swift │ │ │ │ │ │ │ ├── Multicast.swift │ │ │ │ │ │ │ ├── Never.swift │ │ │ │ │ │ │ ├── ObserveOn.swift │ │ │ │ │ │ │ ├── ObserveOnSerialDispatchQueue.swift │ │ │ │ │ │ │ ├── Producer.swift │ │ │ │ │ │ │ ├── Range.swift │ │ │ │ │ │ │ ├── Reduce.swift │ │ │ │ │ │ │ ├── RefCount.swift │ │ │ │ │ │ │ ├── Repeat.swift │ │ │ │ │ │ │ ├── RetryWhen.swift │ │ │ │ │ │ │ ├── Sample.swift │ │ │ │ │ │ │ ├── Scan.swift │ │ │ │ │ │ │ ├── Sequence.swift │ │ │ │ │ │ │ ├── ShareReplay1.swift │ │ │ │ │ │ │ ├── ShareReplay1WhileConnected.swift │ │ │ │ │ │ │ ├── SingleAsync.swift │ │ │ │ │ │ │ ├── Sink.swift │ │ │ │ │ │ │ ├── Skip.swift │ │ │ │ │ │ │ ├── SkipUntil.swift │ │ │ │ │ │ │ ├── SkipWhile.swift │ │ │ │ │ │ │ ├── StartWith.swift │ │ │ │ │ │ │ ├── SubscribeOn.swift │ │ │ │ │ │ │ ├── Switch.swift │ │ │ │ │ │ │ ├── Take.swift │ │ │ │ │ │ │ ├── TakeLast.swift │ │ │ │ │ │ │ ├── TakeUntil.swift │ │ │ │ │ │ │ ├── TakeWhile.swift │ │ │ │ │ │ │ ├── Throttle.swift │ │ │ │ │ │ │ ├── Timeout.swift │ │ │ │ │ │ │ ├── Timer.swift │ │ │ │ │ │ │ ├── ToArray.swift │ │ │ │ │ │ │ ├── Using.swift │ │ │ │ │ │ │ ├── Window.swift │ │ │ │ │ │ │ ├── WithLatestFrom.swift │ │ │ │ │ │ │ ├── Zip+CollectionType.swift │ │ │ │ │ │ │ ├── Zip+arity.swift │ │ │ │ │ │ │ └── Zip.swift │ │ │ │ │ │ ├── Observable+Aggregate.swift │ │ │ │ │ │ ├── Observable+Binding.swift │ │ │ │ │ │ ├── Observable+Concurrency.swift │ │ │ │ │ │ ├── Observable+Creation.swift │ │ │ │ │ │ ├── Observable+Debug.swift │ │ │ │ │ │ ├── Observable+Multiple.swift │ │ │ │ │ │ ├── Observable+Single.swift │ │ │ │ │ │ ├── Observable+StandardSequenceOperators.swift │ │ │ │ │ │ └── Observable+Time.swift │ │ │ │ │ │ ├── ObserverType.swift │ │ │ │ │ │ ├── Observers │ │ │ │ │ │ ├── AnonymousObserver.swift │ │ │ │ │ │ ├── ObserverBase.swift │ │ │ │ │ │ └── TailRecursiveSink.swift │ │ │ │ │ │ ├── Platform │ │ │ │ │ │ ├── Platform.Darwin.swift │ │ │ │ │ │ └── Platform.Linux.swift │ │ │ │ │ │ ├── Rx.swift │ │ │ │ │ │ ├── RxMutableBox.swift │ │ │ │ │ │ ├── SchedulerType.swift │ │ │ │ │ │ ├── Schedulers │ │ │ │ │ │ ├── ConcurrentDispatchQueueScheduler.swift │ │ │ │ │ │ ├── ConcurrentMainScheduler.swift │ │ │ │ │ │ ├── CurrentThreadScheduler.swift │ │ │ │ │ │ ├── DispatchQueueSchedulerQOS.swift │ │ │ │ │ │ ├── HistoricalScheduler.swift │ │ │ │ │ │ ├── HistoricalSchedulerTimeConverter.swift │ │ │ │ │ │ ├── ImmediateScheduler.swift │ │ │ │ │ │ ├── Internal │ │ │ │ │ │ │ ├── AnonymousInvocable.swift │ │ │ │ │ │ │ ├── DispatchQueueConfiguration.swift │ │ │ │ │ │ │ ├── InvocableScheduledItem.swift │ │ │ │ │ │ │ ├── InvocableType.swift │ │ │ │ │ │ │ ├── ScheduledItem.swift │ │ │ │ │ │ │ └── ScheduledItemType.swift │ │ │ │ │ │ ├── MainScheduler.swift │ │ │ │ │ │ ├── OperationQueueScheduler.swift │ │ │ │ │ │ ├── RecursiveScheduler.swift │ │ │ │ │ │ ├── SchedulerServices+Emulation.swift │ │ │ │ │ │ ├── SerialDispatchQueueScheduler.swift │ │ │ │ │ │ ├── VirtualTimeConverterType.swift │ │ │ │ │ │ └── VirtualTimeScheduler.swift │ │ │ │ │ │ └── Subjects │ │ │ │ │ │ ├── BehaviorSubject.swift │ │ │ │ │ │ ├── PublishSubject.swift │ │ │ │ │ │ ├── ReplaySubject.swift │ │ │ │ │ │ ├── SubjectType.swift │ │ │ │ │ │ └── Variable.swift │ │ │ │ └── Target Support Files │ │ │ │ │ ├── Alamofire │ │ │ │ │ ├── Alamofire-dummy.m │ │ │ │ │ ├── Alamofire-prefix.pch │ │ │ │ │ ├── Alamofire-umbrella.h │ │ │ │ │ ├── Alamofire.modulemap │ │ │ │ │ ├── Alamofire.xcconfig │ │ │ │ │ └── Info.plist │ │ │ │ │ ├── PetstoreClient │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── PetstoreClient-dummy.m │ │ │ │ │ ├── PetstoreClient-prefix.pch │ │ │ │ │ ├── PetstoreClient-umbrella.h │ │ │ │ │ ├── PetstoreClient.modulemap │ │ │ │ │ └── PetstoreClient.xcconfig │ │ │ │ │ ├── Pods-SwaggerClient │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── Pods-SwaggerClient-acknowledgements.markdown │ │ │ │ │ ├── Pods-SwaggerClient-acknowledgements.plist │ │ │ │ │ ├── Pods-SwaggerClient-dummy.m │ │ │ │ │ ├── Pods-SwaggerClient-frameworks.sh │ │ │ │ │ ├── Pods-SwaggerClient-resources.sh │ │ │ │ │ ├── Pods-SwaggerClient-umbrella.h │ │ │ │ │ ├── Pods-SwaggerClient.debug.xcconfig │ │ │ │ │ ├── Pods-SwaggerClient.modulemap │ │ │ │ │ └── Pods-SwaggerClient.release.xcconfig │ │ │ │ │ ├── Pods-SwaggerClientTests │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── Pods-SwaggerClientTests-acknowledgements.markdown │ │ │ │ │ ├── Pods-SwaggerClientTests-acknowledgements.plist │ │ │ │ │ ├── Pods-SwaggerClientTests-dummy.m │ │ │ │ │ ├── Pods-SwaggerClientTests-frameworks.sh │ │ │ │ │ ├── Pods-SwaggerClientTests-resources.sh │ │ │ │ │ ├── Pods-SwaggerClientTests-umbrella.h │ │ │ │ │ ├── Pods-SwaggerClientTests.debug.xcconfig │ │ │ │ │ ├── Pods-SwaggerClientTests.modulemap │ │ │ │ │ └── Pods-SwaggerClientTests.release.xcconfig │ │ │ │ │ └── RxSwift │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── RxSwift-dummy.m │ │ │ │ │ ├── RxSwift-prefix.pch │ │ │ │ │ ├── RxSwift-umbrella.h │ │ │ │ │ ├── RxSwift.modulemap │ │ │ │ │ └── RxSwift.xcconfig │ │ │ ├── SwaggerClient.xcodeproj │ │ │ │ ├── project.pbxproj │ │ │ │ ├── project.xcworkspace │ │ │ │ │ └── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ │ └── xcschemes │ │ │ │ │ └── SwaggerClient.xcscheme │ │ │ ├── SwaggerClient.xcworkspace │ │ │ │ └── contents.xcworkspacedata │ │ │ ├── SwaggerClient │ │ │ │ ├── AppDelegate.swift │ │ │ │ ├── Assets.xcassets │ │ │ │ │ └── AppIcon.appiconset │ │ │ │ │ │ └── Contents.json │ │ │ │ ├── Base.lproj │ │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ │ └── Main.storyboard │ │ │ │ ├── Info.plist │ │ │ │ └── ViewController.swift │ │ │ ├── SwaggerClientTests │ │ │ │ ├── Info.plist │ │ │ │ ├── PetAPITests.swift │ │ │ │ ├── StoreAPITests.swift │ │ │ │ └── UserAPITests.swift │ │ │ └── pom.xml │ │ │ └── git_push.sh │ │ ├── tizen │ │ ├── .swagger-codegen-ignore │ │ └── client │ │ │ ├── SamiApiClient.cpp │ │ │ ├── SamiApiClient.h │ │ │ ├── SamiApiResponse.cpp │ │ │ ├── SamiApiResponse.h │ │ │ ├── SamiCategory.cpp │ │ │ ├── SamiCategory.h │ │ │ ├── SamiError.cpp │ │ │ ├── SamiError.h │ │ │ ├── SamiHelpers.cpp │ │ │ ├── SamiHelpers.h │ │ │ ├── SamiModelFactory.h │ │ │ ├── SamiObject.h │ │ │ ├── SamiOrder.cpp │ │ │ ├── SamiOrder.h │ │ │ ├── SamiPet.cpp │ │ │ ├── SamiPet.h │ │ │ ├── SamiPetApi.cpp │ │ │ ├── SamiPetApi.h │ │ │ ├── SamiStoreApi.cpp │ │ │ ├── SamiStoreApi.h │ │ │ ├── SamiTag.cpp │ │ │ ├── SamiTag.h │ │ │ ├── SamiUser.cpp │ │ │ ├── SamiUser.h │ │ │ ├── SamiUserApi.cpp │ │ │ └── SamiUserApi.h │ │ ├── typescript-angular │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── api.module.ts │ │ ├── api │ │ │ ├── PetApi.ts │ │ │ ├── StoreApi.ts │ │ │ ├── UserApi.ts │ │ │ └── api.ts │ │ ├── git_push.sh │ │ ├── index.ts │ │ ├── model │ │ │ ├── Category.ts │ │ │ ├── Order.ts │ │ │ ├── Pet.ts │ │ │ ├── Tag.ts │ │ │ ├── User.ts │ │ │ └── models.ts │ │ ├── package.json │ │ ├── pom.xml │ │ ├── tsconfig.json │ │ └── tsd.json │ │ ├── typescript-angular2 │ │ ├── default │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── LICENSE │ │ │ ├── api │ │ │ │ ├── PetApi.ts │ │ │ │ ├── StoreApi.ts │ │ │ │ ├── UserApi.ts │ │ │ │ └── api.ts │ │ │ ├── configuration.ts │ │ │ ├── git_push.sh │ │ │ ├── index.ts │ │ │ ├── model │ │ │ │ ├── Category.ts │ │ │ │ ├── Order.ts │ │ │ │ ├── Pet.ts │ │ │ │ ├── Tag.ts │ │ │ │ ├── User.ts │ │ │ │ └── models.ts │ │ │ └── variables.ts │ │ └── npm │ │ │ ├── .gitignore │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── README.md │ │ │ ├── api │ │ │ ├── PetApi.ts │ │ │ ├── StoreApi.ts │ │ │ ├── UserApi.ts │ │ │ └── api.ts │ │ │ ├── configuration.ts │ │ │ ├── git_push.sh │ │ │ ├── index.ts │ │ │ ├── model │ │ │ ├── Category.ts │ │ │ ├── Order.ts │ │ │ ├── Pet.ts │ │ │ ├── Tag.ts │ │ │ ├── User.ts │ │ │ └── models.ts │ │ │ ├── package.json │ │ │ ├── tsconfig.json │ │ │ ├── typings.json │ │ │ └── variables.ts │ │ ├── typescript-fetch │ │ ├── builds │ │ │ ├── default │ │ │ │ ├── .gitignore │ │ │ │ ├── .swagger-codegen-ignore │ │ │ │ ├── README.md │ │ │ │ ├── api.ts │ │ │ │ ├── git_push.sh │ │ │ │ ├── package.json │ │ │ │ ├── pom.xml │ │ │ │ ├── tsconfig.json │ │ │ │ ├── tslint.json │ │ │ │ └── typings.json │ │ │ ├── es6-target │ │ │ │ ├── .gitignore │ │ │ │ ├── .swagger-codegen-ignore │ │ │ │ ├── README.md │ │ │ │ ├── api.ts │ │ │ │ ├── git_push.sh │ │ │ │ ├── package.json │ │ │ │ ├── pom.xml │ │ │ │ ├── tsconfig.json │ │ │ │ ├── tslint.json │ │ │ │ └── typings.json │ │ │ └── with-npm-version │ │ │ │ ├── .gitignore │ │ │ │ ├── .swagger-codegen-ignore │ │ │ │ ├── README.md │ │ │ │ ├── api.ts │ │ │ │ ├── git_push.sh │ │ │ │ ├── package.json │ │ │ │ ├── pom.xml │ │ │ │ ├── tsconfig.json │ │ │ │ ├── tslint.json │ │ │ │ └── typings.json │ │ └── tests │ │ │ └── default │ │ │ ├── package.json │ │ │ ├── pom.xml │ │ │ ├── run_tests_via_browserify.html │ │ │ ├── run_tests_via_webpack.html │ │ │ ├── scripts │ │ │ └── prepublish.sh │ │ │ ├── test │ │ │ ├── PetApi.ts │ │ │ ├── PetApiFactory.ts │ │ │ ├── StoreApi.ts │ │ │ ├── StoreApiFactory.ts │ │ │ ├── index.ts │ │ │ └── mocha.opts │ │ │ ├── tsconfig.json │ │ │ ├── typings.json │ │ │ └── webpack.config.js │ │ ├── typescript-jquery │ │ ├── default │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── api.ts │ │ │ └── git_push.sh │ │ └── npm │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── api.ts │ │ │ ├── git_push.sh │ │ │ ├── package.json │ │ │ ├── pom.xml │ │ │ ├── tsconfig.json │ │ │ └── typings.json │ │ └── typescript-node │ │ ├── default │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── api.js │ │ ├── api.ts │ │ └── git_push.sh │ │ └── npm │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── api.d.ts │ │ ├── api.ts │ │ ├── client.d.ts │ │ ├── client.ts │ │ ├── git_push.sh │ │ ├── package.json │ │ ├── pom.xml │ │ ├── sample.png │ │ ├── tsconfig.json │ │ └── typings.json ├── documentation │ └── cwiki │ │ ├── .swagger-codegen-ignore │ │ └── confluence-markup.txt ├── dynamic-html │ ├── .swagger-codegen-ignore │ ├── docs │ │ ├── assets │ │ │ ├── css │ │ │ │ ├── bootstrap-responsive.css │ │ │ │ ├── bootstrap.css │ │ │ │ └── style.css │ │ │ ├── images │ │ │ │ └── logo.png │ │ │ └── js │ │ │ │ ├── bootstrap.js │ │ │ │ ├── jquery-1.8.3.min.js │ │ │ │ └── main.js │ │ ├── index.html │ │ ├── models │ │ │ ├── ApiResponse.html │ │ │ ├── Category.html │ │ │ ├── Order.html │ │ │ ├── Pet.html │ │ │ ├── Tag.html │ │ │ └── User.html │ │ └── operations │ │ │ ├── PetApi.html │ │ │ ├── StoreApi.html │ │ │ └── UserApi.html │ ├── main.js │ └── package.json ├── html.md │ ├── .swagger-codegen-ignore │ └── index.html ├── html │ ├── .swagger-codegen-ignore │ └── index.html ├── html2 │ ├── .swagger-codegen-ignore │ └── index.html ├── server-generator │ ├── node │ │ └── README.md │ └── php │ │ ├── PHPServerGenerator.scala │ │ ├── README.md │ │ ├── output │ │ ├── .htaccess │ │ ├── README.md │ │ ├── composer.json │ │ └── index.php │ │ └── templates │ │ ├── .htaccess │ │ ├── README.mustache │ │ ├── composer.json │ │ └── index.mustache ├── server │ ├── petstore-security-test │ │ ├── lumen │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── LICENSE │ │ │ ├── app │ │ │ │ ├── Console │ │ │ │ │ └── Kernel.php │ │ │ │ ├── Exceptions │ │ │ │ │ └── Handler.php │ │ │ │ ├── Http │ │ │ │ │ ├── Middleware │ │ │ │ │ │ └── Authenticate.php │ │ │ │ │ ├── controllers │ │ │ │ │ │ ├── Controller.php │ │ │ │ │ │ └── FakeApi.php │ │ │ │ │ └── routes.php │ │ │ │ └── User.php │ │ │ ├── bootstrap │ │ │ │ └── app.php │ │ │ ├── composer.json │ │ │ ├── lib │ │ │ │ ├── app │ │ │ │ │ ├── Console │ │ │ │ │ │ └── Kernel.php │ │ │ │ │ ├── Exceptions │ │ │ │ │ │ └── Handler.php │ │ │ │ │ ├── Http │ │ │ │ │ │ ├── Controllers │ │ │ │ │ │ │ ├── Controller.php │ │ │ │ │ │ │ └── FakeApi.php │ │ │ │ │ │ ├── Middleware │ │ │ │ │ │ │ └── Authenticate.php │ │ │ │ │ │ └── routes.php │ │ │ │ │ └── User.php │ │ │ │ ├── bootstrap │ │ │ │ │ └── app.php │ │ │ │ ├── composer.json │ │ │ │ ├── public │ │ │ │ │ └── index.php │ │ │ │ └── readme.md │ │ │ ├── public │ │ │ │ └── index.php │ │ │ └── readme.md │ │ ├── silex │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── LICENSE │ │ │ └── SwaggerServer │ │ │ │ ├── .htaccess │ │ │ │ ├── README.md │ │ │ │ ├── composer.json │ │ │ │ └── index.php │ │ └── slim │ │ │ ├── .htaccess │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── composer.json │ │ │ ├── composer.lock │ │ │ ├── index.php │ │ │ ├── lib │ │ │ └── Models │ │ │ │ └── Return.php │ │ │ └── vendor │ │ │ ├── autoload.php │ │ │ ├── composer │ │ │ ├── ClassLoader.php │ │ │ ├── LICENSE │ │ │ ├── autoload_classmap.php │ │ │ ├── autoload_files.php │ │ │ ├── autoload_namespaces.php │ │ │ ├── autoload_psr4.php │ │ │ ├── autoload_real.php │ │ │ └── installed.json │ │ │ ├── container-interop │ │ │ └── container-interop │ │ │ │ ├── .gitignore │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── composer.json │ │ │ │ ├── docs │ │ │ │ ├── ContainerInterface-meta.md │ │ │ │ ├── ContainerInterface.md │ │ │ │ ├── Delegate-lookup-meta.md │ │ │ │ ├── Delegate-lookup.md │ │ │ │ └── images │ │ │ │ │ ├── interoperating_containers.png │ │ │ │ │ ├── priority.png │ │ │ │ │ └── side_by_side_containers.png │ │ │ │ └── src │ │ │ │ └── Interop │ │ │ │ └── Container │ │ │ │ ├── ContainerInterface.php │ │ │ │ └── Exception │ │ │ │ ├── ContainerException.php │ │ │ │ └── NotFoundException.php │ │ │ ├── nikic │ │ │ └── fast-route │ │ │ │ ├── .hhconfig │ │ │ │ ├── .travis.yml │ │ │ │ ├── FastRoute.hhi │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── composer.json │ │ │ │ ├── phpunit.xml │ │ │ │ ├── src │ │ │ │ ├── BadRouteException.php │ │ │ │ ├── DataGenerator.php │ │ │ │ ├── DataGenerator │ │ │ │ │ ├── CharCountBased.php │ │ │ │ │ ├── GroupCountBased.php │ │ │ │ │ ├── GroupPosBased.php │ │ │ │ │ ├── MarkBased.php │ │ │ │ │ └── RegexBasedAbstract.php │ │ │ │ ├── Dispatcher.php │ │ │ │ ├── Dispatcher │ │ │ │ │ ├── CharCountBased.php │ │ │ │ │ ├── GroupCountBased.php │ │ │ │ │ ├── GroupPosBased.php │ │ │ │ │ ├── MarkBased.php │ │ │ │ │ └── RegexBasedAbstract.php │ │ │ │ ├── Route.php │ │ │ │ ├── RouteCollector.php │ │ │ │ ├── RouteParser.php │ │ │ │ ├── RouteParser │ │ │ │ │ └── Std.php │ │ │ │ ├── bootstrap.php │ │ │ │ └── functions.php │ │ │ │ └── test │ │ │ │ ├── Dispatcher │ │ │ │ ├── CharCountBasedTest.php │ │ │ │ ├── DispatcherTest.php │ │ │ │ ├── GroupCountBasedTest.php │ │ │ │ ├── GroupPosBasedTest.php │ │ │ │ └── MarkBasedTest.php │ │ │ │ ├── HackTypechecker │ │ │ │ ├── HackTypecheckerTest.php │ │ │ │ └── fixtures │ │ │ │ │ ├── all_options.php │ │ │ │ │ ├── empty_options.php │ │ │ │ │ └── no_options.php │ │ │ │ ├── RouteParser │ │ │ │ └── StdTest.php │ │ │ │ └── bootstrap.php │ │ │ ├── pimple │ │ │ └── pimple │ │ │ │ ├── .gitignore │ │ │ │ ├── .travis.yml │ │ │ │ ├── CHANGELOG │ │ │ │ ├── LICENSE │ │ │ │ ├── README.rst │ │ │ │ ├── composer.json │ │ │ │ ├── ext │ │ │ │ └── pimple │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── README.md │ │ │ │ │ ├── config.m4 │ │ │ │ │ ├── config.w32 │ │ │ │ │ ├── php_pimple.h │ │ │ │ │ ├── pimple.c │ │ │ │ │ ├── pimple_compat.h │ │ │ │ │ └── tests │ │ │ │ │ ├── 001.phpt │ │ │ │ │ ├── 002.phpt │ │ │ │ │ ├── 003.phpt │ │ │ │ │ ├── 004.phpt │ │ │ │ │ ├── 005.phpt │ │ │ │ │ ├── 006.phpt │ │ │ │ │ ├── 007.phpt │ │ │ │ │ ├── 008.phpt │ │ │ │ │ ├── 009.phpt │ │ │ │ │ ├── 010.phpt │ │ │ │ │ ├── 011.phpt │ │ │ │ │ ├── 012.phpt │ │ │ │ │ ├── 013.phpt │ │ │ │ │ ├── 014.phpt │ │ │ │ │ ├── 015.phpt │ │ │ │ │ ├── 016.phpt │ │ │ │ │ ├── 017.phpt │ │ │ │ │ ├── 017_1.phpt │ │ │ │ │ ├── 018.phpt │ │ │ │ │ ├── 019.phpt │ │ │ │ │ ├── bench.phpb │ │ │ │ │ └── bench_shared.phpb │ │ │ │ ├── phpunit.xml.dist │ │ │ │ └── src │ │ │ │ └── Pimple │ │ │ │ ├── Container.php │ │ │ │ ├── ServiceProviderInterface.php │ │ │ │ └── Tests │ │ │ │ ├── Fixtures │ │ │ │ ├── Invokable.php │ │ │ │ ├── NonInvokable.php │ │ │ │ ├── PimpleServiceProvider.php │ │ │ │ └── Service.php │ │ │ │ ├── PimpleServiceProviderInterfaceTest.php │ │ │ │ └── PimpleTest.php │ │ │ ├── psr │ │ │ └── http-message │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── composer.json │ │ │ │ └── src │ │ │ │ ├── MessageInterface.php │ │ │ │ ├── RequestInterface.php │ │ │ │ ├── ResponseInterface.php │ │ │ │ ├── ServerRequestInterface.php │ │ │ │ ├── StreamInterface.php │ │ │ │ ├── UploadedFileInterface.php │ │ │ │ └── UriInterface.php │ │ │ └── slim │ │ │ └── slim │ │ │ ├── CONTRIBUTING.md │ │ │ ├── LICENSE.md │ │ │ ├── README.md │ │ │ ├── Slim │ │ │ ├── App.php │ │ │ ├── CallableResolver.php │ │ │ ├── CallableResolverAwareTrait.php │ │ │ ├── Collection.php │ │ │ ├── Container.php │ │ │ ├── DefaultServicesProvider.php │ │ │ ├── DeferredCallable.php │ │ │ ├── Exception │ │ │ │ ├── ContainerException.php │ │ │ │ ├── ContainerValueNotFoundException.php │ │ │ │ ├── MethodNotAllowedException.php │ │ │ │ ├── NotFoundException.php │ │ │ │ └── SlimException.php │ │ │ ├── Handlers │ │ │ │ ├── AbstractError.php │ │ │ │ ├── AbstractHandler.php │ │ │ │ ├── Error.php │ │ │ │ ├── NotAllowed.php │ │ │ │ ├── NotFound.php │ │ │ │ ├── PhpError.php │ │ │ │ └── Strategies │ │ │ │ │ ├── RequestResponse.php │ │ │ │ │ └── RequestResponseArgs.php │ │ │ ├── Http │ │ │ │ ├── Body.php │ │ │ │ ├── Cookies.php │ │ │ │ ├── Environment.php │ │ │ │ ├── Headers.php │ │ │ │ ├── Message.php │ │ │ │ ├── Request.php │ │ │ │ ├── RequestBody.php │ │ │ │ ├── Response.php │ │ │ │ ├── Stream.php │ │ │ │ ├── UploadedFile.php │ │ │ │ └── Uri.php │ │ │ ├── Interfaces │ │ │ │ ├── CallableResolverInterface.php │ │ │ │ ├── CollectionInterface.php │ │ │ │ ├── Http │ │ │ │ │ ├── CookiesInterface.php │ │ │ │ │ ├── EnvironmentInterface.php │ │ │ │ │ └── HeadersInterface.php │ │ │ │ ├── InvocationStrategyInterface.php │ │ │ │ ├── RouteGroupInterface.php │ │ │ │ ├── RouteInterface.php │ │ │ │ └── RouterInterface.php │ │ │ ├── MiddlewareAwareTrait.php │ │ │ ├── Routable.php │ │ │ ├── Route.php │ │ │ ├── RouteGroup.php │ │ │ └── Router.php │ │ │ ├── composer.json │ │ │ └── example │ │ │ ├── .htaccess │ │ │ ├── README.md │ │ │ └── index.php │ └── petstore │ │ ├── aspnetcore │ │ ├── .swagger-codegen-ignore │ │ ├── IO.Swagger.sln │ │ ├── NuGet.Config │ │ ├── README.md │ │ ├── build.bat │ │ ├── build.sh │ │ ├── global.json │ │ └── src │ │ │ └── IO.Swagger │ │ │ ├── .gitignore │ │ │ ├── Controllers │ │ │ ├── PetApi.cs │ │ │ ├── StoreApi.cs │ │ │ └── UserApi.cs │ │ │ ├── Dockerfile │ │ │ ├── IO.Swagger.xproj │ │ │ ├── Models │ │ │ ├── ApiResponse.cs │ │ │ ├── Category.cs │ │ │ ├── Order.cs │ │ │ ├── Pet.cs │ │ │ ├── Tag.cs │ │ │ └── User.cs │ │ │ ├── Program.cs │ │ │ ├── Properties │ │ │ └── launchSettings.json │ │ │ ├── Startup.cs │ │ │ ├── appsettings.json │ │ │ ├── project.json │ │ │ ├── web.config │ │ │ └── wwwroot │ │ │ ├── README.md │ │ │ ├── index.html │ │ │ └── web.config │ │ ├── erlang-server │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── priv │ │ │ └── swagger.json │ │ ├── rebar.config │ │ └── src │ │ │ ├── swagger.app.src │ │ │ ├── swagger_api.erl │ │ │ ├── swagger_auth.erl │ │ │ ├── swagger_default_logic_handler.erl │ │ │ ├── swagger_logic_handler.erl │ │ │ ├── swagger_pet_handler.erl │ │ │ ├── swagger_router.erl │ │ │ ├── swagger_server.erl │ │ │ ├── swagger_store_handler.erl │ │ │ ├── swagger_user_handler.erl │ │ │ └── swagger_utils.erl │ │ ├── finch │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── build.sbt │ │ ├── project │ │ │ ├── build.properties │ │ │ └── plugins.sbt │ │ ├── sbt │ │ └── src │ │ │ └── main │ │ │ └── scala │ │ │ ├── DataAccessor.scala │ │ │ ├── Server.scala │ │ │ ├── endpoint.scala │ │ │ ├── errors.scala │ │ │ └── io │ │ │ └── swagger │ │ │ ├── apis │ │ │ ├── PetApi.scala │ │ │ ├── StoreApi.scala │ │ │ └── UserApi.scala │ │ │ └── models │ │ │ ├── ApiResponse.scala │ │ │ ├── Category.scala │ │ │ ├── Order.scala │ │ │ ├── Pet.scala │ │ │ ├── Tag.scala │ │ │ └── User.scala │ │ ├── flaskConnexion-python2 │ │ ├── .dockerignore │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── .travis.yml │ │ ├── Dockerfile │ │ ├── README.md │ │ ├── git_push.sh │ │ ├── requirements.txt │ │ ├── setup.py │ │ ├── swagger_server │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── controllers │ │ │ │ ├── __init__.py │ │ │ │ ├── pet_controller.py │ │ │ │ ├── store_controller.py │ │ │ │ └── user_controller.py │ │ │ ├── encoder.py │ │ │ ├── models │ │ │ │ ├── __init__.py │ │ │ │ ├── api_response.py │ │ │ │ ├── base_model_.py │ │ │ │ ├── category.py │ │ │ │ ├── order.py │ │ │ │ ├── pet.py │ │ │ │ ├── tag.py │ │ │ │ └── user.py │ │ │ ├── swagger │ │ │ │ └── swagger.yaml │ │ │ ├── test │ │ │ │ ├── __init__.py │ │ │ │ ├── test_pet_controller.py │ │ │ │ ├── test_store_controller.py │ │ │ │ └── test_user_controller.py │ │ │ └── util.py │ │ ├── test-requirements.txt │ │ └── tox.ini │ │ ├── flaskConnexion │ │ ├── .dockerignore │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── .travis.yml │ │ ├── Dockerfile │ │ ├── README.md │ │ ├── git_push.sh │ │ ├── requirements.txt │ │ ├── setup.py │ │ ├── swagger_server │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── controllers │ │ │ │ ├── __init__.py │ │ │ │ ├── pet_controller.py │ │ │ │ ├── store_controller.py │ │ │ │ └── user_controller.py │ │ │ ├── encoder.py │ │ │ ├── models │ │ │ │ ├── __init__.py │ │ │ │ ├── api_response.py │ │ │ │ ├── base_model_.py │ │ │ │ ├── category.py │ │ │ │ ├── order.py │ │ │ │ ├── pet.py │ │ │ │ ├── tag.py │ │ │ │ └── user.py │ │ │ ├── swagger │ │ │ │ └── swagger.yaml │ │ │ ├── test │ │ │ │ ├── __init__.py │ │ │ │ ├── test_pet_controller.py │ │ │ │ ├── test_store_controller.py │ │ │ │ └── test_user_controller.py │ │ │ └── util.py │ │ ├── test-requirements.txt │ │ └── tox.ini │ │ ├── go-api-server │ │ ├── .swagger-codegen-ignore │ │ ├── api │ │ │ └── swagger.yaml │ │ ├── go │ │ │ ├── README.md │ │ │ ├── app.yaml │ │ │ ├── logger.go │ │ │ ├── pet.go │ │ │ ├── routers.go │ │ │ ├── store.go │ │ │ └── user.go │ │ └── main.go │ │ ├── haskell-servant │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── Setup.hs │ │ ├── lib │ │ │ └── SwaggerPetstore │ │ │ │ ├── API.hs │ │ │ │ └── Types.hs │ │ ├── stack.yaml │ │ └── swagger-petstore.cabal │ │ ├── java-inflector │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── inflector.yaml │ │ ├── pom.xml │ │ └── src │ │ │ ├── gen │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── handler │ │ │ │ └── StringUtil.java │ │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ ├── Animal.java │ │ │ │ ├── AnimalFarm.java │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ ├── ArrayTest.java │ │ │ │ ├── Capitalization.java │ │ │ │ ├── Cat.java │ │ │ │ ├── Category.java │ │ │ │ ├── ClassModel.java │ │ │ │ ├── Client.java │ │ │ │ ├── Dog.java │ │ │ │ ├── EnumArrays.java │ │ │ │ ├── EnumClass.java │ │ │ │ ├── EnumTest.java │ │ │ │ ├── FormatTest.java │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ ├── MapTest.java │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ ├── Model200Response.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── ModelReturn.java │ │ │ │ ├── Name.java │ │ │ │ ├── NumberOnly.java │ │ │ │ ├── Order.java │ │ │ │ ├── OuterEnum.java │ │ │ │ ├── Pet.java │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ ├── SpecialModelName.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ └── main │ │ │ ├── java │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── handler │ │ │ │ ├── FakeController.java │ │ │ │ ├── PetController.java │ │ │ │ ├── StoreController.java │ │ │ │ └── UserController.java │ │ │ ├── swagger │ │ │ └── swagger.yaml │ │ │ └── webapp │ │ │ └── WEB-INF │ │ │ └── web.xml │ │ ├── java-msf4j │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── mvn_test_jdk8_only.sh │ │ ├── pom.xml │ │ └── src │ │ │ ├── gen │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── api │ │ │ │ ├── ApiException.java │ │ │ │ ├── ApiOriginFilter.java │ │ │ │ ├── ApiResponseMessage.java │ │ │ │ ├── Application.java │ │ │ │ ├── FakeApi.java │ │ │ │ ├── FakeApiService.java │ │ │ │ ├── JacksonJsonProvider.java │ │ │ │ ├── NotFoundException.java │ │ │ │ ├── PetApi.java │ │ │ │ ├── PetApiService.java │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ ├── StoreApi.java │ │ │ │ ├── StoreApiService.java │ │ │ │ ├── StringUtil.java │ │ │ │ ├── UserApi.java │ │ │ │ └── UserApiService.java │ │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ ├── Animal.java │ │ │ │ ├── AnimalFarm.java │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ ├── ArrayTest.java │ │ │ │ ├── Capitalization.java │ │ │ │ ├── Cat.java │ │ │ │ ├── Category.java │ │ │ │ ├── ClassModel.java │ │ │ │ ├── Client.java │ │ │ │ ├── Dog.java │ │ │ │ ├── EnumArrays.java │ │ │ │ ├── EnumClass.java │ │ │ │ ├── EnumTest.java │ │ │ │ ├── FormatTest.java │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ ├── MapTest.java │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ ├── Model200Response.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── ModelReturn.java │ │ │ │ ├── Name.java │ │ │ │ ├── NumberOnly.java │ │ │ │ ├── Order.java │ │ │ │ ├── OuterEnum.java │ │ │ │ ├── Pet.java │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ ├── SpecialModelName.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ └── main │ │ │ └── java │ │ │ └── io │ │ │ └── swagger │ │ │ └── api │ │ │ ├── factories │ │ │ ├── FakeApiServiceFactory.java │ │ │ ├── PetApiServiceFactory.java │ │ │ ├── StoreApiServiceFactory.java │ │ │ └── UserApiServiceFactory.java │ │ │ └── impl │ │ │ ├── FakeApiServiceImpl.java │ │ │ ├── PetApiServiceImpl.java │ │ │ ├── StoreApiServiceImpl.java │ │ │ └── UserApiServiceImpl.java │ │ ├── java-play-framework │ │ ├── .swagger-codegen-ignore │ │ ├── LICENSE │ │ ├── README │ │ ├── app │ │ │ ├── apimodels │ │ │ │ ├── Category.java │ │ │ │ ├── Order.java │ │ │ │ ├── Pet.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ ├── controllers │ │ │ │ ├── ApiDocController.java │ │ │ │ ├── PetApiController.java │ │ │ │ ├── PetApiControllerImp.java │ │ │ │ ├── PetApiControllerImpInterface.java │ │ │ │ ├── StoreApiController.java │ │ │ │ ├── StoreApiControllerImp.java │ │ │ │ ├── StoreApiControllerImpInterface.java │ │ │ │ ├── UserApiController.java │ │ │ │ ├── UserApiControllerImp.java │ │ │ │ └── UserApiControllerImpInterface.java │ │ │ └── swagger │ │ │ │ ├── ApiCall.java │ │ │ │ ├── ErrorHandler.java │ │ │ │ └── SwaggerUtils.java │ │ ├── build.sbt │ │ ├── conf │ │ │ ├── application.conf │ │ │ ├── logback.xml │ │ │ └── routes │ │ ├── pom.xml │ │ ├── project │ │ │ ├── build.properties │ │ │ └── plugins.sbt │ │ ├── public │ │ │ └── swagger.json │ │ └── sbt_test_jdk8_only.sh │ │ ├── jaxrs-cxf-annotated-base-path │ │ ├── .swagger-codegen-ignore │ │ ├── pom.xml │ │ └── src │ │ │ ├── gen │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── api │ │ │ │ ├── PetApi.java │ │ │ │ ├── StoreApi.java │ │ │ │ └── UserApi.java │ │ │ │ └── model │ │ │ │ ├── Category.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── Order.java │ │ │ │ ├── Pet.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ ├── main │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── api │ │ │ │ └── impl │ │ │ │ ├── PetApiServiceImpl.java │ │ │ │ ├── StoreApiServiceImpl.java │ │ │ │ └── UserApiServiceImpl.java │ │ │ └── test │ │ │ └── java │ │ │ └── io │ │ │ └── swagger │ │ │ └── api │ │ │ ├── PetApiTest.java │ │ │ ├── StoreApiTest.java │ │ │ └── UserApiTest.java │ │ ├── jaxrs-cxf-cdi │ │ ├── .swagger-codegen-ignore │ │ ├── pom.xml │ │ ├── src │ │ │ ├── gen │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ ├── api │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── PetApiService.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ ├── StoreApiService.java │ │ │ │ │ ├── UserApi.java │ │ │ │ │ └── UserApiService.java │ │ │ │ │ └── model │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ └── main │ │ │ │ ├── java │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── api │ │ │ │ │ ├── RestApplication.java │ │ │ │ │ └── impl │ │ │ │ │ ├── PetApiServiceImpl.java │ │ │ │ │ ├── StoreApiServiceImpl.java │ │ │ │ │ └── UserApiServiceImpl.java │ │ │ │ └── webapp │ │ │ │ └── WEB-INF │ │ │ │ └── beans.xml │ │ └── swagger.json │ │ ├── jaxrs-cxf-non-spring-app │ │ ├── .swagger-codegen-ignore │ │ ├── pom.xml │ │ └── src │ │ │ ├── gen │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── api │ │ │ │ ├── PetApi.java │ │ │ │ ├── StoreApi.java │ │ │ │ └── UserApi.java │ │ │ │ └── model │ │ │ │ ├── Category.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── Order.java │ │ │ │ ├── Pet.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ ├── main │ │ │ ├── java │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── api │ │ │ │ │ └── impl │ │ │ │ │ ├── PetApiServiceImpl.java │ │ │ │ │ ├── StoreApiServiceImpl.java │ │ │ │ │ └── UserApiServiceImpl.java │ │ │ └── webapp │ │ │ │ └── WEB-INF │ │ │ │ └── web.xml │ │ │ └── test │ │ │ └── java │ │ │ └── io │ │ │ └── swagger │ │ │ └── api │ │ │ ├── PetApiTest.java │ │ │ ├── StoreApiTest.java │ │ │ └── UserApiTest.java │ │ ├── jaxrs-cxf │ │ ├── .swagger-codegen-ignore │ │ ├── pom.xml │ │ └── src │ │ │ ├── gen │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── api │ │ │ │ ├── FakeApi.java │ │ │ │ ├── PetApi.java │ │ │ │ ├── StoreApi.java │ │ │ │ └── UserApi.java │ │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ ├── Animal.java │ │ │ │ ├── AnimalFarm.java │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ ├── ArrayTest.java │ │ │ │ ├── Capitalization.java │ │ │ │ ├── Cat.java │ │ │ │ ├── Category.java │ │ │ │ ├── ClassModel.java │ │ │ │ ├── Client.java │ │ │ │ ├── Dog.java │ │ │ │ ├── EnumArrays.java │ │ │ │ ├── EnumClass.java │ │ │ │ ├── EnumTest.java │ │ │ │ ├── FormatTest.java │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ ├── MapTest.java │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ ├── Model200Response.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── ModelReturn.java │ │ │ │ ├── Name.java │ │ │ │ ├── NumberOnly.java │ │ │ │ ├── Order.java │ │ │ │ ├── OuterEnum.java │ │ │ │ ├── Pet.java │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ ├── SpecialModelName.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ ├── main │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── api │ │ │ │ └── impl │ │ │ │ ├── FakeApiServiceImpl.java │ │ │ │ ├── PetApiServiceImpl.java │ │ │ │ ├── StoreApiServiceImpl.java │ │ │ │ └── UserApiServiceImpl.java │ │ │ └── test │ │ │ └── java │ │ │ └── io │ │ │ └── swagger │ │ │ └── api │ │ │ ├── FakeApiTest.java │ │ │ ├── PetApiTest.java │ │ │ ├── StoreApiTest.java │ │ │ └── UserApiTest.java │ │ ├── jaxrs-resteasy │ │ ├── default │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── gen │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ ├── api │ │ │ │ │ ├── ApiException.java │ │ │ │ │ ├── ApiOriginFilter.java │ │ │ │ │ ├── ApiResponseMessage.java │ │ │ │ │ ├── JacksonConfig.java │ │ │ │ │ ├── NotFoundException.java │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── PetApiService.java │ │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ │ ├── RestApplication.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ ├── StoreApiService.java │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ ├── UserApi.java │ │ │ │ │ └── UserApiService.java │ │ │ │ │ └── model │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── main │ │ │ │ ├── java │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── api │ │ │ │ │ ├── factories │ │ │ │ │ ├── PetApiServiceFactory.java │ │ │ │ │ ├── StoreApiServiceFactory.java │ │ │ │ │ └── UserApiServiceFactory.java │ │ │ │ │ └── impl │ │ │ │ │ ├── PetApiServiceImpl.java │ │ │ │ │ ├── StoreApiServiceImpl.java │ │ │ │ │ └── UserApiServiceImpl.java │ │ │ │ └── webapp │ │ │ │ └── WEB-INF │ │ │ │ ├── jboss-web.xml │ │ │ │ └── web.xml │ │ ├── eap-joda │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── gen │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ ├── api │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ └── UserApi.java │ │ │ │ │ └── model │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── main │ │ │ │ ├── java │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── api │ │ │ │ │ ├── JacksonConfig.java │ │ │ │ │ ├── RestApplication.java │ │ │ │ │ └── impl │ │ │ │ │ ├── PetApiServiceImpl.java │ │ │ │ │ ├── StoreApiServiceImpl.java │ │ │ │ │ └── UserApiServiceImpl.java │ │ │ │ └── webapp │ │ │ │ └── WEB-INF │ │ │ │ ├── jboss-web.xml │ │ │ │ └── web.xml │ │ ├── eap │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ │ ├── gen │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ ├── api │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ └── UserApi.java │ │ │ │ │ └── model │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── main │ │ │ │ ├── java │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── api │ │ │ │ │ ├── JacksonConfig.java │ │ │ │ │ ├── RestApplication.java │ │ │ │ │ └── impl │ │ │ │ │ ├── PetApiServiceImpl.java │ │ │ │ │ ├── StoreApiServiceImpl.java │ │ │ │ │ └── UserApiServiceImpl.java │ │ │ │ └── webapp │ │ │ │ └── WEB-INF │ │ │ │ ├── jboss-web.xml │ │ │ │ └── web.xml │ │ └── joda │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── README.md │ │ │ ├── build.gradle │ │ │ ├── pom.xml │ │ │ ├── settings.gradle │ │ │ └── src │ │ │ ├── gen │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── api │ │ │ │ ├── ApiException.java │ │ │ │ ├── ApiOriginFilter.java │ │ │ │ ├── ApiResponseMessage.java │ │ │ │ ├── JacksonConfig.java │ │ │ │ ├── JodaDateTimeProvider.java │ │ │ │ ├── JodaLocalDateProvider.java │ │ │ │ ├── NotFoundException.java │ │ │ │ ├── PetApi.java │ │ │ │ ├── PetApiService.java │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ ├── RestApplication.java │ │ │ │ ├── StoreApi.java │ │ │ │ ├── StoreApiService.java │ │ │ │ ├── StringUtil.java │ │ │ │ ├── UserApi.java │ │ │ │ └── UserApiService.java │ │ │ │ └── model │ │ │ │ ├── Category.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── Order.java │ │ │ │ ├── Pet.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ └── main │ │ │ ├── java │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ └── api │ │ │ │ ├── factories │ │ │ │ ├── PetApiServiceFactory.java │ │ │ │ ├── StoreApiServiceFactory.java │ │ │ │ └── UserApiServiceFactory.java │ │ │ │ └── impl │ │ │ │ ├── PetApiServiceImpl.java │ │ │ │ ├── StoreApiServiceImpl.java │ │ │ │ └── UserApiServiceImpl.java │ │ │ └── webapp │ │ │ └── WEB-INF │ │ │ ├── jboss-web.xml │ │ │ └── web.xml │ │ ├── jaxrs-spec │ │ ├── .swagger-codegen-ignore │ │ ├── pom.xml │ │ ├── src │ │ │ └── gen │ │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── api │ │ │ │ ├── FakeApi.java │ │ │ │ ├── PetApi.java │ │ │ │ ├── RestApplication.java │ │ │ │ ├── StoreApi.java │ │ │ │ └── UserApi.java │ │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ ├── Animal.java │ │ │ │ ├── AnimalFarm.java │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ ├── ArrayTest.java │ │ │ │ ├── Capitalization.java │ │ │ │ ├── Cat.java │ │ │ │ ├── Category.java │ │ │ │ ├── ClassModel.java │ │ │ │ ├── Client.java │ │ │ │ ├── Dog.java │ │ │ │ ├── EnumArrays.java │ │ │ │ ├── EnumClass.java │ │ │ │ ├── EnumTest.java │ │ │ │ ├── FormatTest.java │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ ├── MapTest.java │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ ├── Model200Response.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── ModelReturn.java │ │ │ │ ├── Name.java │ │ │ │ ├── NumberOnly.java │ │ │ │ ├── Order.java │ │ │ │ ├── OuterEnum.java │ │ │ │ ├── Pet.java │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ ├── SpecialModelName.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ └── swagger.json │ │ ├── jaxrs │ │ ├── jersey1 │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── README.md │ │ │ ├── pom.xml │ │ │ └── src │ │ │ │ ├── gen │ │ │ │ └── java │ │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ ├── api │ │ │ │ │ ├── ApiException.java │ │ │ │ │ ├── ApiOriginFilter.java │ │ │ │ │ ├── ApiResponseMessage.java │ │ │ │ │ ├── FakeApi.java │ │ │ │ │ ├── FakeApiService.java │ │ │ │ │ ├── JacksonJsonProvider.java │ │ │ │ │ ├── NotFoundException.java │ │ │ │ │ ├── PetApi.java │ │ │ │ │ ├── PetApiService.java │ │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ │ ├── StoreApi.java │ │ │ │ │ ├── StoreApiService.java │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ ├── UserApi.java │ │ │ │ │ └── UserApiService.java │ │ │ │ │ └── model │ │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ │ ├── Animal.java │ │ │ │ │ ├── AnimalFarm.java │ │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ │ ├── ArrayTest.java │ │ │ │ │ ├── Capitalization.java │ │ │ │ │ ├── Cat.java │ │ │ │ │ ├── Category.java │ │ │ │ │ ├── ClassModel.java │ │ │ │ │ ├── Client.java │ │ │ │ │ ├── Dog.java │ │ │ │ │ ├── EnumArrays.java │ │ │ │ │ ├── EnumClass.java │ │ │ │ │ ├── EnumTest.java │ │ │ │ │ ├── FormatTest.java │ │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ │ ├── MapTest.java │ │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ │ ├── Model200Response.java │ │ │ │ │ ├── ModelApiResponse.java │ │ │ │ │ ├── ModelReturn.java │ │ │ │ │ ├── Name.java │ │ │ │ │ ├── NumberOnly.java │ │ │ │ │ ├── Order.java │ │ │ │ │ ├── OuterEnum.java │ │ │ │ │ ├── Pet.java │ │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ │ ├── SpecialModelName.java │ │ │ │ │ ├── Tag.java │ │ │ │ │ └── User.java │ │ │ │ └── main │ │ │ │ ├── java │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── api │ │ │ │ │ ├── Bootstrap.java │ │ │ │ │ ├── factories │ │ │ │ │ ├── FakeApiServiceFactory.java │ │ │ │ │ ├── PetApiServiceFactory.java │ │ │ │ │ ├── StoreApiServiceFactory.java │ │ │ │ │ └── UserApiServiceFactory.java │ │ │ │ │ └── impl │ │ │ │ │ ├── FakeApiServiceImpl.java │ │ │ │ │ ├── PetApiServiceImpl.java │ │ │ │ │ ├── StoreApiServiceImpl.java │ │ │ │ │ └── UserApiServiceImpl.java │ │ │ │ └── webapp │ │ │ │ └── WEB-INF │ │ │ │ └── web.xml │ │ └── jersey2 │ │ │ ├── .swagger-codegen-ignore │ │ │ ├── README.md │ │ │ ├── pom.xml │ │ │ └── src │ │ │ ├── gen │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── api │ │ │ │ ├── ApiException.java │ │ │ │ ├── ApiOriginFilter.java │ │ │ │ ├── ApiResponseMessage.java │ │ │ │ ├── FakeApi.java │ │ │ │ ├── FakeApiService.java │ │ │ │ ├── JacksonJsonProvider.java │ │ │ │ ├── NotFoundException.java │ │ │ │ ├── PetApi.java │ │ │ │ ├── PetApiService.java │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ ├── StoreApi.java │ │ │ │ ├── StoreApiService.java │ │ │ │ ├── StringUtil.java │ │ │ │ ├── UserApi.java │ │ │ │ └── UserApiService.java │ │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ ├── Animal.java │ │ │ │ ├── AnimalFarm.java │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ ├── ArrayTest.java │ │ │ │ ├── Capitalization.java │ │ │ │ ├── Cat.java │ │ │ │ ├── Category.java │ │ │ │ ├── ClassModel.java │ │ │ │ ├── Client.java │ │ │ │ ├── Dog.java │ │ │ │ ├── EnumArrays.java │ │ │ │ ├── EnumClass.java │ │ │ │ ├── EnumTest.java │ │ │ │ ├── FormatTest.java │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ ├── MapTest.java │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ ├── Model200Response.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── ModelReturn.java │ │ │ │ ├── Name.java │ │ │ │ ├── NumberOnly.java │ │ │ │ ├── Order.java │ │ │ │ ├── OuterEnum.java │ │ │ │ ├── Pet.java │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ ├── SpecialModelName.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ ├── main │ │ │ ├── java │ │ │ │ └── io │ │ │ │ │ └── swagger │ │ │ │ │ └── api │ │ │ │ │ ├── Bootstrap.java │ │ │ │ │ ├── factories │ │ │ │ │ ├── FakeApiServiceFactory.java │ │ │ │ │ ├── PetApiServiceFactory.java │ │ │ │ │ ├── StoreApiServiceFactory.java │ │ │ │ │ └── UserApiServiceFactory.java │ │ │ │ │ └── impl │ │ │ │ │ ├── FakeApiServiceImpl.java │ │ │ │ │ ├── PetApiServiceImpl.java │ │ │ │ │ ├── StoreApiServiceImpl.java │ │ │ │ │ └── UserApiServiceImpl.java │ │ │ └── webapp │ │ │ │ └── WEB-INF │ │ │ │ └── web.xml │ │ │ └── test │ │ │ └── java │ │ │ └── io │ │ │ └── swagger │ │ │ └── model │ │ │ └── CapitalizationTest.java │ │ ├── lumen │ │ ├── .swagger-codegen-ignore │ │ └── lib │ │ │ ├── app │ │ │ ├── Console │ │ │ │ └── Kernel.php │ │ │ ├── Exceptions │ │ │ │ └── Handler.php │ │ │ ├── Http │ │ │ │ ├── Controllers │ │ │ │ │ ├── Controller.php │ │ │ │ │ ├── FakeApi.php │ │ │ │ │ ├── PetApi.php │ │ │ │ │ ├── StoreApi.php │ │ │ │ │ └── UserApi.php │ │ │ │ ├── Middleware │ │ │ │ │ └── Authenticate.php │ │ │ │ └── routes.php │ │ │ └── User.php │ │ │ ├── bootstrap │ │ │ └── app.php │ │ │ ├── composer.json │ │ │ ├── public │ │ │ └── index.php │ │ │ └── readme.md │ │ ├── nancyfx │ │ ├── .swagger-codegen-ignore │ │ ├── IO.Swagger.sln │ │ └── src │ │ │ └── IO.Swagger │ │ │ ├── IO.Swagger.csproj │ │ │ ├── IO.Swagger.nuspec │ │ │ ├── Models │ │ │ ├── ApiResponse.cs │ │ │ ├── Category.cs │ │ │ ├── Order.cs │ │ │ ├── Pet.cs │ │ │ ├── Tag.cs │ │ │ └── User.cs │ │ │ ├── Modules │ │ │ ├── PetModule.cs │ │ │ ├── StoreModule.cs │ │ │ └── UserModule.cs │ │ │ ├── Utils │ │ │ └── Parameters.cs │ │ │ └── packages.config │ │ ├── nodejs-google-cloud-functions │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── api │ │ │ └── swagger.yaml │ │ ├── controllers │ │ │ ├── Pet.js │ │ │ ├── PetService.js │ │ │ ├── Store.js │ │ │ ├── StoreService.js │ │ │ ├── User.js │ │ │ └── UserService.js │ │ ├── index.js │ │ └── package.json │ │ ├── nodejs │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── api │ │ │ └── swagger.yaml │ │ ├── controllers │ │ │ ├── Pet.js │ │ │ ├── PetService.js │ │ │ ├── Store.js │ │ │ ├── StoreService.js │ │ │ ├── User.js │ │ │ └── UserService.js │ │ ├── index.js │ │ └── package.json │ │ ├── rails5 │ │ ├── .swagger-codegen-ignore │ │ ├── Gemfile │ │ ├── README.md │ │ ├── Rakefile │ │ ├── app │ │ │ ├── channels │ │ │ │ └── application_cable │ │ │ │ │ ├── channel.rb │ │ │ │ │ └── connection.rb │ │ │ ├── controllers │ │ │ │ ├── application_controller.rb │ │ │ │ ├── pet_controller.rb │ │ │ │ ├── store_controller.rb │ │ │ │ └── user_controller.rb │ │ │ ├── jobs │ │ │ │ └── application_job.rb │ │ │ ├── mailers │ │ │ │ └── application_mailer.rb │ │ │ ├── models │ │ │ │ ├── api_response.rb │ │ │ │ ├── application_record.rb │ │ │ │ ├── category.rb │ │ │ │ ├── order.rb │ │ │ │ ├── pet.rb │ │ │ │ ├── tag.rb │ │ │ │ └── user.rb │ │ │ └── views │ │ │ │ └── layouts │ │ │ │ ├── mailer.html.erb │ │ │ │ └── mailer.text.erb │ │ ├── bin │ │ │ ├── bundle │ │ │ ├── rails │ │ │ ├── rake │ │ │ ├── setup │ │ │ └── update │ │ ├── config.ru │ │ ├── config │ │ │ ├── application.rb │ │ │ ├── boot.rb │ │ │ ├── cable.yml │ │ │ ├── database.yml │ │ │ ├── environment.rb │ │ │ ├── environments │ │ │ │ ├── development.rb │ │ │ │ └── production.rb │ │ │ ├── initializers │ │ │ │ ├── active_record_belongs_to_required_by_default.rb │ │ │ │ ├── application_controller_renderer.rb │ │ │ │ ├── backtrace_silencers.rb │ │ │ │ ├── callback_terminator.rb │ │ │ │ ├── cors.rb │ │ │ │ ├── filter_parameter_logging.rb │ │ │ │ ├── inflections.rb │ │ │ │ ├── mime_types.rb │ │ │ │ ├── ssl_options.rb │ │ │ │ └── to_time_preserves_timezone.rb │ │ │ ├── locales │ │ │ │ └── en.yml │ │ │ ├── puma.rb │ │ │ ├── routes.rb │ │ │ ├── secrets.yml │ │ │ └── spring.rb │ │ ├── db │ │ │ ├── migrate │ │ │ │ ├── .keep │ │ │ │ └── 0_init_tables.rb │ │ │ ├── schema.rb │ │ │ └── seeds.rb │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .keep │ │ ├── log │ │ │ └── .keep │ │ ├── public │ │ │ ├── 404.html │ │ │ ├── 422.html │ │ │ ├── 500.html │ │ │ ├── apple-touch-icon-precomposed.png │ │ │ ├── apple-touch-icon.png │ │ │ ├── favicon.ico │ │ │ └── robots.txt │ │ ├── test │ │ │ └── test_helper.rb │ │ ├── tmp │ │ │ ├── cache │ │ │ │ └── .keep │ │ │ ├── pids │ │ │ │ └── .keep │ │ │ ├── restart.txt │ │ │ └── sockets │ │ │ │ └── .keep │ │ └── vendor │ │ │ └── .keep │ │ ├── scalatra │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── build.sbt │ │ ├── pom.xml │ │ ├── project │ │ │ ├── build.properties │ │ │ └── plugins.sbt │ │ ├── sbt │ │ └── src │ │ │ └── main │ │ │ ├── scala │ │ │ ├── JettyMain.scala │ │ │ ├── ScalatraBootstrap.scala │ │ │ ├── ServletApp.scala │ │ │ └── com │ │ │ │ └── wordnik │ │ │ │ └── client │ │ │ │ ├── api │ │ │ │ ├── PetApi.scala │ │ │ │ ├── StoreApi.scala │ │ │ │ └── UserApi.scala │ │ │ │ └── model │ │ │ │ ├── ApiResponse.scala │ │ │ │ ├── Category.scala │ │ │ │ ├── Order.scala │ │ │ │ ├── Pet.scala │ │ │ │ ├── Tag.scala │ │ │ │ └── User.scala │ │ │ └── webapp │ │ │ └── WEB-INF │ │ │ └── web.xml │ │ ├── silex │ │ ├── .swagger-codegen-ignore │ │ └── SwaggerServer │ │ │ ├── .htaccess │ │ │ ├── README.md │ │ │ ├── composer.json │ │ │ └── index.php │ │ ├── sinatra │ │ ├── .swagger-codegen-ignore │ │ ├── Gemfile │ │ ├── Gemfile.lock │ │ ├── README.md │ │ ├── api │ │ │ ├── pet_api.rb │ │ │ ├── store_api.rb │ │ │ └── user_api.rb │ │ ├── config.ru │ │ ├── lib │ │ │ └── swaggering.rb │ │ ├── my_app.rb │ │ └── swagger.yaml │ │ ├── slim │ │ ├── .htaccess │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── composer.json │ │ ├── composer.lock │ │ ├── index.php │ │ ├── lib │ │ │ └── Models │ │ │ │ ├── ApiResponse.php │ │ │ │ ├── Category.php │ │ │ │ ├── Order.php │ │ │ │ ├── Pet.php │ │ │ │ ├── Tag.php │ │ │ │ └── User.php │ │ └── vendor │ │ │ ├── autoload.php │ │ │ ├── composer │ │ │ ├── ClassLoader.php │ │ │ ├── autoload_classmap.php │ │ │ ├── autoload_files.php │ │ │ ├── autoload_namespaces.php │ │ │ ├── autoload_psr4.php │ │ │ ├── autoload_real.php │ │ │ └── installed.json │ │ │ ├── container-interop │ │ │ └── container-interop │ │ │ │ ├── .gitignore │ │ │ │ ├── README.md │ │ │ │ ├── composer.json │ │ │ │ ├── docs │ │ │ │ ├── ContainerInterface-meta.md │ │ │ │ ├── ContainerInterface.md │ │ │ │ ├── Delegate-lookup-meta.md │ │ │ │ ├── Delegate-lookup.md │ │ │ │ └── images │ │ │ │ │ ├── interoperating_containers.png │ │ │ │ │ ├── priority.png │ │ │ │ │ └── side_by_side_containers.png │ │ │ │ └── src │ │ │ │ └── Interop │ │ │ │ └── Container │ │ │ │ ├── ContainerInterface.php │ │ │ │ └── Exception │ │ │ │ ├── ContainerException.php │ │ │ │ └── NotFoundException.php │ │ │ ├── nikic │ │ │ └── fast-route │ │ │ │ ├── .hhconfig │ │ │ │ ├── .travis.yml │ │ │ │ ├── FastRoute.hhi │ │ │ │ ├── README.md │ │ │ │ ├── composer.json │ │ │ │ ├── phpunit.xml │ │ │ │ ├── src │ │ │ │ ├── BadRouteException.php │ │ │ │ ├── DataGenerator.php │ │ │ │ ├── DataGenerator │ │ │ │ │ ├── CharCountBased.php │ │ │ │ │ ├── GroupCountBased.php │ │ │ │ │ ├── GroupPosBased.php │ │ │ │ │ ├── MarkBased.php │ │ │ │ │ └── RegexBasedAbstract.php │ │ │ │ ├── Dispatcher.php │ │ │ │ ├── Dispatcher │ │ │ │ │ ├── CharCountBased.php │ │ │ │ │ ├── GroupCountBased.php │ │ │ │ │ ├── GroupPosBased.php │ │ │ │ │ ├── MarkBased.php │ │ │ │ │ └── RegexBasedAbstract.php │ │ │ │ ├── Route.php │ │ │ │ ├── RouteCollector.php │ │ │ │ ├── RouteParser.php │ │ │ │ ├── RouteParser │ │ │ │ │ └── Std.php │ │ │ │ ├── bootstrap.php │ │ │ │ └── functions.php │ │ │ │ └── test │ │ │ │ ├── Dispatcher │ │ │ │ ├── CharCountBasedTest.php │ │ │ │ ├── DispatcherTest.php │ │ │ │ ├── GroupCountBasedTest.php │ │ │ │ ├── GroupPosBasedTest.php │ │ │ │ └── MarkBasedTest.php │ │ │ │ ├── HackTypechecker │ │ │ │ ├── HackTypecheckerTest.php │ │ │ │ └── fixtures │ │ │ │ │ ├── all_options.php │ │ │ │ │ ├── empty_options.php │ │ │ │ │ └── no_options.php │ │ │ │ ├── RouteParser │ │ │ │ └── StdTest.php │ │ │ │ └── bootstrap.php │ │ │ ├── pimple │ │ │ └── pimple │ │ │ │ ├── .gitignore │ │ │ │ ├── .travis.yml │ │ │ │ ├── CHANGELOG │ │ │ │ ├── README.rst │ │ │ │ ├── composer.json │ │ │ │ ├── ext │ │ │ │ └── pimple │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── README.md │ │ │ │ │ ├── config.m4 │ │ │ │ │ ├── config.w32 │ │ │ │ │ ├── php_pimple.h │ │ │ │ │ ├── pimple.c │ │ │ │ │ ├── pimple_compat.h │ │ │ │ │ └── tests │ │ │ │ │ ├── 001.phpt │ │ │ │ │ ├── 002.phpt │ │ │ │ │ ├── 003.phpt │ │ │ │ │ ├── 004.phpt │ │ │ │ │ ├── 005.phpt │ │ │ │ │ ├── 006.phpt │ │ │ │ │ ├── 007.phpt │ │ │ │ │ ├── 008.phpt │ │ │ │ │ ├── 009.phpt │ │ │ │ │ ├── 010.phpt │ │ │ │ │ ├── 011.phpt │ │ │ │ │ ├── 012.phpt │ │ │ │ │ ├── 013.phpt │ │ │ │ │ ├── 014.phpt │ │ │ │ │ ├── 015.phpt │ │ │ │ │ ├── 016.phpt │ │ │ │ │ ├── 017.phpt │ │ │ │ │ ├── 017_1.phpt │ │ │ │ │ ├── 018.phpt │ │ │ │ │ ├── 019.phpt │ │ │ │ │ ├── bench.phpb │ │ │ │ │ └── bench_shared.phpb │ │ │ │ ├── phpunit.xml.dist │ │ │ │ └── src │ │ │ │ └── Pimple │ │ │ │ ├── Container.php │ │ │ │ ├── ServiceProviderInterface.php │ │ │ │ └── Tests │ │ │ │ ├── Fixtures │ │ │ │ ├── Invokable.php │ │ │ │ ├── NonInvokable.php │ │ │ │ ├── PimpleServiceProvider.php │ │ │ │ └── Service.php │ │ │ │ ├── PimpleServiceProviderInterfaceTest.php │ │ │ │ └── PimpleTest.php │ │ │ ├── psr │ │ │ └── http-message │ │ │ │ ├── README.md │ │ │ │ ├── composer.json │ │ │ │ └── src │ │ │ │ ├── MessageInterface.php │ │ │ │ ├── RequestInterface.php │ │ │ │ ├── ResponseInterface.php │ │ │ │ ├── ServerRequestInterface.php │ │ │ │ ├── StreamInterface.php │ │ │ │ ├── UploadedFileInterface.php │ │ │ │ └── UriInterface.php │ │ │ └── slim │ │ │ └── slim │ │ │ ├── CONTRIBUTING.md │ │ │ ├── LICENSE.md │ │ │ ├── README.md │ │ │ ├── Slim │ │ │ ├── App.php │ │ │ ├── CallableResolver.php │ │ │ ├── CallableResolverAwareTrait.php │ │ │ ├── Collection.php │ │ │ ├── Container.php │ │ │ ├── DefaultServicesProvider.php │ │ │ ├── DeferredCallable.php │ │ │ ├── Exception │ │ │ │ ├── ContainerException.php │ │ │ │ ├── ContainerValueNotFoundException.php │ │ │ │ ├── MethodNotAllowedException.php │ │ │ │ ├── NotFoundException.php │ │ │ │ └── SlimException.php │ │ │ ├── Handlers │ │ │ │ ├── AbstractError.php │ │ │ │ ├── AbstractHandler.php │ │ │ │ ├── Error.php │ │ │ │ ├── NotAllowed.php │ │ │ │ ├── NotFound.php │ │ │ │ ├── PhpError.php │ │ │ │ └── Strategies │ │ │ │ │ ├── RequestResponse.php │ │ │ │ │ └── RequestResponseArgs.php │ │ │ ├── Http │ │ │ │ ├── Body.php │ │ │ │ ├── Cookies.php │ │ │ │ ├── Environment.php │ │ │ │ ├── Headers.php │ │ │ │ ├── Message.php │ │ │ │ ├── Request.php │ │ │ │ ├── RequestBody.php │ │ │ │ ├── Response.php │ │ │ │ ├── Stream.php │ │ │ │ ├── UploadedFile.php │ │ │ │ └── Uri.php │ │ │ ├── Interfaces │ │ │ │ ├── CallableResolverInterface.php │ │ │ │ ├── CollectionInterface.php │ │ │ │ ├── Http │ │ │ │ │ ├── CookiesInterface.php │ │ │ │ │ ├── EnvironmentInterface.php │ │ │ │ │ └── HeadersInterface.php │ │ │ │ ├── InvocationStrategyInterface.php │ │ │ │ ├── RouteGroupInterface.php │ │ │ │ ├── RouteInterface.php │ │ │ │ └── RouterInterface.php │ │ │ ├── MiddlewareAwareTrait.php │ │ │ ├── Routable.php │ │ │ ├── Route.php │ │ │ ├── RouteGroup.php │ │ │ └── Router.php │ │ │ ├── composer.json │ │ │ └── example │ │ │ ├── .htaccess │ │ │ ├── README.md │ │ │ └── index.php │ │ ├── spring-mvc-j8-async │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── pom.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── api │ │ │ │ ├── ApiException.java │ │ │ │ ├── ApiOriginFilter.java │ │ │ │ ├── ApiResponseMessage.java │ │ │ │ ├── FakeApi.java │ │ │ │ ├── FakeApiController.java │ │ │ │ ├── NotFoundException.java │ │ │ │ ├── PetApi.java │ │ │ │ ├── PetApiController.java │ │ │ │ ├── StoreApi.java │ │ │ │ ├── StoreApiController.java │ │ │ │ ├── UserApi.java │ │ │ │ └── UserApiController.java │ │ │ │ ├── configuration │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ ├── SwaggerDocumentationConfig.java │ │ │ │ ├── SwaggerUiConfiguration.java │ │ │ │ ├── WebApplication.java │ │ │ │ └── WebMvcConfiguration.java │ │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ ├── Animal.java │ │ │ │ ├── AnimalFarm.java │ │ │ │ ├── ApiResponse.java │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ ├── ArrayTest.java │ │ │ │ ├── Capitalization.java │ │ │ │ ├── Cat.java │ │ │ │ ├── Category.java │ │ │ │ ├── ClassModel.java │ │ │ │ ├── Client.java │ │ │ │ ├── Dog.java │ │ │ │ ├── EnumArrays.java │ │ │ │ ├── EnumClass.java │ │ │ │ ├── EnumTest.java │ │ │ │ ├── FormatTest.java │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ ├── MapTest.java │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ ├── Model200Response.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── ModelReturn.java │ │ │ │ ├── Name.java │ │ │ │ ├── NumberOnly.java │ │ │ │ ├── Order.java │ │ │ │ ├── OuterEnum.java │ │ │ │ ├── Pet.java │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ ├── SpecialModelName.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ └── resources │ │ │ └── swagger.properties │ │ ├── spring-mvc │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── pom.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── api │ │ │ │ ├── ApiException.java │ │ │ │ ├── ApiOriginFilter.java │ │ │ │ ├── ApiResponseMessage.java │ │ │ │ ├── FakeApi.java │ │ │ │ ├── FakeApiController.java │ │ │ │ ├── NotFoundException.java │ │ │ │ ├── PetApi.java │ │ │ │ ├── PetApiController.java │ │ │ │ ├── StoreApi.java │ │ │ │ ├── StoreApiController.java │ │ │ │ ├── UserApi.java │ │ │ │ └── UserApiController.java │ │ │ │ ├── configuration │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ ├── SwaggerDocumentationConfig.java │ │ │ │ ├── SwaggerUiConfiguration.java │ │ │ │ ├── WebApplication.java │ │ │ │ └── WebMvcConfiguration.java │ │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ ├── Animal.java │ │ │ │ ├── AnimalFarm.java │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ ├── ArrayTest.java │ │ │ │ ├── Capitalization.java │ │ │ │ ├── Cat.java │ │ │ │ ├── Category.java │ │ │ │ ├── ClassModel.java │ │ │ │ ├── Client.java │ │ │ │ ├── Dog.java │ │ │ │ ├── EnumArrays.java │ │ │ │ ├── EnumClass.java │ │ │ │ ├── EnumTest.java │ │ │ │ ├── FormatTest.java │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ ├── MapTest.java │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ ├── Model200Response.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── ModelReturn.java │ │ │ │ ├── Name.java │ │ │ │ ├── NumberOnly.java │ │ │ │ ├── Order.java │ │ │ │ ├── OuterEnum.java │ │ │ │ ├── Pet.java │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ ├── SpecialModelName.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ └── resources │ │ │ └── swagger.properties │ │ ├── springboot-beanvalidation │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── pom.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ ├── Swagger2SpringBoot.java │ │ │ │ ├── api │ │ │ │ ├── ApiException.java │ │ │ │ ├── ApiOriginFilter.java │ │ │ │ ├── ApiResponseMessage.java │ │ │ │ ├── FakeApi.java │ │ │ │ ├── FakeApiController.java │ │ │ │ ├── NotFoundException.java │ │ │ │ ├── PetApi.java │ │ │ │ ├── PetApiController.java │ │ │ │ ├── StoreApi.java │ │ │ │ ├── StoreApiController.java │ │ │ │ ├── UserApi.java │ │ │ │ └── UserApiController.java │ │ │ │ ├── configuration │ │ │ │ ├── HomeController.java │ │ │ │ └── SwaggerDocumentationConfig.java │ │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ ├── Animal.java │ │ │ │ ├── AnimalFarm.java │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ ├── ArrayTest.java │ │ │ │ ├── Capitalization.java │ │ │ │ ├── Cat.java │ │ │ │ ├── Category.java │ │ │ │ ├── ClassModel.java │ │ │ │ ├── Client.java │ │ │ │ ├── Dog.java │ │ │ │ ├── EnumArrays.java │ │ │ │ ├── EnumClass.java │ │ │ │ ├── EnumTest.java │ │ │ │ ├── FormatTest.java │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ ├── MapTest.java │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ ├── Model200Response.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── ModelReturn.java │ │ │ │ ├── Name.java │ │ │ │ ├── NumberOnly.java │ │ │ │ ├── Order.java │ │ │ │ ├── OuterEnum.java │ │ │ │ ├── Pet.java │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ ├── SpecialModelName.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ └── resources │ │ │ └── application.properties │ │ ├── springboot-delegate-j8 │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── pom.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ ├── Swagger2SpringBoot.java │ │ │ │ ├── api │ │ │ │ ├── ApiException.java │ │ │ │ ├── ApiOriginFilter.java │ │ │ │ ├── ApiResponseMessage.java │ │ │ │ ├── FakeApi.java │ │ │ │ ├── FakeApiController.java │ │ │ │ ├── FakeApiDelegate.java │ │ │ │ ├── NotFoundException.java │ │ │ │ ├── PetApi.java │ │ │ │ ├── PetApiController.java │ │ │ │ ├── PetApiDelegate.java │ │ │ │ ├── StoreApi.java │ │ │ │ ├── StoreApiController.java │ │ │ │ ├── StoreApiDelegate.java │ │ │ │ ├── UserApi.java │ │ │ │ ├── UserApiController.java │ │ │ │ └── UserApiDelegate.java │ │ │ │ ├── configuration │ │ │ │ ├── HomeController.java │ │ │ │ └── SwaggerDocumentationConfig.java │ │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ ├── Animal.java │ │ │ │ ├── AnimalFarm.java │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ ├── ArrayTest.java │ │ │ │ ├── Capitalization.java │ │ │ │ ├── Cat.java │ │ │ │ ├── Category.java │ │ │ │ ├── ClassModel.java │ │ │ │ ├── Client.java │ │ │ │ ├── Dog.java │ │ │ │ ├── EnumArrays.java │ │ │ │ ├── EnumClass.java │ │ │ │ ├── EnumTest.java │ │ │ │ ├── FormatTest.java │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ ├── MapTest.java │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ ├── Model200Response.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── ModelReturn.java │ │ │ │ ├── Name.java │ │ │ │ ├── NumberOnly.java │ │ │ │ ├── Order.java │ │ │ │ ├── OuterEnum.java │ │ │ │ ├── Pet.java │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ ├── SpecialModelName.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ └── resources │ │ │ └── application.properties │ │ ├── springboot-delegate │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── pom.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ ├── Swagger2SpringBoot.java │ │ │ │ ├── api │ │ │ │ ├── ApiException.java │ │ │ │ ├── ApiOriginFilter.java │ │ │ │ ├── ApiResponseMessage.java │ │ │ │ ├── FakeApi.java │ │ │ │ ├── FakeApiController.java │ │ │ │ ├── FakeApiDelegate.java │ │ │ │ ├── NotFoundException.java │ │ │ │ ├── PetApi.java │ │ │ │ ├── PetApiController.java │ │ │ │ ├── PetApiDelegate.java │ │ │ │ ├── StoreApi.java │ │ │ │ ├── StoreApiController.java │ │ │ │ ├── StoreApiDelegate.java │ │ │ │ ├── UserApi.java │ │ │ │ ├── UserApiController.java │ │ │ │ └── UserApiDelegate.java │ │ │ │ ├── configuration │ │ │ │ ├── HomeController.java │ │ │ │ └── SwaggerDocumentationConfig.java │ │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ ├── Animal.java │ │ │ │ ├── AnimalFarm.java │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ ├── ArrayTest.java │ │ │ │ ├── Capitalization.java │ │ │ │ ├── Cat.java │ │ │ │ ├── Category.java │ │ │ │ ├── ClassModel.java │ │ │ │ ├── Client.java │ │ │ │ ├── Dog.java │ │ │ │ ├── EnumArrays.java │ │ │ │ ├── EnumClass.java │ │ │ │ ├── EnumTest.java │ │ │ │ ├── FormatTest.java │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ ├── MapTest.java │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ ├── Model200Response.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── ModelReturn.java │ │ │ │ ├── Name.java │ │ │ │ ├── NumberOnly.java │ │ │ │ ├── Order.java │ │ │ │ ├── OuterEnum.java │ │ │ │ ├── Pet.java │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ ├── SpecialModelName.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ └── resources │ │ │ └── application.properties │ │ ├── springboot-implicitHeaders │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── pom.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ ├── Swagger2SpringBoot.java │ │ │ │ ├── api │ │ │ │ ├── ApiException.java │ │ │ │ ├── ApiOriginFilter.java │ │ │ │ ├── ApiResponseMessage.java │ │ │ │ ├── FakeApi.java │ │ │ │ ├── FakeApiController.java │ │ │ │ ├── NotFoundException.java │ │ │ │ ├── PetApi.java │ │ │ │ ├── PetApiController.java │ │ │ │ ├── StoreApi.java │ │ │ │ ├── StoreApiController.java │ │ │ │ ├── UserApi.java │ │ │ │ └── UserApiController.java │ │ │ │ ├── configuration │ │ │ │ ├── HomeController.java │ │ │ │ └── SwaggerDocumentationConfig.java │ │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ ├── Animal.java │ │ │ │ ├── AnimalFarm.java │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ ├── ArrayTest.java │ │ │ │ ├── Capitalization.java │ │ │ │ ├── Cat.java │ │ │ │ ├── Category.java │ │ │ │ ├── ClassModel.java │ │ │ │ ├── Client.java │ │ │ │ ├── Dog.java │ │ │ │ ├── EnumArrays.java │ │ │ │ ├── EnumClass.java │ │ │ │ ├── EnumTest.java │ │ │ │ ├── FormatTest.java │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ ├── MapTest.java │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ ├── Model200Response.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── ModelReturn.java │ │ │ │ ├── Name.java │ │ │ │ ├── NumberOnly.java │ │ │ │ ├── Order.java │ │ │ │ ├── OuterEnum.java │ │ │ │ ├── Pet.java │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ ├── SpecialModelName.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ └── resources │ │ │ └── application.properties │ │ ├── springboot │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── pom.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── RFC3339DateFormat.java │ │ │ │ ├── Swagger2SpringBoot.java │ │ │ │ ├── api │ │ │ │ ├── ApiException.java │ │ │ │ ├── ApiOriginFilter.java │ │ │ │ ├── ApiResponseMessage.java │ │ │ │ ├── FakeApi.java │ │ │ │ ├── FakeApiController.java │ │ │ │ ├── NotFoundException.java │ │ │ │ ├── PetApi.java │ │ │ │ ├── PetApiController.java │ │ │ │ ├── StoreApi.java │ │ │ │ ├── StoreApiController.java │ │ │ │ ├── UserApi.java │ │ │ │ └── UserApiController.java │ │ │ │ ├── configuration │ │ │ │ ├── HomeController.java │ │ │ │ └── SwaggerDocumentationConfig.java │ │ │ │ └── model │ │ │ │ ├── AdditionalPropertiesClass.java │ │ │ │ ├── Animal.java │ │ │ │ ├── AnimalFarm.java │ │ │ │ ├── ArrayOfArrayOfNumberOnly.java │ │ │ │ ├── ArrayOfNumberOnly.java │ │ │ │ ├── ArrayTest.java │ │ │ │ ├── Capitalization.java │ │ │ │ ├── Cat.java │ │ │ │ ├── Category.java │ │ │ │ ├── ClassModel.java │ │ │ │ ├── Client.java │ │ │ │ ├── Dog.java │ │ │ │ ├── EnumArrays.java │ │ │ │ ├── EnumClass.java │ │ │ │ ├── EnumTest.java │ │ │ │ ├── FormatTest.java │ │ │ │ ├── HasOnlyReadOnly.java │ │ │ │ ├── MapTest.java │ │ │ │ ├── MixedPropertiesAndAdditionalPropertiesClass.java │ │ │ │ ├── Model200Response.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── ModelReturn.java │ │ │ │ ├── Name.java │ │ │ │ ├── NumberOnly.java │ │ │ │ ├── Order.java │ │ │ │ ├── OuterEnum.java │ │ │ │ ├── Pet.java │ │ │ │ ├── ReadOnlyFirst.java │ │ │ │ ├── SpecialModelName.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ └── resources │ │ │ └── application.properties │ │ ├── undertow │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── dependency-reduced-pom.xml │ │ ├── pom.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── io │ │ │ │ └── swagger │ │ │ │ ├── handler │ │ │ │ └── PathHandlerProvider.java │ │ │ │ └── model │ │ │ │ ├── Category.java │ │ │ │ ├── ModelApiResponse.java │ │ │ │ ├── Order.java │ │ │ │ ├── Pet.java │ │ │ │ ├── Tag.java │ │ │ │ └── User.java │ │ │ └── resources │ │ │ ├── META-INF │ │ │ └── services │ │ │ │ └── com.networknt.server.HandlerProvider │ │ │ └── config │ │ │ ├── oauth │ │ │ └── primary.crt │ │ │ ├── security.json │ │ │ ├── server.json │ │ │ └── swagger.json │ │ └── ze-ph │ │ ├── .swagger-codegen-ignore │ │ ├── README.md │ │ ├── application │ │ ├── config.yml │ │ ├── config │ │ │ ├── app.yml │ │ │ ├── data_transfer.yml │ │ │ └── path_handler.yml │ │ └── container.php │ │ ├── composer.json │ │ ├── public │ │ └── index.php │ │ └── src │ │ └── App │ │ ├── DTO │ │ ├── ApiResponse.php │ │ ├── Category.php │ │ ├── Order.php │ │ ├── Pet.php │ │ ├── Tag.php │ │ └── User.php │ │ ├── ErrorMiddleware.php │ │ ├── Handler │ │ ├── Pet.php │ │ ├── PetFindByStatus.php │ │ ├── PetFindByTags.php │ │ ├── PetPetId.php │ │ ├── PetPetIdUploadImage.php │ │ ├── StoreInventory.php │ │ ├── StoreOrder.php │ │ ├── StoreOrderOrderId.php │ │ ├── User.php │ │ ├── UserCreateWithArray.php │ │ ├── UserCreateWithList.php │ │ ├── UserLogin.php │ │ ├── UserLogout.php │ │ └── UserUsername.php │ │ ├── Strategy │ │ ├── Date.php │ │ └── DateTime.php │ │ └── Validator │ │ └── Type.php └── yaml │ ├── api-docs.yml │ ├── echo.yaml │ ├── pet.yml │ ├── store.yml │ └── user.yml └── shippable.yml /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/.dockerignore -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.objc_swift_test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/.travis.objc_swift_test.yml -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/.travis.yml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/Vagrantfile -------------------------------------------------------------------------------- /appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/appveyor.yml -------------------------------------------------------------------------------- /bin/akka-scala-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/akka-scala-petstore.sh -------------------------------------------------------------------------------- /bin/android-petstore-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/android-petstore-all.sh -------------------------------------------------------------------------------- /bin/android-petstore-httpclient.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/android-petstore-httpclient.sh -------------------------------------------------------------------------------- /bin/android-petstore-volley.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/android-petstore-volley.json -------------------------------------------------------------------------------- /bin/android-petstore-volley.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/android-petstore-volley.sh -------------------------------------------------------------------------------- /bin/android-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/android-petstore.sh -------------------------------------------------------------------------------- /bin/aspnetcore-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/aspnetcore-petstore-server.sh -------------------------------------------------------------------------------- /bin/bash-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/bash-petstore.sh -------------------------------------------------------------------------------- /bin/clojure-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/clojure-petstore.sh -------------------------------------------------------------------------------- /bin/cpprest-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/cpprest-petstore.sh -------------------------------------------------------------------------------- /bin/csharp-dotnet2-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/csharp-dotnet2-petstore.sh -------------------------------------------------------------------------------- /bin/csharp-petstore-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/csharp-petstore-all.sh -------------------------------------------------------------------------------- /bin/csharp-petstore-net-standard.json: -------------------------------------------------------------------------------- 1 | { 2 | "targetFramework": "v5.0" 3 | } 4 | -------------------------------------------------------------------------------- /bin/csharp-petstore-net-standard.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/csharp-petstore-net-standard.sh -------------------------------------------------------------------------------- /bin/csharp-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/csharp-petstore.sh -------------------------------------------------------------------------------- /bin/csharp-property-changed-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/csharp-property-changed-petstore.sh -------------------------------------------------------------------------------- /bin/cwiki-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/cwiki-petstore.sh -------------------------------------------------------------------------------- /bin/dart-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/dart-petstore.sh -------------------------------------------------------------------------------- /bin/dynamic-html.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/dynamic-html.sh -------------------------------------------------------------------------------- /bin/elixir-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/elixir-petstore.sh -------------------------------------------------------------------------------- /bin/erlang-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/erlang-petstore-server.sh -------------------------------------------------------------------------------- /bin/finch-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/finch-petstore-server.sh -------------------------------------------------------------------------------- /bin/flash-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/flash-petstore.sh -------------------------------------------------------------------------------- /bin/flaskConnexion-python2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/flaskConnexion-python2.sh -------------------------------------------------------------------------------- /bin/flaskConnexion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/flaskConnexion.sh -------------------------------------------------------------------------------- /bin/go-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/go-petstore-server.sh -------------------------------------------------------------------------------- /bin/go-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/go-petstore.sh -------------------------------------------------------------------------------- /bin/groovy-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/groovy-petstore.sh -------------------------------------------------------------------------------- /bin/haskell-servant-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/haskell-servant-petstore.sh -------------------------------------------------------------------------------- /bin/html-markdown.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/html-markdown.sh -------------------------------------------------------------------------------- /bin/html-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/html-petstore.sh -------------------------------------------------------------------------------- /bin/html2-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/html2-petstore.sh -------------------------------------------------------------------------------- /bin/java-inflector-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-inflector-petstore-server.sh -------------------------------------------------------------------------------- /bin/java-msf4j-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-msf4j-petstore-server.sh -------------------------------------------------------------------------------- /bin/java-petstore-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-all.sh -------------------------------------------------------------------------------- /bin/java-petstore-feign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-feign.json -------------------------------------------------------------------------------- /bin/java-petstore-feign.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-feign.sh -------------------------------------------------------------------------------- /bin/java-petstore-jersey1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-jersey1.sh -------------------------------------------------------------------------------- /bin/java-petstore-jersey2-java6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-jersey2-java6.sh -------------------------------------------------------------------------------- /bin/java-petstore-jersey2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-jersey2.json -------------------------------------------------------------------------------- /bin/java-petstore-jersey2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-jersey2.sh -------------------------------------------------------------------------------- /bin/java-petstore-okhttp-gson-parcelable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-okhttp-gson-parcelable.sh -------------------------------------------------------------------------------- /bin/java-petstore-okhttp-gson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-okhttp-gson.json -------------------------------------------------------------------------------- /bin/java-petstore-okhttp-gson.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-okhttp-gson.sh -------------------------------------------------------------------------------- /bin/java-petstore-resteasy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-resteasy.json -------------------------------------------------------------------------------- /bin/java-petstore-resteasy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-resteasy.sh -------------------------------------------------------------------------------- /bin/java-petstore-resttemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-resttemplate.json -------------------------------------------------------------------------------- /bin/java-petstore-resttemplate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-resttemplate.sh -------------------------------------------------------------------------------- /bin/java-petstore-retrofit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-retrofit.json -------------------------------------------------------------------------------- /bin/java-petstore-retrofit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-retrofit.sh -------------------------------------------------------------------------------- /bin/java-petstore-retrofit2-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-retrofit2-all.sh -------------------------------------------------------------------------------- /bin/java-petstore-retrofit2-play24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-retrofit2-play24.json -------------------------------------------------------------------------------- /bin/java-petstore-retrofit2-play24.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-retrofit2-play24.sh -------------------------------------------------------------------------------- /bin/java-petstore-retrofit2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-retrofit2.json -------------------------------------------------------------------------------- /bin/java-petstore-retrofit2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-retrofit2.sh -------------------------------------------------------------------------------- /bin/java-petstore-retrofit2rx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-retrofit2rx.json -------------------------------------------------------------------------------- /bin/java-petstore-retrofit2rx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-retrofit2rx.sh -------------------------------------------------------------------------------- /bin/java-petstore-retrofit2rx2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-retrofit2rx2.json -------------------------------------------------------------------------------- /bin/java-petstore-retrofit2rx2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-petstore-retrofit2rx2.sh -------------------------------------------------------------------------------- /bin/java-play-framework-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-play-framework-petstore-server.sh -------------------------------------------------------------------------------- /bin/java-undertow-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java-undertow-petstore-server.sh -------------------------------------------------------------------------------- /bin/java8-petstore-jersey2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java8-petstore-jersey2.json -------------------------------------------------------------------------------- /bin/java8-petstore-jersey2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/java8-petstore-jersey2.sh -------------------------------------------------------------------------------- /bin/javascript-closure-angular.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/javascript-closure-angular.sh -------------------------------------------------------------------------------- /bin/javascript-petstore-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/javascript-petstore-all.sh -------------------------------------------------------------------------------- /bin/javascript-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/javascript-petstore.sh -------------------------------------------------------------------------------- /bin/javascript-promise-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/javascript-promise-petstore.sh -------------------------------------------------------------------------------- /bin/jaxrs-cxf-cdi-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/jaxrs-cxf-cdi-petstore-server.sh -------------------------------------------------------------------------------- /bin/jaxrs-cxf-client-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/jaxrs-cxf-client-petstore.sh -------------------------------------------------------------------------------- /bin/jaxrs-cxf-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/jaxrs-cxf-petstore-server.sh -------------------------------------------------------------------------------- /bin/jaxrs-jersey1-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/jaxrs-jersey1-petstore-server.sh -------------------------------------------------------------------------------- /bin/jaxrs-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/jaxrs-petstore-server.sh -------------------------------------------------------------------------------- /bin/jaxrs-resteasy-eap-joda-petstore-server.json: -------------------------------------------------------------------------------- 1 | { 2 | "dateLibrary": "joda" 3 | } 4 | -------------------------------------------------------------------------------- /bin/jaxrs-resteasy-eap-joda-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/jaxrs-resteasy-eap-joda-petstore-server.sh -------------------------------------------------------------------------------- /bin/jaxrs-resteasy-eap-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/jaxrs-resteasy-eap-petstore-server.sh -------------------------------------------------------------------------------- /bin/jaxrs-resteasy-joda-petstore-server.json: -------------------------------------------------------------------------------- 1 | { 2 | "dateLibrary": "joda" 3 | } 4 | -------------------------------------------------------------------------------- /bin/jaxrs-resteasy-joda-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/jaxrs-resteasy-joda-petstore-server.sh -------------------------------------------------------------------------------- /bin/jaxrs-resteasy-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/jaxrs-resteasy-petstore-server.sh -------------------------------------------------------------------------------- /bin/jaxrs-spec-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/jaxrs-spec-petstore-server.sh -------------------------------------------------------------------------------- /bin/jmeter-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/jmeter-petstore.sh -------------------------------------------------------------------------------- /bin/lumen-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/lumen-petstore-server.sh -------------------------------------------------------------------------------- /bin/nancyfx-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/nancyfx-petstore-server.sh -------------------------------------------------------------------------------- /bin/nodejs-petstore-google-cloud-functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/nodejs-petstore-google-cloud-functions.sh -------------------------------------------------------------------------------- /bin/nodejs-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/nodejs-petstore-server.sh -------------------------------------------------------------------------------- /bin/objc-petstore-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/objc-petstore-all.sh -------------------------------------------------------------------------------- /bin/objc-petstore-coredata.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/objc-petstore-coredata.sh -------------------------------------------------------------------------------- /bin/objc-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/objc-petstore.sh -------------------------------------------------------------------------------- /bin/perl-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/perl-petstore.sh -------------------------------------------------------------------------------- /bin/php-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/php-petstore.sh -------------------------------------------------------------------------------- /bin/python-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/python-petstore.sh -------------------------------------------------------------------------------- /bin/qt5-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/qt5-petstore.sh -------------------------------------------------------------------------------- /bin/rails5-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/rails5-petstore-server.sh -------------------------------------------------------------------------------- /bin/ruby-petstore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/ruby-petstore.json -------------------------------------------------------------------------------- /bin/ruby-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/ruby-petstore.sh -------------------------------------------------------------------------------- /bin/run-all-petstore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/run-all-petstore -------------------------------------------------------------------------------- /bin/scala-async-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/scala-async-petstore.sh -------------------------------------------------------------------------------- /bin/scala-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/scala-petstore.sh -------------------------------------------------------------------------------- /bin/scalatra-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/scalatra-petstore-server.sh -------------------------------------------------------------------------------- /bin/security/csharp-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/csharp-petstore.sh -------------------------------------------------------------------------------- /bin/security/go-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/go-petstore.sh -------------------------------------------------------------------------------- /bin/security/java-petstore-okhttp-gson.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/java-petstore-okhttp-gson.sh -------------------------------------------------------------------------------- /bin/security/javascript-closure-angular.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/javascript-closure-angular.sh -------------------------------------------------------------------------------- /bin/security/javascript-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/javascript-petstore.sh -------------------------------------------------------------------------------- /bin/security/lumen-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/lumen-petstore-server.sh -------------------------------------------------------------------------------- /bin/security/objc-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/objc-petstore.sh -------------------------------------------------------------------------------- /bin/security/perl-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/perl-petstore.sh -------------------------------------------------------------------------------- /bin/security/php-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/php-petstore.sh -------------------------------------------------------------------------------- /bin/security/python-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/python-petstore.sh -------------------------------------------------------------------------------- /bin/security/qt5cpp-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/qt5cpp-petstore.sh -------------------------------------------------------------------------------- /bin/security/ruby-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/ruby-petstore.sh -------------------------------------------------------------------------------- /bin/security/run-all-petstore-security-test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/run-all-petstore-security-test -------------------------------------------------------------------------------- /bin/security/scala-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/scala-petstore.sh -------------------------------------------------------------------------------- /bin/security/silex-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/silex-petstore-server.sh -------------------------------------------------------------------------------- /bin/security/slim-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/slim-petstore-server.sh -------------------------------------------------------------------------------- /bin/security/swift-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/swift-petstore.sh -------------------------------------------------------------------------------- /bin/security/typescript-angular.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/typescript-angular.sh -------------------------------------------------------------------------------- /bin/security/typescript-angular2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/typescript-angular2.sh -------------------------------------------------------------------------------- /bin/security/typescript-fetch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/typescript-fetch.sh -------------------------------------------------------------------------------- /bin/security/typescript-node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/security/typescript-node.sh -------------------------------------------------------------------------------- /bin/silex-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/silex-petstore-server.sh -------------------------------------------------------------------------------- /bin/sinatra-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/sinatra-petstore-server.sh -------------------------------------------------------------------------------- /bin/slim-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/slim-petstore-server.sh -------------------------------------------------------------------------------- /bin/spring-all-pestore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/spring-all-pestore.sh -------------------------------------------------------------------------------- /bin/spring-cloud-feign-petstore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/spring-cloud-feign-petstore.json -------------------------------------------------------------------------------- /bin/spring-cloud-feign-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/spring-cloud-feign-petstore.sh -------------------------------------------------------------------------------- /bin/spring-delegate-j8.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/spring-delegate-j8.sh -------------------------------------------------------------------------------- /bin/spring-delegate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/spring-delegate.sh -------------------------------------------------------------------------------- /bin/spring-mvc-petstore-j8-async-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/spring-mvc-petstore-j8-async-server.sh -------------------------------------------------------------------------------- /bin/spring-mvc-petstore-j8-async.json: -------------------------------------------------------------------------------- 1 | { 2 | "library": "j8-async" 3 | } 4 | -------------------------------------------------------------------------------- /bin/spring-mvc-petstore-server.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/spring-mvc-petstore-server.json -------------------------------------------------------------------------------- /bin/spring-mvc-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/spring-mvc-petstore-server.sh -------------------------------------------------------------------------------- /bin/spring-stubs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/spring-stubs.sh -------------------------------------------------------------------------------- /bin/springboot-petstore-server-beanvalidation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/springboot-petstore-server-beanvalidation.sh -------------------------------------------------------------------------------- /bin/springboot-petstore-server-implicitHeaders.json: -------------------------------------------------------------------------------- 1 | { 2 | "implicitHeaders": true 3 | } -------------------------------------------------------------------------------- /bin/springboot-petstore-server-implicitHeaders.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/springboot-petstore-server-implicitHeaders.sh -------------------------------------------------------------------------------- /bin/springboot-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/springboot-petstore-server.sh -------------------------------------------------------------------------------- /bin/supportPython2.json: -------------------------------------------------------------------------------- 1 | { 2 | "supportPython2": true 3 | } 4 | -------------------------------------------------------------------------------- /bin/swift-petstore-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/swift-petstore-all.sh -------------------------------------------------------------------------------- /bin/swift-petstore-promisekit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/swift-petstore-promisekit.json -------------------------------------------------------------------------------- /bin/swift-petstore-promisekit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/swift-petstore-promisekit.sh -------------------------------------------------------------------------------- /bin/swift-petstore-rxswift.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/swift-petstore-rxswift.json -------------------------------------------------------------------------------- /bin/swift-petstore-rxswift.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/swift-petstore-rxswift.sh -------------------------------------------------------------------------------- /bin/swift-petstore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/swift-petstore.json -------------------------------------------------------------------------------- /bin/swift-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/swift-petstore.sh -------------------------------------------------------------------------------- /bin/swift3-petstore-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/swift3-petstore-all.sh -------------------------------------------------------------------------------- /bin/swift3-petstore-promisekit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/swift3-petstore-promisekit.json -------------------------------------------------------------------------------- /bin/swift3-petstore-promisekit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/swift3-petstore-promisekit.sh -------------------------------------------------------------------------------- /bin/swift3-petstore-rxswift.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/swift3-petstore-rxswift.json -------------------------------------------------------------------------------- /bin/swift3-petstore-rxswift.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/swift3-petstore-rxswift.sh -------------------------------------------------------------------------------- /bin/swift3-petstore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/swift3-petstore.json -------------------------------------------------------------------------------- /bin/swift3-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/swift3-petstore.sh -------------------------------------------------------------------------------- /bin/tizen-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/tizen-petstore.sh -------------------------------------------------------------------------------- /bin/typescript-angular-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/typescript-angular-petstore.sh -------------------------------------------------------------------------------- /bin/typescript-angular2-petstore-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/typescript-angular2-petstore-all.sh -------------------------------------------------------------------------------- /bin/typescript-angular2-petstore-with-npm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/typescript-angular2-petstore-with-npm.sh -------------------------------------------------------------------------------- /bin/typescript-angular2-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/typescript-angular2-petstore.sh -------------------------------------------------------------------------------- /bin/typescript-fetch-petstore-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/typescript-fetch-petstore-all.sh -------------------------------------------------------------------------------- /bin/typescript-fetch-petstore-target-es6.json: -------------------------------------------------------------------------------- 1 | { 2 | "supportsES6": true 3 | } 4 | -------------------------------------------------------------------------------- /bin/typescript-fetch-petstore-target-es6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/typescript-fetch-petstore-target-es6.sh -------------------------------------------------------------------------------- /bin/typescript-fetch-petstore-with-npm-version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/typescript-fetch-petstore-with-npm-version.sh -------------------------------------------------------------------------------- /bin/typescript-fetch-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/typescript-fetch-petstore.sh -------------------------------------------------------------------------------- /bin/typescript-jquery-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/typescript-jquery-all.sh -------------------------------------------------------------------------------- /bin/typescript-node-petstore-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/typescript-node-petstore-all.sh -------------------------------------------------------------------------------- /bin/typescript-node-petstore-with-npm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/typescript-node-petstore-with-npm.sh -------------------------------------------------------------------------------- /bin/typescript-node-petstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/typescript-node-petstore.sh -------------------------------------------------------------------------------- /bin/typescript-petstore-npm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/typescript-petstore-npm.json -------------------------------------------------------------------------------- /bin/utils/detect_carriage_return.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/utils/detect_carriage_return.sh -------------------------------------------------------------------------------- /bin/utils/detect_tab_in_java_class.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/utils/detect_tab_in_java_class.sh -------------------------------------------------------------------------------- /bin/windows/akka-scala-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/akka-scala-petstore.bat -------------------------------------------------------------------------------- /bin/windows/android-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/android-petstore.bat -------------------------------------------------------------------------------- /bin/windows/aspnetcore-petstore-server.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/aspnetcore-petstore-server.bat -------------------------------------------------------------------------------- /bin/windows/async-scala-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/async-scala-petstore.bat -------------------------------------------------------------------------------- /bin/windows/clojure-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/clojure-petstore.bat -------------------------------------------------------------------------------- /bin/windows/cpprest-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/cpprest-petstore.bat -------------------------------------------------------------------------------- /bin/windows/csharp-petstore-all.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/csharp-petstore-all.bat -------------------------------------------------------------------------------- /bin/windows/csharp-petstore-netstandard.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/csharp-petstore-netstandard.bat -------------------------------------------------------------------------------- /bin/windows/csharp-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/csharp-petstore.bat -------------------------------------------------------------------------------- /bin/windows/csharp-property-changed-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/csharp-property-changed-petstore.bat -------------------------------------------------------------------------------- /bin/windows/dart-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/dart-petstore.bat -------------------------------------------------------------------------------- /bin/windows/dynamic-html-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/dynamic-html-petstore.bat -------------------------------------------------------------------------------- /bin/windows/flash-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/flash-petstore.bat -------------------------------------------------------------------------------- /bin/windows/go-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/go-petstore.bat -------------------------------------------------------------------------------- /bin/windows/html-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/html-petstore.bat -------------------------------------------------------------------------------- /bin/windows/html2-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/html2-petstore.bat -------------------------------------------------------------------------------- /bin/windows/java-petstore-okhttp-gson.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/java-petstore-okhttp-gson.bat -------------------------------------------------------------------------------- /bin/windows/java-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/java-petstore.bat -------------------------------------------------------------------------------- /bin/windows/javascript-petstore-all.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/javascript-petstore-all.bat -------------------------------------------------------------------------------- /bin/windows/javascript-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/javascript-petstore.bat -------------------------------------------------------------------------------- /bin/windows/javascript-promise-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/javascript-promise-petstore.bat -------------------------------------------------------------------------------- /bin/windows/jaxrs-cxf-client-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/jaxrs-cxf-client-petstore.bat -------------------------------------------------------------------------------- /bin/windows/nancyfx-petstore-server.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/nancyfx-petstore-server.bat -------------------------------------------------------------------------------- /bin/windows/objc-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/objc-petstore.bat -------------------------------------------------------------------------------- /bin/windows/perl-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/perl-petstore.bat -------------------------------------------------------------------------------- /bin/windows/php-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/php-petstore.bat -------------------------------------------------------------------------------- /bin/windows/python-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/python-petstore.bat -------------------------------------------------------------------------------- /bin/windows/qt5cpp-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/qt5cpp-petstore.bat -------------------------------------------------------------------------------- /bin/windows/rails5-petstore-server.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/rails5-petstore-server.bat -------------------------------------------------------------------------------- /bin/windows/ruby-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/ruby-petstore.bat -------------------------------------------------------------------------------- /bin/windows/run-all-petstore.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/run-all-petstore.cmd -------------------------------------------------------------------------------- /bin/windows/scala-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/scala-petstore.bat -------------------------------------------------------------------------------- /bin/windows/spring-mvc-petstore-server.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/spring-mvc-petstore-server.bat -------------------------------------------------------------------------------- /bin/windows/springboot-petstore-server.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/springboot-petstore-server.bat -------------------------------------------------------------------------------- /bin/windows/swift-petstore-all.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/swift-petstore-all.bat -------------------------------------------------------------------------------- /bin/windows/swift-petstore-promisekit.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/swift-petstore-promisekit.bat -------------------------------------------------------------------------------- /bin/windows/swift-petstore-rxswift.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/swift-petstore-rxswift.bat -------------------------------------------------------------------------------- /bin/windows/swift-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/swift-petstore.bat -------------------------------------------------------------------------------- /bin/windows/swift3-petstore-all.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/swift3-petstore-all.bat -------------------------------------------------------------------------------- /bin/windows/swift3-petstore-promisekit.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/swift3-petstore-promisekit.bat -------------------------------------------------------------------------------- /bin/windows/swift3-petstore-rxswift.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/swift3-petstore-rxswift.bat -------------------------------------------------------------------------------- /bin/windows/swift3-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/swift3-petstore.bat -------------------------------------------------------------------------------- /bin/windows/tizen-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/tizen-petstore.bat -------------------------------------------------------------------------------- /bin/windows/typescript-angular.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/typescript-angular.bat -------------------------------------------------------------------------------- /bin/windows/typescript-angular2-with-npm.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/typescript-angular2-with-npm.bat -------------------------------------------------------------------------------- /bin/windows/typescript-angular2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/typescript-angular2.bat -------------------------------------------------------------------------------- /bin/windows/typescript-fetch.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/typescript-fetch.bat -------------------------------------------------------------------------------- /bin/windows/typescript-node-with-npm.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/typescript-node-with-npm.bat -------------------------------------------------------------------------------- /bin/windows/typescript-node.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/typescript-node.bat -------------------------------------------------------------------------------- /bin/windows/ze-ph-petstore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/windows/ze-ph-petstore.bat -------------------------------------------------------------------------------- /bin/ze-ph-petstore-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/bin/ze-ph-petstore-server.sh -------------------------------------------------------------------------------- /circle.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/circle.yml -------------------------------------------------------------------------------- /docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/docker-entrypoint.sh -------------------------------------------------------------------------------- /eclipse-formatter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/eclipse-formatter.xml -------------------------------------------------------------------------------- /google_checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/google_checkstyle.xml -------------------------------------------------------------------------------- /modules/swagger-codegen-cli/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/modules/swagger-codegen-cli/Dockerfile -------------------------------------------------------------------------------- /modules/swagger-codegen-cli/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/modules/swagger-codegen-cli/pom.xml -------------------------------------------------------------------------------- /modules/swagger-codegen-maven-plugin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/modules/swagger-codegen-maven-plugin/README.md -------------------------------------------------------------------------------- /modules/swagger-codegen-maven-plugin/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/modules/swagger-codegen-maven-plugin/pom.xml -------------------------------------------------------------------------------- /modules/swagger-codegen/.gitignore: -------------------------------------------------------------------------------- 1 | /.settings/ 2 | /test-output/ 3 | -------------------------------------------------------------------------------- /modules/swagger-codegen/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/modules/swagger-codegen/pom.xml -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/Java/build.sbt.mustache: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/Java/settings.gradle.mustache: -------------------------------------------------------------------------------- 1 | rootProject.name = "{{artifactId}}" -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/JavaInflector/swagger.mustache: -------------------------------------------------------------------------------- 1 | {{{swagger-yaml}}} -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/JavaJaxRS/cxf/server/application.properties.mustache: -------------------------------------------------------------------------------- 1 | cxf.path=/ -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/JavaJaxRS/libraries/jersey1/project/build.properties: -------------------------------------------------------------------------------- 1 | sbt.version=0.12.0 2 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/JavaJaxRS/resteasy/eap/settingsGradle.mustache: -------------------------------------------------------------------------------- 1 | rootProject.name = "{{artifactId}}" -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/JavaJaxRS/resteasy/settingsGradle.mustache: -------------------------------------------------------------------------------- 1 | rootProject.name = "{{artifactId}}" -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/JavaPlayFramework/buildproperties.mustache: -------------------------------------------------------------------------------- 1 | sbt.version=0.13.11 -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/JavaPlayFramework/swagger.mustache: -------------------------------------------------------------------------------- 1 | {{{swagger-json}}} -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/JavaSpring/application.properties: -------------------------------------------------------------------------------- 1 | springfox.documentation.swagger.v2.path=/api-docs 2 | #server.port=8090 3 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/JavaSpring/project/build.properties: -------------------------------------------------------------------------------- 1 | sbt.version=0.12.0 2 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/Javascript/mocha.opts: -------------------------------------------------------------------------------- 1 | --timeout 10000 2 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/MSF4J/api_test.mastache~: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/TypeScript-Fetch/gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/android/settings.gradle.mustache: -------------------------------------------------------------------------------- 1 | rootProject.name = "{{artifactId}}" 2 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/aspnetcore/wwwroot/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/codegen/model.template: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/codegen/services.mustache: -------------------------------------------------------------------------------- 1 | {{fullyQualifiedGeneratorClass}} -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/dart/analysis_options.mustache: -------------------------------------------------------------------------------- 1 | analyzer: 2 | strong-mode: true -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/elixir/model.mustache: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/elixir/test_helper.exs.mustache: -------------------------------------------------------------------------------- 1 | ExUnit.start() 2 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/erlang-server/swagger.mustache: -------------------------------------------------------------------------------- 1 | {{{swagger-json}}} 2 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/finch/project/build.properties: -------------------------------------------------------------------------------- 1 | sbt.version=0.13.13 2 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/flaskConnexion/__init__.mustache: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/flaskConnexion/swagger.mustache: -------------------------------------------------------------------------------- 1 | {{{swagger-yaml}}} -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/go-server/app.mustache: -------------------------------------------------------------------------------- 1 | application: {{packageName}} -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/go-server/swagger.mustache: -------------------------------------------------------------------------------- 1 | {{{swagger-yaml}}} -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/haskell-servant/Setup.mustache: -------------------------------------------------------------------------------- 1 | import Distribution.Simple 2 | main = defaultMain 3 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/nodejs/swagger.mustache: -------------------------------------------------------------------------------- 1 | {{{swagger-yaml}}} -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/python/__init__test.mustache: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/rails5/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/rails5/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/rails5/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/rails5/application_job.rb: -------------------------------------------------------------------------------- 1 | class ApplicationJob < ActiveJob::Base 2 | end 3 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/rails5/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/rails5/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/rails5/restart.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/ruby/rspec.mustache: -------------------------------------------------------------------------------- 1 | --color 2 | --require spec_helper 3 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/scala/settings.gradle.mustache: -------------------------------------------------------------------------------- 1 | rootProject.name = "{{artifactId}}" -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/scalatra/project/build.properties: -------------------------------------------------------------------------------- 1 | sbt.version=0.13.5 2 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/sinatra/config.ru: -------------------------------------------------------------------------------- 1 | require './my_app' 2 | run MyApp 3 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/sinatra/swagger.mustache: -------------------------------------------------------------------------------- 1 | {{{swagger-yaml}}} -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/swagger-static/assets/css/site.css: -------------------------------------------------------------------------------- 1 | site.css -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/typescript-angular/gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/typescript-angular2/gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | dist 5 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/typescript-node/gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/undertow/swagger.mustache: -------------------------------------------------------------------------------- 1 | {{{swagger-json}}} -------------------------------------------------------------------------------- /modules/swagger-codegen/src/main/resources/ze-ph/config.yml: -------------------------------------------------------------------------------- 1 | #App 2 | cache_configuration: false 3 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/test/resources/integrationtests/typescript/additional-properties-expected/api/api.ts: -------------------------------------------------------------------------------- 1 | export * from './UserApi'; 2 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/test/resources/integrationtests/typescript/additional-properties-expected/model/models.ts: -------------------------------------------------------------------------------- 1 | export * from './User'; 2 | -------------------------------------------------------------------------------- /modules/swagger-codegen/src/test/resources/integrationtests/typescript/array-and-object-expected/api/api.ts: -------------------------------------------------------------------------------- 1 | export * from './ProjectApi'; 2 | -------------------------------------------------------------------------------- /modules/swagger-generator/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/modules/swagger-generator/Dockerfile -------------------------------------------------------------------------------- /modules/swagger-generator/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/modules/swagger-generator/pom.xml -------------------------------------------------------------------------------- /modules/swagger-generator/sample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/modules/swagger-generator/sample.json -------------------------------------------------------------------------------- /modules/swagger-generator/src/main/resources/version.prop: -------------------------------------------------------------------------------- 1 | ${project.version} -------------------------------------------------------------------------------- /pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/pom.xml -------------------------------------------------------------------------------- /pom.xml.circleci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/pom.xml.circleci -------------------------------------------------------------------------------- /run-in-docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/run-in-docker.sh -------------------------------------------------------------------------------- /samples/client/petstore-security-test/go/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore-security-test/go/LICENSE -------------------------------------------------------------------------------- /samples/client/petstore-security-test/go/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore-security-test/go/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore-security-test/java/okhttp-gson/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-petstore-okhttp-gson" -------------------------------------------------------------------------------- /samples/client/petstore-security-test/javascript/mocha.opts: -------------------------------------------------------------------------------- 1 | --timeout 10000 2 | -------------------------------------------------------------------------------- /samples/client/petstore-security-test/php/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore-security-test/php/LICENSE -------------------------------------------------------------------------------- /samples/client/petstore-security-test/python/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore-security-test/ruby/.rspec: -------------------------------------------------------------------------------- 1 | --color 2 | --require spec_helper 3 | -------------------------------------------------------------------------------- /samples/client/petstore-security-test/scala/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-scala-client" -------------------------------------------------------------------------------- /samples/client/petstore-security-test/typescript-angular/.gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | -------------------------------------------------------------------------------- /samples/client/petstore-security-test/typescript-angular/model/models.ts: -------------------------------------------------------------------------------- 1 | export * from './ModelReturn'; 2 | -------------------------------------------------------------------------------- /samples/client/petstore-security-test/typescript-angular2/.gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | dist 5 | -------------------------------------------------------------------------------- /samples/client/petstore-security-test/typescript-angular2/model/models.ts: -------------------------------------------------------------------------------- 1 | export * from './ModelReturn'; 2 | -------------------------------------------------------------------------------- /samples/client/petstore-security-test/typescript-fetch/.gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | -------------------------------------------------------------------------------- /samples/client/petstore-security-test/typescript-node/.gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | -------------------------------------------------------------------------------- /samples/client/petstore/akka-scala/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/akka-scala/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/android/httpclient/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-android-client" 2 | -------------------------------------------------------------------------------- /samples/client/petstore/android/volley/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/android/volley/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/android/volley/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/android/volley/README.md -------------------------------------------------------------------------------- /samples/client/petstore/android/volley/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/android/volley/gradlew -------------------------------------------------------------------------------- /samples/client/petstore/android/volley/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/android/volley/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/async-scala/build.sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/async-scala/build.sbt -------------------------------------------------------------------------------- /samples/client/petstore/bash/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/bash/Dockerfile -------------------------------------------------------------------------------- /samples/client/petstore/bash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/bash/README.md -------------------------------------------------------------------------------- /samples/client/petstore/bash/_petstore-cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/bash/_petstore-cli -------------------------------------------------------------------------------- /samples/client/petstore/bash/petstore-cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/bash/petstore-cli -------------------------------------------------------------------------------- /samples/client/petstore/bash/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/bash/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/clojure/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/clojure/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/clojure/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/clojure/git_push.sh -------------------------------------------------------------------------------- /samples/client/petstore/clojure/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/clojure/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/clojure/project.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/clojure/project.clj -------------------------------------------------------------------------------- /samples/client/petstore/clojure/resources/hello.txt: -------------------------------------------------------------------------------- 1 | Hello world! -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/ApiClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/ApiClient.cpp -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/ApiClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/ApiClient.h -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/ApiException.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/ApiException.cpp -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/ApiException.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/ApiException.h -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/HttpContent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/HttpContent.cpp -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/HttpContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/HttpContent.h -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/IHttpBody.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/IHttpBody.h -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/JsonBody.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/JsonBody.cpp -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/JsonBody.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/JsonBody.h -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/ModelBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/ModelBase.cpp -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/ModelBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/ModelBase.h -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/api/PetApi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/api/PetApi.cpp -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/api/PetApi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/api/PetApi.h -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/api/StoreApi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/api/StoreApi.cpp -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/api/StoreApi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/api/StoreApi.h -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/api/UserApi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/api/UserApi.cpp -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/api/UserApi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/api/UserApi.h -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/git_push.sh -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/model/Category.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/model/Category.h -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/model/Order.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/model/Order.cpp -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/model/Order.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/model/Order.h -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/model/Pet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/model/Pet.cpp -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/model/Pet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/model/Pet.h -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/model/Tag.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/model/Tag.cpp -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/model/Tag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/model/Tag.h -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/model/User.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/model/User.cpp -------------------------------------------------------------------------------- /samples/client/petstore/cpprest/model/User.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/cpprest/model/User.h -------------------------------------------------------------------------------- /samples/client/petstore/dart/.analysis_options: -------------------------------------------------------------------------------- 1 | analyzer: 2 | strong-mode: true -------------------------------------------------------------------------------- /samples/client/petstore/dart/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/dart/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/dart/petstore/.analysis_options: -------------------------------------------------------------------------------- 1 | analyzer: 2 | strong-mode: true 3 | -------------------------------------------------------------------------------- /samples/client/petstore/dart/petstore/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/dart/petstore/README.md -------------------------------------------------------------------------------- /samples/client/petstore/dart/petstore/test/browser/packages: -------------------------------------------------------------------------------- 1 | ../../packages -------------------------------------------------------------------------------- /samples/client/petstore/dart/petstore/test/packages: -------------------------------------------------------------------------------- 1 | ../packages -------------------------------------------------------------------------------- /samples/client/petstore/dart/swagger/.analysis_options: -------------------------------------------------------------------------------- 1 | analyzer: 2 | strong-mode: true -------------------------------------------------------------------------------- /samples/client/petstore/dart/swagger/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/dart/swagger/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/dart/swagger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/dart/swagger/README.md -------------------------------------------------------------------------------- /samples/client/petstore/dart/swagger/docs/Pet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/dart/swagger/docs/Pet.md -------------------------------------------------------------------------------- /samples/client/petstore/dart/swagger/docs/Tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/dart/swagger/docs/Tag.md -------------------------------------------------------------------------------- /samples/client/petstore/dart/swagger/docs/User.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/dart/swagger/docs/User.md -------------------------------------------------------------------------------- /samples/client/petstore/dart/swagger/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/dart/swagger/git_push.sh -------------------------------------------------------------------------------- /samples/client/petstore/dart/swagger/lib/api.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/dart/swagger/lib/api.dart -------------------------------------------------------------------------------- /samples/client/petstore/dart/swagger/pubspec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/dart/swagger/pubspec.yaml -------------------------------------------------------------------------------- /samples/client/petstore/elixir/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/elixir/README.md -------------------------------------------------------------------------------- /samples/client/petstore/elixir/config/config.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/elixir/config/config.exs -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/$special[model.name].ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/200_response.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/additionalPropertiesClass.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/animal.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/animalFarm.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/apiResponse.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/arrayOfArrayOfNumberOnly.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/arrayOfNumberOnly.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/arrayTest.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/capitalization.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/cat.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/category.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/classModel.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/client.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/dog.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/enumArrays.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/enumClass.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/enum_Test.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/format_test.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/hasOnlyReadOnly.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/mapTest.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/mixedPropertiesAndAdditionalPropertiesClass.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/name.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/numberOnly.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/order.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/outerEnum.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/pet.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/readOnlyFirst.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/return.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/tag.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/lib/swagger_petstore/model/user.ex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/elixir/mix.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/elixir/mix.exs -------------------------------------------------------------------------------- /samples/client/petstore/elixir/test/test_helper.exs: -------------------------------------------------------------------------------- 1 | ExUnit.start() 2 | -------------------------------------------------------------------------------- /samples/client/petstore/flash/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/flash/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/flash/flash/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/flash/flash/README.txt -------------------------------------------------------------------------------- /samples/client/petstore/flash/flash/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/flash/flash/build.xml -------------------------------------------------------------------------------- /samples/client/petstore/flash/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/flash/git_push.sh -------------------------------------------------------------------------------- /samples/client/petstore/go/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/go/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/git_push.sh -------------------------------------------------------------------------------- /samples/client/petstore/go/go-petstore/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/go-petstore/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/go/go-petstore/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/go-petstore/README.md -------------------------------------------------------------------------------- /samples/client/petstore/go/go-petstore/animal.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/go-petstore/animal.go -------------------------------------------------------------------------------- /samples/client/petstore/go/go-petstore/cat.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/go-petstore/cat.go -------------------------------------------------------------------------------- /samples/client/petstore/go/go-petstore/client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/go-petstore/client.go -------------------------------------------------------------------------------- /samples/client/petstore/go/go-petstore/dog.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/go-petstore/dog.go -------------------------------------------------------------------------------- /samples/client/petstore/go/go-petstore/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/go-petstore/list.go -------------------------------------------------------------------------------- /samples/client/petstore/go/go-petstore/name.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/go-petstore/name.go -------------------------------------------------------------------------------- /samples/client/petstore/go/go-petstore/order.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/go-petstore/order.go -------------------------------------------------------------------------------- /samples/client/petstore/go/go-petstore/pet.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/go-petstore/pet.go -------------------------------------------------------------------------------- /samples/client/petstore/go/go-petstore/pet_api.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/go-petstore/pet_api.go -------------------------------------------------------------------------------- /samples/client/petstore/go/go-petstore/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/go-petstore/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/go/go-petstore/tag.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/go-petstore/tag.go -------------------------------------------------------------------------------- /samples/client/petstore/go/go-petstore/user.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/go-petstore/user.go -------------------------------------------------------------------------------- /samples/client/petstore/go/pet_api_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/pet_api_test.go -------------------------------------------------------------------------------- /samples/client/petstore/go/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/go/test.go.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/test.go.bak -------------------------------------------------------------------------------- /samples/client/petstore/go/user_api_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/go/user_api_test.go -------------------------------------------------------------------------------- /samples/client/petstore/groovy/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/groovy/build.gradle -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/.travis.yml -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/README.md -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/build.gradle -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/build.sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/build.sbt -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/docs/Animal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/docs/Animal.md -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/docs/Cat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/docs/Cat.md -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/docs/Dog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/docs/Dog.md -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/docs/Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/docs/Name.md -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/docs/Order.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/docs/Order.md -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/docs/Pet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/docs/Pet.md -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/docs/PetApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/docs/PetApi.md -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/docs/Tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/docs/Tag.md -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/docs/User.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/docs/User.md -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/git_push.sh -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/gradlew -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/gradlew.bat -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/feign/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/java/feign/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-petstore-feign" -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey1/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey1/.travis.yml -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey1/README.md -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey1/build.gradle -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/build.sbt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/docs/Cat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey1/docs/Cat.md -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/docs/Dog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey1/docs/Dog.md -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/docs/Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey1/docs/Name.md -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/docs/Pet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey1/docs/Pet.md -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/docs/Tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey1/docs/Tag.md -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/docs/User.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey1/docs/User.md -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey1/git_push.sh -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey1/gradlew -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey1/gradlew.bat -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey1/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey1/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-java-client" -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2-java6/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-petstore-jersey2-java6" -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2-java8/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-petstore-jersey2" -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey2/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey2/.travis.yml -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey2/README.md -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey2/build.gradle -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/build.sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey2/build.sbt -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/docs/Cat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey2/docs/Cat.md -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/docs/Dog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey2/docs/Dog.md -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/docs/Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey2/docs/Name.md -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/docs/Pet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey2/docs/Pet.md -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/docs/Tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey2/docs/Tag.md -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/docs/User.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey2/docs/User.md -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey2/git_push.sh -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey2/gradlew -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey2/gradlew.bat -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/hello.txt: -------------------------------------------------------------------------------- 1 | Hello world! -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/jersey2/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/java/jersey2/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-petstore-jersey2" -------------------------------------------------------------------------------- /samples/client/petstore/java/okhttp-gson-parcelableModel/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-petstore-okhttp-gson" -------------------------------------------------------------------------------- /samples/client/petstore/java/okhttp-gson/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/okhttp-gson/gradlew -------------------------------------------------------------------------------- /samples/client/petstore/java/okhttp-gson/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/okhttp-gson/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/java/okhttp-gson/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-petstore-okhttp-gson" -------------------------------------------------------------------------------- /samples/client/petstore/java/resteasy/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/resteasy/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/java/resteasy/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/resteasy/.travis.yml -------------------------------------------------------------------------------- /samples/client/petstore/java/resteasy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/resteasy/README.md -------------------------------------------------------------------------------- /samples/client/petstore/java/resteasy/build.sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/resteasy/build.sbt -------------------------------------------------------------------------------- /samples/client/petstore/java/resteasy/docs/Cat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/resteasy/docs/Cat.md -------------------------------------------------------------------------------- /samples/client/petstore/java/resteasy/docs/Dog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/resteasy/docs/Dog.md -------------------------------------------------------------------------------- /samples/client/petstore/java/resteasy/docs/Pet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/resteasy/docs/Pet.md -------------------------------------------------------------------------------- /samples/client/petstore/java/resteasy/docs/Tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/resteasy/docs/Tag.md -------------------------------------------------------------------------------- /samples/client/petstore/java/resteasy/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/resteasy/git_push.sh -------------------------------------------------------------------------------- /samples/client/petstore/java/resteasy/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/resteasy/gradlew -------------------------------------------------------------------------------- /samples/client/petstore/java/resteasy/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/resteasy/gradlew.bat -------------------------------------------------------------------------------- /samples/client/petstore/java/resteasy/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/resteasy/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/java/resteasy/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-petstore-resteasy" -------------------------------------------------------------------------------- /samples/client/petstore/java/resttemplate/build.sbt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/java/resttemplate/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/resttemplate/gradlew -------------------------------------------------------------------------------- /samples/client/petstore/java/resttemplate/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/resttemplate/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/java/resttemplate/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-petstore-resttemplate" -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit/.travis.yml -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit/README.md -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit/build.sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit/build.sbt -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit/docs/Cat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit/docs/Cat.md -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit/docs/Dog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit/docs/Dog.md -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit/docs/Pet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit/docs/Pet.md -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit/docs/Tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit/docs/Tag.md -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit/git_push.sh -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit/gradlew -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit/gradlew.bat -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-petstore-retrofit" -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit2-play24/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-java-client" -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit2/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit2/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit2/README.md -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit2/build.sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit2/build.sbt -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit2/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit2/gradlew -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit2/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit2/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit2/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-petstore-retrofit2" -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit2rx/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit2rx/gradlew -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit2rx/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit2rx/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit2rx/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-petstore-retrofit2-rx" -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit2rx2/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit2rx2/gradlew -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit2rx2/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/java/retrofit2rx2/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/java/retrofit2rx2/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-petstore-retrofit2-rx2" -------------------------------------------------------------------------------- /samples/client/petstore/javascript-closure-angular/.gitignore: -------------------------------------------------------------------------------- 1 | *.compiled.js 2 | node_modules 3 | -------------------------------------------------------------------------------- /samples/client/petstore/javascript-promise/.gitignore: -------------------------------------------------------------------------------- 1 | /node_modules/ 2 | -------------------------------------------------------------------------------- /samples/client/petstore/javascript-promise/mocha.opts: -------------------------------------------------------------------------------- 1 | --timeout 10000 2 | -------------------------------------------------------------------------------- /samples/client/petstore/javascript-promise/test/mocha.opts: -------------------------------------------------------------------------------- 1 | --timeout 10000 2 | -------------------------------------------------------------------------------- /samples/client/petstore/javascript/.gitignore: -------------------------------------------------------------------------------- 1 | /node_modules/ 2 | -------------------------------------------------------------------------------- /samples/client/petstore/javascript/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/javascript/.travis.yml -------------------------------------------------------------------------------- /samples/client/petstore/javascript/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/javascript/README.md -------------------------------------------------------------------------------- /samples/client/petstore/javascript/docs/Animal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/javascript/docs/Animal.md -------------------------------------------------------------------------------- /samples/client/petstore/javascript/docs/Cat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/javascript/docs/Cat.md -------------------------------------------------------------------------------- /samples/client/petstore/javascript/docs/Client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/javascript/docs/Client.md -------------------------------------------------------------------------------- /samples/client/petstore/javascript/docs/Dog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/javascript/docs/Dog.md -------------------------------------------------------------------------------- /samples/client/petstore/javascript/docs/List.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/javascript/docs/List.md -------------------------------------------------------------------------------- /samples/client/petstore/javascript/docs/Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/javascript/docs/Name.md -------------------------------------------------------------------------------- /samples/client/petstore/javascript/docs/Order.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/javascript/docs/Order.md -------------------------------------------------------------------------------- /samples/client/petstore/javascript/docs/Pet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/javascript/docs/Pet.md -------------------------------------------------------------------------------- /samples/client/petstore/javascript/docs/PetApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/javascript/docs/PetApi.md -------------------------------------------------------------------------------- /samples/client/petstore/javascript/docs/Tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/javascript/docs/Tag.md -------------------------------------------------------------------------------- /samples/client/petstore/javascript/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/javascript/git_push.sh -------------------------------------------------------------------------------- /samples/client/petstore/javascript/mocha.opts: -------------------------------------------------------------------------------- 1 | --timeout 10000 2 | -------------------------------------------------------------------------------- /samples/client/petstore/javascript/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/javascript/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/javascript/test/mocha.opts: -------------------------------------------------------------------------------- 1 | --timeout 10000 2 | -------------------------------------------------------------------------------- /samples/client/petstore/jaxrs-cxf/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/jaxrs-cxf/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/jmeter/PetApi.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/jmeter/PetApi.csv -------------------------------------------------------------------------------- /samples/client/petstore/jmeter/PetApi.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/jmeter/PetApi.jmx -------------------------------------------------------------------------------- /samples/client/petstore/jmeter/StoreApi.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/jmeter/StoreApi.csv -------------------------------------------------------------------------------- /samples/client/petstore/jmeter/StoreApi.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/jmeter/StoreApi.jmx -------------------------------------------------------------------------------- /samples/client/petstore/jmeter/UserApi.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/jmeter/UserApi.csv -------------------------------------------------------------------------------- /samples/client/petstore/jmeter/UserApi.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/jmeter/UserApi.jmx -------------------------------------------------------------------------------- /samples/client/petstore/objc/core-data/SwaggerClientTests/SwaggerClient/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /samples/client/petstore/objc/core-data/SwaggerClientTests/Tests/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /samples/client/petstore/objc/default/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/objc/default/README.md -------------------------------------------------------------------------------- /samples/client/petstore/objc/default/SwaggerClientTests/SwaggerClient/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /samples/client/petstore/objc/default/SwaggerClientTests/Tests/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /samples/client/petstore/perl/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/perl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/README.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/bin/autodoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/bin/autodoc -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/Animal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/Animal.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/ArrayTest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/ArrayTest.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/Cat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/Cat.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/Category.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/Category.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/Client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/Client.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/Dog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/Dog.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/EnumClass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/EnumClass.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/EnumTest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/EnumTest.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/FakeApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/FakeApi.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/List.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/List.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/MapTest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/MapTest.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/Name.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/Order.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/Order.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/OuterEnum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/OuterEnum.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/Pet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/Pet.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/PetApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/PetApi.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/StoreApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/StoreApi.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/Tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/Tag.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/User.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/User.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/docs/UserApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/docs/UserApi.md -------------------------------------------------------------------------------- /samples/client/petstore/perl/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/git_push.sh -------------------------------------------------------------------------------- /samples/client/petstore/perl/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/AnimalTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/AnimalTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/ArrayTestTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/ArrayTestTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/CatTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/CatTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/CategoryTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/CategoryTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/ClientTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/ClientTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/DogTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/DogTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/EnumClassTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/EnumClassTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/EnumTestTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/EnumTestTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/FakeApiTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/FakeApiTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/ListTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/ListTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/MapTestTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/MapTestTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/NameTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/NameTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/OrderTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/OrderTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/OuterEnumTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/OuterEnumTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/PetApiTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/PetApiTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/PetTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/PetTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/StoreApiTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/StoreApiTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/TagTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/TagTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/UserApiTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/UserApiTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/t/UserTest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/t/UserTest.t -------------------------------------------------------------------------------- /samples/client/petstore/perl/test.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/test.pl -------------------------------------------------------------------------------- /samples/client/petstore/perl/tests/04_role.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/perl/tests/04_role.t -------------------------------------------------------------------------------- /samples/client/petstore/php/SwaggerClient-php/petstore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/php/test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/php/test.php -------------------------------------------------------------------------------- /samples/client/petstore/python/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/python/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/.travis.yml -------------------------------------------------------------------------------- /samples/client/petstore/python/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/Makefile -------------------------------------------------------------------------------- /samples/client/petstore/python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/README.md -------------------------------------------------------------------------------- /samples/client/petstore/python/dev-requirements.txt: -------------------------------------------------------------------------------- 1 | nose 2 | tox 3 | coverage 4 | randomize 5 | -------------------------------------------------------------------------------- /samples/client/petstore/python/docs/Animal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/docs/Animal.md -------------------------------------------------------------------------------- /samples/client/petstore/python/docs/Cat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/docs/Cat.md -------------------------------------------------------------------------------- /samples/client/petstore/python/docs/Client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/docs/Client.md -------------------------------------------------------------------------------- /samples/client/petstore/python/docs/Dog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/docs/Dog.md -------------------------------------------------------------------------------- /samples/client/petstore/python/docs/FakeApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/docs/FakeApi.md -------------------------------------------------------------------------------- /samples/client/petstore/python/docs/List.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/docs/List.md -------------------------------------------------------------------------------- /samples/client/petstore/python/docs/MapTest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/docs/MapTest.md -------------------------------------------------------------------------------- /samples/client/petstore/python/docs/Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/docs/Name.md -------------------------------------------------------------------------------- /samples/client/petstore/python/docs/Order.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/docs/Order.md -------------------------------------------------------------------------------- /samples/client/petstore/python/docs/Pet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/docs/Pet.md -------------------------------------------------------------------------------- /samples/client/petstore/python/docs/PetApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/docs/PetApi.md -------------------------------------------------------------------------------- /samples/client/petstore/python/docs/Tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/docs/Tag.md -------------------------------------------------------------------------------- /samples/client/petstore/python/docs/User.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/docs/User.md -------------------------------------------------------------------------------- /samples/client/petstore/python/docs/UserApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/docs/UserApi.md -------------------------------------------------------------------------------- /samples/client/petstore/python/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/git_push.sh -------------------------------------------------------------------------------- /samples/client/petstore/python/petstore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/python/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/python/setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/setup.cfg -------------------------------------------------------------------------------- /samples/client/petstore/python/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/setup.py -------------------------------------------------------------------------------- /samples/client/petstore/python/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/python/test_python2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/test_python2.sh -------------------------------------------------------------------------------- /samples/client/petstore/python/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/client/petstore/python/tests/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/tests/util.py -------------------------------------------------------------------------------- /samples/client/petstore/python/tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/python/tox.ini -------------------------------------------------------------------------------- /samples/client/petstore/qt5cpp/client/SWGPet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/qt5cpp/client/SWGPet.h -------------------------------------------------------------------------------- /samples/client/petstore/qt5cpp/client/SWGTag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/qt5cpp/client/SWGTag.h -------------------------------------------------------------------------------- /samples/client/petstore/ruby/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/ruby/.rspec: -------------------------------------------------------------------------------- 1 | --color 2 | --require spec_helper 3 | -------------------------------------------------------------------------------- /samples/client/petstore/ruby/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/Gemfile -------------------------------------------------------------------------------- /samples/client/petstore/ruby/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/Gemfile.lock -------------------------------------------------------------------------------- /samples/client/petstore/ruby/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/README.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/Rakefile -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/Animal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/Animal.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/ArrayTest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/ArrayTest.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/Cat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/Cat.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/Category.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/Category.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/Client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/Client.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/Dog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/Dog.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/EnumClass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/EnumClass.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/EnumTest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/EnumTest.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/FakeApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/FakeApi.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/List.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/List.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/MapTest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/MapTest.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/Name.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/Order.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/Order.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/OuterEnum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/OuterEnum.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/Pet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/Pet.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/PetApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/PetApi.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/StoreApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/StoreApi.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/Tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/Tag.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/User.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/User.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/docs/UserApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/docs/UserApi.md -------------------------------------------------------------------------------- /samples/client/petstore/ruby/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/git_push.sh -------------------------------------------------------------------------------- /samples/client/petstore/ruby/hello.txt: -------------------------------------------------------------------------------- 1 | Hello world! -------------------------------------------------------------------------------- /samples/client/petstore/ruby/lib/petstore.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/lib/petstore.rb -------------------------------------------------------------------------------- /samples/client/petstore/ruby/petstore.gemspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/petstore.gemspec -------------------------------------------------------------------------------- /samples/client/petstore/ruby/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/ruby/spec/pet_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/ruby/spec/pet_spec.rb -------------------------------------------------------------------------------- /samples/client/petstore/scala/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/scala/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/scala/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/scala/build.gradle -------------------------------------------------------------------------------- /samples/client/petstore/scala/build.sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/scala/build.sbt -------------------------------------------------------------------------------- /samples/client/petstore/scala/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/scala/git_push.sh -------------------------------------------------------------------------------- /samples/client/petstore/scala/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/scala/gradlew -------------------------------------------------------------------------------- /samples/client/petstore/scala/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/scala/gradlew.bat -------------------------------------------------------------------------------- /samples/client/petstore/scala/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/scala/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/scala/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-scala-client" -------------------------------------------------------------------------------- /samples/client/petstore/spring-cloud/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/spring-cloud/README.md -------------------------------------------------------------------------------- /samples/client/petstore/spring-cloud/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/spring-cloud/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/spring-stubs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/spring-stubs/README.md -------------------------------------------------------------------------------- /samples/client/petstore/spring-stubs/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/spring-stubs/pom.xml -------------------------------------------------------------------------------- /samples/client/petstore/swift/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/swift/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/swift/default/Cartfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/swift/default/Cartfile -------------------------------------------------------------------------------- /samples/client/petstore/swift/rxswift/Cartfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/swift/rxswift/Cartfile -------------------------------------------------------------------------------- /samples/client/petstore/swift3/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/swift3/.gitignore -------------------------------------------------------------------------------- /samples/client/petstore/tizen/client/SamiPet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/tizen/client/SamiPet.h -------------------------------------------------------------------------------- /samples/client/petstore/tizen/client/SamiTag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/client/petstore/tizen/client/SamiTag.h -------------------------------------------------------------------------------- /samples/client/petstore/typescript-angular/.gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | -------------------------------------------------------------------------------- /samples/client/petstore/typescript-angular2/default/.gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | dist 5 | -------------------------------------------------------------------------------- /samples/client/petstore/typescript-angular2/npm/.gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | dist 5 | -------------------------------------------------------------------------------- /samples/client/petstore/typescript-fetch/builds/default/.gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | -------------------------------------------------------------------------------- /samples/client/petstore/typescript-fetch/builds/es6-target/.gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | -------------------------------------------------------------------------------- /samples/client/petstore/typescript-fetch/builds/with-npm-version/.gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | -------------------------------------------------------------------------------- /samples/client/petstore/typescript-fetch/tests/default/test/mocha.opts: -------------------------------------------------------------------------------- 1 | --timeout 10000 dist/test 2 | -------------------------------------------------------------------------------- /samples/client/petstore/typescript-node/default/.gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | -------------------------------------------------------------------------------- /samples/client/petstore/typescript-node/npm/.gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | -------------------------------------------------------------------------------- /samples/client/petstore/typescript-node/npm/client.d.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/dynamic-html/.swagger-codegen-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/dynamic-html/.swagger-codegen-ignore -------------------------------------------------------------------------------- /samples/dynamic-html/docs/assets/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/dynamic-html/docs/assets/css/style.css -------------------------------------------------------------------------------- /samples/dynamic-html/docs/assets/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/dynamic-html/docs/assets/js/main.js -------------------------------------------------------------------------------- /samples/dynamic-html/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/dynamic-html/docs/index.html -------------------------------------------------------------------------------- /samples/dynamic-html/docs/models/Category.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/dynamic-html/docs/models/Category.html -------------------------------------------------------------------------------- /samples/dynamic-html/docs/models/Order.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/dynamic-html/docs/models/Order.html -------------------------------------------------------------------------------- /samples/dynamic-html/docs/models/Pet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/dynamic-html/docs/models/Pet.html -------------------------------------------------------------------------------- /samples/dynamic-html/docs/models/Tag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/dynamic-html/docs/models/Tag.html -------------------------------------------------------------------------------- /samples/dynamic-html/docs/models/User.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/dynamic-html/docs/models/User.html -------------------------------------------------------------------------------- /samples/dynamic-html/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/dynamic-html/main.js -------------------------------------------------------------------------------- /samples/dynamic-html/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/dynamic-html/package.json -------------------------------------------------------------------------------- /samples/html.md/.swagger-codegen-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/html.md/.swagger-codegen-ignore -------------------------------------------------------------------------------- /samples/html.md/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/html.md/index.html -------------------------------------------------------------------------------- /samples/html/.swagger-codegen-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/html/.swagger-codegen-ignore -------------------------------------------------------------------------------- /samples/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/html/index.html -------------------------------------------------------------------------------- /samples/html2/.swagger-codegen-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/html2/.swagger-codegen-ignore -------------------------------------------------------------------------------- /samples/html2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/html2/index.html -------------------------------------------------------------------------------- /samples/server-generator/node/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server-generator/node/README.md -------------------------------------------------------------------------------- /samples/server-generator/php/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server-generator/php/README.md -------------------------------------------------------------------------------- /samples/server-generator/php/output/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server-generator/php/output/.htaccess -------------------------------------------------------------------------------- /samples/server-generator/php/output/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server-generator/php/output/README.md -------------------------------------------------------------------------------- /samples/server-generator/php/output/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server-generator/php/output/index.php -------------------------------------------------------------------------------- /samples/server/petstore-security-test/slim/vendor/nikic/fast-route/.hhconfig: -------------------------------------------------------------------------------- 1 | assume_php=false 2 | -------------------------------------------------------------------------------- /samples/server/petstore-security-test/slim/vendor/pimple/pimple/.gitignore: -------------------------------------------------------------------------------- 1 | phpunit.xml 2 | composer.lock 3 | /vendor/ 4 | -------------------------------------------------------------------------------- /samples/server/petstore/aspnetcore/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/aspnetcore/README.md -------------------------------------------------------------------------------- /samples/server/petstore/aspnetcore/build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/aspnetcore/build.bat -------------------------------------------------------------------------------- /samples/server/petstore/aspnetcore/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/aspnetcore/build.sh -------------------------------------------------------------------------------- /samples/server/petstore/aspnetcore/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/aspnetcore/global.json -------------------------------------------------------------------------------- /samples/server/petstore/aspnetcore/src/IO.Swagger/wwwroot/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/finch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/finch/README.md -------------------------------------------------------------------------------- /samples/server/petstore/finch/build.sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/finch/build.sbt -------------------------------------------------------------------------------- /samples/server/petstore/finch/project/build.properties: -------------------------------------------------------------------------------- 1 | sbt.version=0.13.13 2 | -------------------------------------------------------------------------------- /samples/server/petstore/finch/sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/finch/sbt -------------------------------------------------------------------------------- /samples/server/petstore/flaskConnexion-python2/swagger_server/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/flaskConnexion-python2/swagger_server/controllers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/flaskConnexion/swagger_server/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/flaskConnexion/swagger_server/controllers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/flaskConnexion/tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/flaskConnexion/tox.ini -------------------------------------------------------------------------------- /samples/server/petstore/go-api-server/api/swagger.yaml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/go-api-server/go/app.yaml: -------------------------------------------------------------------------------- 1 | application: petstoreserver -------------------------------------------------------------------------------- /samples/server/petstore/go-api-server/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/go-api-server/main.go -------------------------------------------------------------------------------- /samples/server/petstore/haskell-servant/Setup.hs: -------------------------------------------------------------------------------- 1 | import Distribution.Simple 2 | main = defaultMain 3 | -------------------------------------------------------------------------------- /samples/server/petstore/java-inflector/README.md: -------------------------------------------------------------------------------- 1 | # Swagger Inflector 2 | 3 | Run with 4 | 5 | ``` 6 | mvn package jetty:run 7 | `` 8 | 9 | -------------------------------------------------------------------------------- /samples/server/petstore/java-inflector/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/java-inflector/pom.xml -------------------------------------------------------------------------------- /samples/server/petstore/java-msf4j/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/java-msf4j/README.md -------------------------------------------------------------------------------- /samples/server/petstore/java-msf4j/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/java-msf4j/pom.xml -------------------------------------------------------------------------------- /samples/server/petstore/java-play-framework/project/build.properties: -------------------------------------------------------------------------------- 1 | sbt.version=0.13.11 -------------------------------------------------------------------------------- /samples/server/petstore/jaxrs-cxf-cdi/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/jaxrs-cxf-cdi/pom.xml -------------------------------------------------------------------------------- /samples/server/petstore/jaxrs-cxf/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/jaxrs-cxf/pom.xml -------------------------------------------------------------------------------- /samples/server/petstore/jaxrs-resteasy/default/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-jaxrs-resteasy-server" -------------------------------------------------------------------------------- /samples/server/petstore/jaxrs-resteasy/eap-joda/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-jaxrs-resteasy-eap-joda-server" -------------------------------------------------------------------------------- /samples/server/petstore/jaxrs-resteasy/eap/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-jaxrs-resteasy-eap-server" -------------------------------------------------------------------------------- /samples/server/petstore/jaxrs-resteasy/joda/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "swagger-jaxrs-resteasy-server" -------------------------------------------------------------------------------- /samples/server/petstore/jaxrs-spec/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/jaxrs-spec/pom.xml -------------------------------------------------------------------------------- /samples/server/petstore/jaxrs/jersey1/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/jaxrs/jersey1/pom.xml -------------------------------------------------------------------------------- /samples/server/petstore/jaxrs/jersey2/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/jaxrs/jersey2/pom.xml -------------------------------------------------------------------------------- /samples/server/petstore/lumen/lib/app/User.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/lumen/lib/app/User.php -------------------------------------------------------------------------------- /samples/server/petstore/lumen/lib/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/lumen/lib/readme.md -------------------------------------------------------------------------------- /samples/server/petstore/nancyfx/IO.Swagger.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/nancyfx/IO.Swagger.sln -------------------------------------------------------------------------------- /samples/server/petstore/nodejs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/nodejs/README.md -------------------------------------------------------------------------------- /samples/server/petstore/nodejs/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/nodejs/index.js -------------------------------------------------------------------------------- /samples/server/petstore/nodejs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/nodejs/package.json -------------------------------------------------------------------------------- /samples/server/petstore/rails5/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/Gemfile -------------------------------------------------------------------------------- /samples/server/petstore/rails5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/README.md -------------------------------------------------------------------------------- /samples/server/petstore/rails5/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/Rakefile -------------------------------------------------------------------------------- /samples/server/petstore/rails5/app/jobs/application_job.rb: -------------------------------------------------------------------------------- 1 | class ApplicationJob < ActiveJob::Base 2 | end 3 | -------------------------------------------------------------------------------- /samples/server/petstore/rails5/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /samples/server/petstore/rails5/bin/bundle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/bin/bundle -------------------------------------------------------------------------------- /samples/server/petstore/rails5/bin/rails: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/bin/rails -------------------------------------------------------------------------------- /samples/server/petstore/rails5/bin/rake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/bin/rake -------------------------------------------------------------------------------- /samples/server/petstore/rails5/bin/setup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/bin/setup -------------------------------------------------------------------------------- /samples/server/petstore/rails5/bin/update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/bin/update -------------------------------------------------------------------------------- /samples/server/petstore/rails5/config.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/config.ru -------------------------------------------------------------------------------- /samples/server/petstore/rails5/config/boot.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/config/boot.rb -------------------------------------------------------------------------------- /samples/server/petstore/rails5/config/puma.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/config/puma.rb -------------------------------------------------------------------------------- /samples/server/petstore/rails5/db/migrate/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/rails5/db/schema.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/db/schema.rb -------------------------------------------------------------------------------- /samples/server/petstore/rails5/db/seeds.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/db/seeds.rb -------------------------------------------------------------------------------- /samples/server/petstore/rails5/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/rails5/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/rails5/public/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/public/404.html -------------------------------------------------------------------------------- /samples/server/petstore/rails5/public/422.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/public/422.html -------------------------------------------------------------------------------- /samples/server/petstore/rails5/public/500.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/rails5/public/500.html -------------------------------------------------------------------------------- /samples/server/petstore/rails5/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/rails5/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/rails5/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/rails5/tmp/cache/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/rails5/tmp/pids/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/rails5/tmp/restart.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/rails5/tmp/sockets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/rails5/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/server/petstore/scalatra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/scalatra/README.md -------------------------------------------------------------------------------- /samples/server/petstore/scalatra/build.sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/scalatra/build.sbt -------------------------------------------------------------------------------- /samples/server/petstore/scalatra/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/scalatra/pom.xml -------------------------------------------------------------------------------- /samples/server/petstore/scalatra/project/build.properties: -------------------------------------------------------------------------------- 1 | sbt.version=0.13.5 2 | -------------------------------------------------------------------------------- /samples/server/petstore/scalatra/sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/scalatra/sbt -------------------------------------------------------------------------------- /samples/server/petstore/sinatra/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/sinatra/Gemfile -------------------------------------------------------------------------------- /samples/server/petstore/sinatra/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/sinatra/Gemfile.lock -------------------------------------------------------------------------------- /samples/server/petstore/sinatra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/sinatra/README.md -------------------------------------------------------------------------------- /samples/server/petstore/sinatra/api/pet_api.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/sinatra/api/pet_api.rb -------------------------------------------------------------------------------- /samples/server/petstore/sinatra/config.ru: -------------------------------------------------------------------------------- 1 | require './my_app' 2 | run MyApp 3 | -------------------------------------------------------------------------------- /samples/server/petstore/sinatra/my_app.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/sinatra/my_app.rb -------------------------------------------------------------------------------- /samples/server/petstore/sinatra/swagger.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/sinatra/swagger.yaml -------------------------------------------------------------------------------- /samples/server/petstore/slim/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/slim/.htaccess -------------------------------------------------------------------------------- /samples/server/petstore/slim/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/slim/README.md -------------------------------------------------------------------------------- /samples/server/petstore/slim/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/slim/composer.json -------------------------------------------------------------------------------- /samples/server/petstore/slim/composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/slim/composer.lock -------------------------------------------------------------------------------- /samples/server/petstore/slim/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/slim/index.php -------------------------------------------------------------------------------- /samples/server/petstore/slim/vendor/nikic/fast-route/.hhconfig: -------------------------------------------------------------------------------- 1 | assume_php=false 2 | -------------------------------------------------------------------------------- /samples/server/petstore/slim/vendor/pimple/pimple/.gitignore: -------------------------------------------------------------------------------- 1 | phpunit.xml 2 | composer.lock 3 | /vendor/ 4 | -------------------------------------------------------------------------------- /samples/server/petstore/spring-mvc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/spring-mvc/README.md -------------------------------------------------------------------------------- /samples/server/petstore/spring-mvc/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/spring-mvc/pom.xml -------------------------------------------------------------------------------- /samples/server/petstore/spring-mvc/src/main/resources/swagger.properties: -------------------------------------------------------------------------------- 1 | springfox.documentation.swagger.v2.path=/api-docs 2 | #server.port=8090 3 | -------------------------------------------------------------------------------- /samples/server/petstore/springboot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/springboot/README.md -------------------------------------------------------------------------------- /samples/server/petstore/springboot/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/springboot/pom.xml -------------------------------------------------------------------------------- /samples/server/petstore/undertow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/undertow/README.md -------------------------------------------------------------------------------- /samples/server/petstore/undertow/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/undertow/pom.xml -------------------------------------------------------------------------------- /samples/server/petstore/ze-ph/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/ze-ph/README.md -------------------------------------------------------------------------------- /samples/server/petstore/ze-ph/application/config.yml: -------------------------------------------------------------------------------- 1 | #App 2 | cache_configuration: false 3 | -------------------------------------------------------------------------------- /samples/server/petstore/ze-ph/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/ze-ph/composer.json -------------------------------------------------------------------------------- /samples/server/petstore/ze-ph/public/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/server/petstore/ze-ph/public/index.php -------------------------------------------------------------------------------- /samples/yaml/api-docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/yaml/api-docs.yml -------------------------------------------------------------------------------- /samples/yaml/echo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/yaml/echo.yaml -------------------------------------------------------------------------------- /samples/yaml/pet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/yaml/pet.yml -------------------------------------------------------------------------------- /samples/yaml/store.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/yaml/store.yml -------------------------------------------------------------------------------- /samples/yaml/user.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/samples/yaml/user.yml -------------------------------------------------------------------------------- /shippable.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palmerhq/swagger-codegen/HEAD/shippable.yml --------------------------------------------------------------------------------