• Search by APIs
  • Search by Words
  • Search Projects
  • Java
  • Python
  • JavaScript
  • TypeScript
  • C++
  • Scala
  • Blog
Project: openapi-generator (GitHub Link)
  • openapi-generator-master
    • .github
      • PULL_REQUEST_TEMPLATE.md
      • ISSUE_TEMPLATE
        • announcement.md
        • feature_request.md
        • bug_report.md
      • FUNDING.yml
      • ISSUE_TEMPLATE.md
      • auto-labeler.yml
      • workflows
        • sonar.yml
        • docker-tag-latest-release.yml
      • CODEOWNERS
      • .test
        • samples.json
        • js-yaml.js
        • auto-labeler.js
    • samples
      • meta-codegen
        • usage
          • src
            • org
              • openapitools
                • api
                  • UserApi.sample
                  • StoreApi.sample
                  • PetApi.sample
                • model
                  • Pet.sample
                  • Order.sample
                  • Category.sample
                  • User.sample
                  • Tag.sample
          • .openapi-generator-ignore
          • .openapi-generator
            • FILES
            • VERSION
          • myFile.sample
        • pom.xml
        • lib
          • src
            • main
              • resources
                • myClientCodegen
                  • model.mustache
                  • myFile.mustache
                  • api.mustache
                • META-INF
                  • services
                    • org.openapitools.codegen.CodegenConfig
              • java
                • com
                  • my
                    • company
                      • codegen
                        • MyclientcodegenGenerator.java
            • test
              • java
                • com
                  • my
                    • company
                      • codegen
                        • MyclientcodegenGeneratorTest.java
          • pom.xml
          • README.md
      • yaml
        • api-docs.yml
        • pet.yml
        • store.yml
        • echo.yaml
        • user.yml
      • openapi3
        • client
          • extensions
            • x-auth-id-alias
              • python-experimental
                • .openapi-generator-ignore
                • .openapi-generator
                  • FILES
                  • VERSION
                • test
                  • __init__.py
                  • test_usage_api.py
                • test-requirements.txt
                • setup.py
                • setup.cfg
                • .travis.yml
                • README.md
                • tests
                  • test_api_keys.py
                • requirements.txt
                • x_auth_id_alias
                  • exceptions.py
                  • apis
                    • __init__.py
                  • api
                    • __init__.py
                    • usage_api.py
                  • models
                    • __init__.py
                  • rest.py
                  • api_client.py
                  • __init__.py
                  • configuration.py
                  • model
                    • __init__.py
                  • model_utils.py
                • .gitlab-ci.yml
                • .gitignore
                • docs
                  • UsageApi.md
                • tox.ini
                • git_push.sh
          • elm
            • elm.json
            • src
              • Api
                • Time.elm
                • Request
                  • Primitive.elm
                  • Default.elm
                • Data.elm
              • Api.elm
            • .openapi-generator-ignore
            • pom.xml
            • .openapi-generator
              • FILES
              • VERSION
            • elm-compile-test
            • README.md
            • .gitignore
          • petstore
            • kotlin-jvm-retrofit2-rx
              • src
                • main
                  • kotlin
                    • org
                      • openapitools
                        • client
                          • apis
                            • FakeApi.kt
                            • DefaultApi.kt
                            • UserApi.kt
                            • PetApi.kt
                            • StoreApi.kt
                            • AnotherFakeApi.kt
                            • FakeClassnameTags123Api.kt
                          • models
                            • EnumClass.kt
                            • Name.kt
                            • OuterEnumInteger.kt
                            • Pet.kt
                            • InlineObject4.kt
                            • InlineObject5.kt
                            • Foo.kt
                            • ArrayOfNumberOnly.kt
                            • Category.kt
                            • ReadOnlyFirst.kt
                            • HasOnlyReadOnly.kt
                            • InlineObject1.kt
                            • MapTest.kt
                            • Tag.kt
                            • NumberOnly.kt
                            • FormatTest.kt
                            • List.kt
                            • SpecialModelname.kt
                            • ClassModel.kt
                            • ArrayTest.kt
                            • AdditionalPropertiesClass.kt
                            • Order.kt
                            • Capitalization.kt
                            • NullableClass.kt
                            • InlineObject.kt
                            • OuterEnumDefaultValue.kt
                            • ApiResponse.kt
                            • Return.kt
                            • Cat.kt
                            • EnumArrays.kt
                            • User.kt
                            • Dog.kt
                            • Animal.kt
                            • EnumTest.kt
                            • InlineObject3.kt
                            • OuterComposite.kt
                            • ArrayOfArrayOfNumberOnly.kt
                            • OuterEnum.kt
                            • DogAllOf.kt
                            • Model200Response.kt
                            • MixedPropertiesAndAdditionalPropertiesClass.kt
                            • HealthCheckResult.kt
                            • InlineObject2.kt
                            • CatAllOf.kt
                            • InlineResponseDefault.kt
                            • OuterEnumIntegerDefaultValue.kt
                            • Client.kt
                            • FileSchemaTestClass.kt
                          • infrastructure
                            • ResponseExt.kt
                            • Serializer.kt
                            • OffsetDateTimeAdapter.kt
                            • LocalDateTimeAdapter.kt
                            • DateAdapter.kt
                            • CollectionFormats.kt
                            • ApiClient.kt
                            • LocalDateAdapter.kt
                            • ByteArrayAdapter.kt
                          • auth
                            • OAuthFlow.kt
                            • HttpBasicAuth.kt
                            • ApiKeyAuth.kt
                            • OAuth.kt
                            • OAuthOkHttpClient.kt
                            • HttpBearerAuth.kt
              • .openapi-generator-ignore
              • .openapi-generator
                • FILES
                • VERSION
              • build.gradle
              • README.md
              • settings.gradle
              • docs
                • OuterEnumDefaultValue.md
                • Cat.md
                • EnumTest.md
                • Pet.md
                • InlineResponseDefault.md
                • 200Response.md
                • InlineObject2.md
                • InlineObject5.md
                • HasOnlyReadOnly.md
                • AdditionalPropertiesClass.md
                • ApiResponse.md
                • MapTest.md
                • InlineObject.md
                • FormatTest.md
                • List.md
                • Category.md
                • ClassModel.md
                • PetApi.md
                • UserApi.md
                • Animal.md
                • DogAllOf.md
                • ArrayTest.md
                • AnotherFakeApi.md
                • OuterComposite.md
                • Return.md
                • MixedPropertiesAndAdditionalPropertiesClass.md
                • OuterEnumInteger.md
                • InlineObject4.md
                • NullableClass.md
                • Dog.md
                • StoreApi.md
                • CatAllOf.md
                • Order.md
                • EnumClass.md
                • OuterEnumIntegerDefaultValue.md
                • Foo.md
                • InlineObject1.md
                • InlineObject3.md
                • FakeClassnameTags123Api.md
                • NumberOnly.md
                • Capitalization.md
                • Name.md
                • ReadOnlyFirst.md
                • ArrayOfNumberOnly.md
                • FileSchemaTestClass.md
                • ArrayOfArrayOfNumberOnly.md
                • DefaultApi.md
                • User.md
                • OuterEnum.md
                • SpecialModelName.md
                • HealthCheckResult.md
                • Client.md
                • Tag.md
                • FakeApi.md
                • EnumArrays.md
            • go
              • store_api_test.go
              • pom.xml
              • go-petstore
                • response.go
                • model_additional_properties_class.go
                • model_format_test_.go
                • model_outer_enum_integer.go
                • model_file.go
                • model_enum_test_.go
                • model_inline_object.go
                • model_foo.go
                • model_array_of_number_only.go
                • .openapi-generator-ignore
                • model_nullable_class.go
                • model_cat_all_of.go
                • api_fake.go
                • model_list.go
                • model_200_response.go
                • model_client.go
                • api_pet.go
                • api_fake_classname_tags123.go
                • model_return.go
                • model_animal.go
                • model_number_only.go
                • go.sum
                • model_cat.go
                • model__special_model_name_.go
                • model_inline_object_5.go
                • model_dog_all_of.go
                • model_has_only_read_only.go
                • model_class_model.go
                • model_map_test_.go
                • .openapi-generator
                  • FILES
                  • VERSION
                • api_user.go
                • client.go
                • api
                  • openapi.yaml
                • model_enum_class.go
                • model_pet.go
                • model_health_check_result.go
                • model_outer_composite.go
                • go.mod
                • model_array_test_.go
                • model_category.go
                • model_inline_object_1.go
                • model_order.go
                • model_inline_object_3.go
                • model_enum_arrays.go
                • model_read_only_first.go
                • model_user.go
                • model_inline_object_4.go
                • model_outer_enum.go
                • .travis.yml
                • README.md
                • model_inline_object_2.go
                • model_capitalization.go
                • api_store.go
                • configuration.go
                • model_outer_enum_integer_default_value.go
                • model_outer_enum_default_value.go
                • model_dog.go
                • api_default.go
                • model_api_response.go
                • api_another_fake.go
                • model_name.go
                • model_mixed_properties_and_additional_properties_class.go
                • .gitignore
                • model_inline_response_default.go
                • docs
                  • OuterEnumDefaultValue.md
                  • Cat.md
                  • EnumTest.md
                  • Pet.md
                  • InlineResponseDefault.md
                  • Model200Response.md
                  • InlineObject2.md
                  • InlineObject5.md
                  • HasOnlyReadOnly.md
                  • AdditionalPropertiesClass.md
                  • ApiResponse.md
                  • MapTest.md
                  • InlineObject.md
                  • FormatTest.md
                  • List.md
                  • Category.md
                  • ClassModel.md
                  • PetApi.md
                  • UserApi.md
                  • Animal.md
                  • DogAllOf.md
                  • ArrayTest.md
                  • File.md
                  • AnotherFakeApi.md
                  • OuterComposite.md
                  • Return.md
                  • MixedPropertiesAndAdditionalPropertiesClass.md
                  • OuterEnumInteger.md
                  • InlineObject4.md
                  • NullableClass.md
                  • Dog.md
                  • StoreApi.md
                  • CatAllOf.md
                  • Order.md
                  • EnumClass.md
                  • OuterEnumIntegerDefaultValue.md
                  • Foo.md
                  • InlineObject1.md
                  • InlineObject3.md
                  • FakeClassnameTags123Api.md
                  • NumberOnly.md
                  • Capitalization.md
                  • Name.md
                  • ReadOnlyFirst.md
                  • ArrayOfNumberOnly.md
                  • FileSchemaTestClass.md
                  • ArrayOfArrayOfNumberOnly.md
                  • DefaultApi.md
                  • User.md
                  • OuterEnum.md
                  • SpecialModelName.md
                  • HealthCheckResult.md
                  • Client.md
                  • Tag.md
                  • FakeApi.md
                  • EnumArrays.md
                • model_array_of_array_of_number_only.go
                • model_tag.go
                • git_push.sh
                • model_file_schema_test_class.go
              • user_api_test.go
              • pet_api_test.go
              • testfiles
              • auth_test.go
              • fake_api_test.go
            • php
              • .openapi-generator-ignore
              • .openapi-generator
                • VERSION
            • kotlin-jvm-retrofit2-rx2
              • src
                • main
                  • kotlin
                    • org
                      • openapitools
                        • client
                          • apis
                            • FakeApi.kt
                            • DefaultApi.kt
                            • UserApi.kt
                            • PetApi.kt
                            • StoreApi.kt
                            • AnotherFakeApi.kt
                            • FakeClassnameTags123Api.kt
                          • models
                            • EnumClass.kt
                            • Name.kt
                            • OuterEnumInteger.kt
                            • Pet.kt
                            • InlineObject4.kt
                            • InlineObject5.kt
                            • Foo.kt
                            • ArrayOfNumberOnly.kt
                            • Category.kt
                            • ReadOnlyFirst.kt
                            • HasOnlyReadOnly.kt
                            • InlineObject1.kt
                            • MapTest.kt
                            • Tag.kt
                            • NumberOnly.kt
                            • FormatTest.kt
                            • List.kt
                            • SpecialModelname.kt
                            • ClassModel.kt
                            • ArrayTest.kt
                            • AdditionalPropertiesClass.kt
                            • Order.kt
                            • Capitalization.kt
                            • NullableClass.kt
                            • InlineObject.kt
                            • OuterEnumDefaultValue.kt
                            • ApiResponse.kt
                            • Return.kt
                            • Cat.kt
                            • EnumArrays.kt
                            • User.kt
                            • Dog.kt
                            • Animal.kt
                            • EnumTest.kt
                            • InlineObject3.kt
                            • OuterComposite.kt
                            • ArrayOfArrayOfNumberOnly.kt
                            • OuterEnum.kt
                            • DogAllOf.kt
                            • Model200Response.kt
                            • MixedPropertiesAndAdditionalPropertiesClass.kt
                            • HealthCheckResult.kt
                            • InlineObject2.kt
                            • CatAllOf.kt
                            • InlineResponseDefault.kt
                            • OuterEnumIntegerDefaultValue.kt
                            • Client.kt
                            • FileSchemaTestClass.kt
                          • infrastructure
                            • ResponseExt.kt
                            • Serializer.kt
                            • OffsetDateTimeAdapter.kt
                            • LocalDateTimeAdapter.kt
                            • DateAdapter.kt
                            • CollectionFormats.kt
                            • ApiClient.kt
                            • LocalDateAdapter.kt
                            • ByteArrayAdapter.kt
                          • auth
                            • OAuthFlow.kt
                            • HttpBasicAuth.kt
                            • ApiKeyAuth.kt
                            • OAuth.kt
                            • OAuthOkHttpClient.kt
                            • HttpBearerAuth.kt
              • .openapi-generator-ignore
              • .openapi-generator
                • FILES
                • VERSION
              • build.gradle
              • README.md
              • settings.gradle
              • docs
                • OuterEnumDefaultValue.md
                • Cat.md
                • EnumTest.md
                • Pet.md
                • InlineResponseDefault.md
                • 200Response.md
                • InlineObject2.md
                • InlineObject5.md
                • HasOnlyReadOnly.md
                • AdditionalPropertiesClass.md
                • ApiResponse.md
                • MapTest.md
                • InlineObject.md
                • FormatTest.md
                • List.md
                • Category.md
                • ClassModel.md
                • PetApi.md
                • UserApi.md
                • Animal.md
                • DogAllOf.md
                • ArrayTest.md
                • AnotherFakeApi.md
                • OuterComposite.md
                • Return.md
                • MixedPropertiesAndAdditionalPropertiesClass.md
                • OuterEnumInteger.md
                • InlineObject4.md
                • NullableClass.md
                • Dog.md
                • StoreApi.md
                • CatAllOf.md
                • Order.md
                • EnumClass.md
                • OuterEnumIntegerDefaultValue.md
                • Foo.md
                • InlineObject1.md
                • InlineObject3.md
                • FakeClassnameTags123Api.md
                • NumberOnly.md
                • Capitalization.md
                • Name.md
                • ReadOnlyFirst.md
                • ArrayOfNumberOnly.md
                • FileSchemaTestClass.md
                • ArrayOfArrayOfNumberOnly.md
                • DefaultApi.md
                • User.md
                • OuterEnum.md
                • SpecialModelName.md
                • HealthCheckResult.md
                • Client.md
                • Tag.md
                • FakeApi.md
                • EnumArrays.md
            • kotlin
              • src
                • main
                  • kotlin
                    • org
                      • openapitools
                        • client
                          • apis
                            • FakeApi.kt
                            • DefaultApi.kt
                            • UserApi.kt
                            • PetApi.kt
                            • StoreApi.kt
                            • AnotherFakeApi.kt
                            • FakeClassnameTags123Api.kt
                          • models
                            • EnumClass.kt
                            • Name.kt
                            • OuterEnumInteger.kt
                            • Pet.kt
                            • InlineObject4.kt
                            • InlineObject5.kt
                            • Foo.kt
                            • ArrayOfNumberOnly.kt
                            • Category.kt
                            • ReadOnlyFirst.kt
                            • HasOnlyReadOnly.kt
                            • InlineObject1.kt
                            • MapTest.kt
                            • Tag.kt
                            • NumberOnly.kt
                            • FormatTest.kt
                            • List.kt
                            • SpecialModelname.kt
                            • ClassModel.kt
                            • ArrayTest.kt
                            • AdditionalPropertiesClass.kt
                            • Order.kt
                            • Capitalization.kt
                            • NullableClass.kt
                            • InlineObject.kt
                            • OuterEnumDefaultValue.kt
                            • ApiResponse.kt
                            • Return.kt
                            • Cat.kt
                            • EnumArrays.kt
                            • User.kt
                            • Dog.kt
                            • Animal.kt
                            • EnumTest.kt
                            • InlineObject3.kt
                            • OuterComposite.kt
                            • ArrayOfArrayOfNumberOnly.kt
                            • OuterEnum.kt
                            • DogAllOf.kt
                            • Model200Response.kt
                            • MixedPropertiesAndAdditionalPropertiesClass.kt
                            • HealthCheckResult.kt
                            • InlineObject2.kt
                            • CatAllOf.kt
                            • InlineResponseDefault.kt
                            • OuterEnumIntegerDefaultValue.kt
                            • Client.kt
                            • FileSchemaTestClass.kt
                          • infrastructure
                            • UUIDAdapter.kt
                            • RequestConfig.kt
                            • Serializer.kt
                            • ResponseExtensions.kt
                            • OffsetDateTimeAdapter.kt
                            • LocalDateTimeAdapter.kt
                            • ApiAbstractions.kt
                            • ApiClient.kt
                            • RequestMethod.kt
                            • LocalDateAdapter.kt
                            • ApiInfrastructureResponse.kt
                            • ApplicationDelegates.kt
                            • Errors.kt
                            • ByteArrayAdapter.kt
              • .openapi-generator-ignore
              • .openapi-generator
                • FILES
                • VERSION
              • build.gradle
              • README.md
              • settings.gradle
              • docs
                • OuterEnumDefaultValue.md
                • Cat.md
                • EnumTest.md
                • Pet.md
                • InlineResponseDefault.md
                • 200Response.md
                • InlineObject2.md
                • InlineObject5.md
                • HasOnlyReadOnly.md
                • AdditionalPropertiesClass.md
                • ApiResponse.md
                • MapTest.md
                • InlineObject.md
                • FormatTest.md
                • List.md
                • Category.md
                • ClassModel.md
                • PetApi.md
                • UserApi.md
                • Animal.md
                • DogAllOf.md
                • ArrayTest.md
                • AnotherFakeApi.md
                • OuterComposite.md
                • Return.md
                • MixedPropertiesAndAdditionalPropertiesClass.md
                • OuterEnumInteger.md
                • InlineObject4.md
                • NullableClass.md
                • Dog.md
                • StoreApi.md
                • CatAllOf.md
                • Order.md
                • EnumClass.md
                • OuterEnumIntegerDefaultValue.md
                • Foo.md
                • InlineObject1.md
                • InlineObject3.md
                • FakeClassnameTags123Api.md
                • NumberOnly.md
                • Capitalization.md
                • Name.md
                • ReadOnlyFirst.md
                • ArrayOfNumberOnly.md
                • FileSchemaTestClass.md
                • ArrayOfArrayOfNumberOnly.md
                • DefaultApi.md
                • User.md
                • OuterEnum.md
                • SpecialModelName.md
                • HealthCheckResult.md
                • Client.md
                • Tag.md
                • FakeApi.md
                • EnumArrays.md
            • python-experimental
              • .openapi-generator-ignore
              • Makefile
              • test_python2_and_3.sh
              • pom.xml
              • .openapi-generator
                • FILES
                • VERSION
              • test
                • test_map_test.py
                • test_inline_object4.py
                • test_enum_arrays.py
                • test_banana_req.py
                • test_cat.py
                • test_file_schema_test_class.py
                • test_outer_enum_integer.py
                • test_model_return.py
                • test_banana.py
                • test_shape.py
                • test_quadrilateral_interface.py
                • test_name.py
                • test_dog.py
                • test_category.py
                • test_outer_enum_integer_default_value.py
                • test_whale.py
                • test_fake_api.py
                • test_parent_pet.py
                • test_apple.py
                • test_child_cat_all_of.py
                • test_shape_or_null.py
                • test_equilateral_triangle.py
                • test_scalene_triangle.py
                • test_string_boolean_map.py
                • test_fruit.py
                • test_array_of_enums.py
                • test_basque_pig.py
                • test_simple_quadrilateral.py
                • test_user.py
                • test_inline_object.py
                • test_animal_farm.py
                • test_triangle.py
                • test_pet_api.py
                • test_inline_object5.py
                • test_api_response.py
                • test_health_check_result.py
                • test_file.py
                • test_nullable_class.py
                • test_quadrilateral.py
                • test_pig.py
                • test_default_api.py
                • test_client.py
                • test_drawing.py
                • test_enum_test.py
                • test_model200_response.py
                • test_apple_req.py
                • test_store_api.py
                • test_zebra.py
                • test_gm_fruit.py
                • test_inline_response_default.py
                • test_nullable_shape.py
                • test_mammal.py
                • test_special_model_name.py
                • test_capitalization.py
                • test_list.py
                • test_inline_object1.py
                • test_danish_pig.py
                • test_complex_quadrilateral.py
                • test_grandparent_animal.py
                • __init__.py
                • test_order.py
                • test_array_test.py
                • test_animal.py
                • test_inline_object3.py
                • test_dog_all_of.py
                • test_fruit_req.py
                • test_another_fake_api.py
                • test_cat_all_of.py
                • test_has_only_read_only.py
                • test_foo.py
                • test_enum_class.py
                • test_array_of_array_of_number_only.py
                • test_outer_enum_default_value.py
                • test_class_model.py
                • test_number_only.py
                • test_isosceles_triangle.py
                • test_fake_classname_tags_123_api.py
                • test_user_api.py
                • test_format_test.py
                • test_array_of_number_only.py
                • test_pet.py
                • test_address.py
                • test_tag.py
                • test_mixed_properties_and_additional_properties_class.py
                • test_read_only_first.py
                • test_outer_composite.py
                • test_additional_properties_class.py
                • test_additional_properties_with_array_of_enums.py
                • test_inline_object2.py
                • test_child_cat.py
                • test_outer_enum.py
                • test_triangle_interface.py
                • test_shape_interface.py
              • test-requirements.txt
              • dev-requirements.txt
              • setup.py
              • petstore_api
                • exceptions.py
                • apis
                  • __init__.py
                • api
                  • fake_classname_tags_123_api.py
                  • fake_api.py
                  • default_api.py
                  • user_api.py
                  • another_fake_api.py
                  • pet_api.py
                  • __init__.py
                  • store_api.py
                • models
                  • __init__.py
                • rest.py
                • api_client.py
                • __init__.py
                • configuration.py
                • signing.py
                • model
                  • inline_object3.py
                  • dog.py
                  • animal_farm.py
                  • list.py
                  • outer_enum.py
                  • nullable_shape.py
                  • basque_pig.py
                  • banana.py
                  • cat_all_of.py
                  • additional_properties_with_array_of_enums.py
                  • api_response.py
                  • parent_pet.py
                  • mixed_properties_and_additional_properties_class.py
                  • triangle_interface.py
                  • shape_or_null.py
                  • apple.py
                  • capitalization.py
                  • equilateral_triangle.py
                  • format_test.py
                  • number_only.py
                  • outer_composite.py
                  • model_return.py
                  • has_only_read_only.py
                  • map_test.py
                  • complex_quadrilateral.py
                  • order.py
                  • banana_req.py
                  • fruit_req.py
                  • client.py
                  • inline_object2.py
                  • fruit.py
                  • outer_enum_integer.py
                  • zebra.py
                  • category.py
                  • array_of_number_only.py
                  • child_cat.py
                  • array_of_array_of_number_only.py
                  • simple_quadrilateral.py
                  • string_boolean_map.py
                  • quadrilateral.py
                  • whale.py
                  • mammal.py
                  • user.py
                  • pig.py
                  • child_cat_all_of.py
                  • apple_req.py
                  • cat.py
                  • inline_object5.py
                  • inline_response_default.py
                  • address.py
                  • foo.py
                  • enum_arrays.py
                  • shape.py
                  • triangle.py
                  • scalene_triangle.py
                  • class_model.py
                  • gm_fruit.py
                  • animal.py
                  • file.py
                  • tag.py
                  • shape_interface.py
                  • __init__.py
                  • health_check_result.py
                  • additional_properties_class.py
                  • read_only_first.py
                  • outer_enum_integer_default_value.py
                  • pet.py
                  • enum_test.py
                  • file_schema_test_class.py
                  • model200_response.py
                  • name.py
                  • enum_class.py
                  • drawing.py
                  • special_model_name.py
                  • danish_pig.py
                  • inline_object.py
                  • grandparent_animal.py
                  • array_of_enums.py
                  • isosceles_triangle.py
                  • quadrilateral_interface.py
                  • outer_enum_default_value.py
                  • inline_object1.py
                  • inline_object4.py
                  • array_test.py
                  • nullable_class.py
                  • dog_all_of.py
                • model_utils.py
              • test_python2.sh
              • setup.cfg
              • .travis.yml
              • README.md
              • tests
                • util.py
                • test_deserialization.py
                • test_http_signature.py
                • __init__.py
                • test_discard_unknown_properties.py
                • test_api_validation.py
              • requirements.txt
              • .gitlab-ci.yml
              • .gitignore
              • docs
                • Whale.md
                • OuterEnumDefaultValue.md
                • Cat.md
                • EnumTest.md
                • TriangleInterface.md
                • Pet.md
                • InlineResponseDefault.md
                • Model200Response.md
                • InlineObject2.md
                • EquilateralTriangle.md
                • InlineObject5.md
                • ShapeOrNull.md
                • HasOnlyReadOnly.md
                • AdditionalPropertiesWithArrayOfEnums.md
                • AdditionalPropertiesClass.md
                • ApiResponse.md
                • ArrayOfEnums.md
                • FruitReq.md
                • MapTest.md
                • GmFruit.md
                • InlineObject.md
                • FormatTest.md
                • BasquePig.md
                • List.md
                • Category.md
                • ClassModel.md
                • PetApi.md
                • BananaReq.md
                • ScaleneTriangle.md
                • ParentPet.md
                • UserApi.md
                • Mammal.md
                • Animal.md
                • Fruit.md
                • DogAllOf.md
                • ArrayTest.md
                • File.md
                • AnotherFakeApi.md
                • AppleReq.md
                • OuterComposite.md
                • Pig.md
                • Banana.md
                • MixedPropertiesAndAdditionalPropertiesClass.md
                • OuterEnumInteger.md
                • InlineObject4.md
                • QuadrilateralInterface.md
                • NullableClass.md
                • ModelReturn.md
                • Dog.md
                • Drawing.md
                • GrandparentAnimal.md
                • StoreApi.md
                • CatAllOf.md
                • Order.md
                • EnumClass.md
                • ShapeInterface.md
                • OuterEnumIntegerDefaultValue.md
                • ComplexQuadrilateral.md
                • Foo.md
                • InlineObject1.md
                • InlineObject3.md
                • NullableShape.md
                • FakeClassnameTags123Api.md
                • NumberOnly.md
                • Zebra.md
                • IsoscelesTriangle.md
                • Shape.md
                • Capitalization.md
                • Address.md
                • ChildCat.md
                • Name.md
                • ReadOnlyFirst.md
                • ArrayOfNumberOnly.md
                • AnimalFarm.md
                • FileSchemaTestClass.md
                • SimpleQuadrilateral.md
                • Triangle.md
                • StringBooleanMap.md
                • ChildCatAllOf.md
                • Apple.md
                • DanishPig.md
                • ArrayOfArrayOfNumberOnly.md
                • DefaultApi.md
                • User.md
                • OuterEnum.md
                • Quadrilateral.md
                • SpecialModelName.md
                • HealthCheckResult.md
                • Client.md
                • Tag.md
                • FakeApi.md
                • EnumArrays.md
              • tox.ini
              • git_push.sh
            • go-experimental
              • model_test.go
              • store_api_test.go
              • pom.xml
              • go-petstore
                • model_apple_req.go
                • response.go
                • model_additional_properties_class.go
                • model_format_test_.go
                • model_outer_enum_integer.go
                • model_file.go
                • model_enum_test_.go
                • model_inline_object.go
                • model_foo.go
                • model_array_of_number_only.go
                • .openapi-generator-ignore
                • model_nullable_class.go
                • model_cat_all_of.go
                • api_fake.go
                • model_list.go
                • model_200_response.go
                • utils.go
                • model_client.go
                • api_pet.go
                • api_fake_classname_tags123.go
                • model_banana_req.go
                • model_return.go
                • model_animal.go
                • model_number_only.go
                • go.sum
                • model_fruit_req.go
                • model_cat.go
                • model__special_model_name_.go
                • model_inline_object_5.go
                • model_dog_all_of.go
                • model_has_only_read_only.go
                • model_zebra.go
                • model_class_model.go
                • model_fruit.go
                • model_map_test_.go
                • .openapi-generator
                  • FILES
                  • VERSION
                • api_user.go
                • client.go
                • api
                  • openapi.yaml
                • model_gm_fruit.go
                • model_enum_class.go
                • model_pet.go
                • model_health_check_result.go
                • model_outer_composite.go
                • go.mod
                • model_array_test_.go
                • model_category.go
                • model_inline_object_1.go
                • model_order.go
                • model_inline_object_3.go
                • model_enum_arrays.go
                • model_read_only_first.go
                • model_user.go
                • model_inline_object_4.go
                • model_outer_enum.go
                • .travis.yml
                • README.md
                • model_inline_object_2.go
                • model_capitalization.go
                • api_store.go
                • model_banana.go
                • configuration.go
                • model_outer_enum_integer_default_value.go
                • model_outer_enum_default_value.go
                • model_whale.go
                • model_apple.go
                • model_dog.go
                • api_default.go
                • model_api_response.go
                • api_another_fake.go
                • model_name.go
                • model_mixed_properties_and_additional_properties_class.go
                • .gitignore
                • model_inline_response_default.go
                • docs
                  • Whale.md
                  • OuterEnumDefaultValue.md
                  • Cat.md
                  • EnumTest.md
                  • Pet.md
                  • InlineResponseDefault.md
                  • Model200Response.md
                  • InlineObject2.md
                  • InlineObject5.md
                  • HasOnlyReadOnly.md
                  • AdditionalPropertiesClass.md
                  • ApiResponse.md
                  • FruitReq.md
                  • MapTest.md
                  • GmFruit.md
                  • InlineObject.md
                  • FormatTest.md
                  • List.md
                  • Category.md
                  • ClassModel.md
                  • PetApi.md
                  • BananaReq.md
                  • UserApi.md
                  • Mammal.md
                  • Animal.md
                  • Fruit.md
                  • DogAllOf.md
                  • ArrayTest.md
                  • File.md
                  • AnotherFakeApi.md
                  • AppleReq.md
                  • OuterComposite.md
                  • Return.md
                  • Banana.md
                  • MixedPropertiesAndAdditionalPropertiesClass.md
                  • OuterEnumInteger.md
                  • InlineObject4.md
                  • NullableClass.md
                  • Dog.md
                  • StoreApi.md
                  • CatAllOf.md
                  • Order.md
                  • EnumClass.md
                  • OuterEnumIntegerDefaultValue.md
                  • Foo.md
                  • InlineObject1.md
                  • InlineObject3.md
                  • FakeClassnameTags123Api.md
                  • NumberOnly.md
                  • Zebra.md
                  • Capitalization.md
                  • Name.md
                  • ReadOnlyFirst.md
                  • ArrayOfNumberOnly.md
                  • FileSchemaTestClass.md
                  • Apple.md
                  • ArrayOfArrayOfNumberOnly.md
                  • DefaultApi.md
                  • User.md
                  • OuterEnum.md
                  • SpecialModelName.md
                  • HealthCheckResult.md
                  • Client.md
                  • Tag.md
                  • FakeApi.md
                  • EnumArrays.md
                • model_mammal.go
                • model_array_of_array_of_number_only.go
                • model_tag.go
                • signing.go
                • git_push.sh
                • model_file_schema_test_class.go
              • user_api_test.go
              • pet_api_test.go
              • testfiles
              • auth_test.go
              • nullable_marshalling_test.go
              • http_signature_test.go
              • fake_api_test.go
            • typescript
              • tests
                • inversify
                  • pom.xml
                  • test
                    • services.test.ts
                  • package-lock.json
                  • package.json
                  • tsconfig.json
                  • .gitignore
                • object_params
                  • pom.xml
                  • test
                    • api
                      • PetApi.test.ts
                  • package-lock.json
                  • package.json
                  • tsconfig.json
                  • .gitignore
                • default
                  • pom.xml
                  • test
                    • api
                      • PetApi.test.ts
                    • models
                      • ObjectSerializer.test.ts
                    • http
                      • isomorphic-fetch.test.ts
                    • auth
                      • auth.test.ts
                  • package-lock.json
                  • package.json
                  • tsconfig.json
                  • .gitignore
                • jquery
                  • require1k.min.js
                  • pom.xml
                  • test
                    • api
                      • PetApi.test.ts
                    • http
                      • jquery.test.ts
                  • test-runner.ts
                  • package-lock.json
                  • webpack.config.js
                  • tests.ts
                  • package.json
                  • index.html
                  • node-qunit-puppeteer.d.ts
                  • tsconfig.json
                  • .gitignore
                • deno
                  • pom.xml
                  • test
                    • api
                      • PetApi_test.ts
                  • .gitignore
              • builds
                • inversify
                  • .openapi-generator-ignore
                  • services
                    • PromiseAPI.ts
                    • index.ts
                    • configuration.ts
                    • ObservableAPI.ts
                    • http.ts
                    • ObjectParamAPI.ts
                  • pom.xml
                  • util.ts
                  • apis
                    • UserApi.ts
                    • exception.ts
                    • PetApi.service.ts
                    • StoreApi.ts
                    • UserApi.service.ts
                    • PetApi.ts
                    • baseapi.ts
                    • StoreApi.service.ts
                  • index.ts
                  • .openapi-generator
                    • FILES
                    • VERSION
                  • rxjsStub.ts
                  • models
                    • Pet.ts
                    • InlineObject.ts
                    • all.ts
                    • Order.ts
                    • ObjectSerializer.ts
                    • User.ts
                    • ApiResponse.ts
                    • Category.ts
                    • InlineObject1.ts
                    • Tag.ts
                  • servers.ts
                  • configuration.ts
                  • package-lock.json
                  • middleware.ts
                  • types
                    • PromiseAPI.ts
                    • ObservableAPI.ts
                    • ObjectParamAPI.ts
                  • http
                    • http.ts
                    • isomorphic-fetch.ts
                  • README.md
                  • package.json
                  • auth
                    • auth.ts
                  • tsconfig.json
                  • .gitignore
                  • git_push.sh
                • object_params
                  • .openapi-generator-ignore
                  • pom.xml
                  • util.ts
                  • apis
                    • UserApi.ts
                    • exception.ts
                    • StoreApi.ts
                    • PetApi.ts
                    • baseapi.ts
                  • index.ts
                  • .openapi-generator
                    • FILES
                    • VERSION
                  • rxjsStub.ts
                  • models
                    • Pet.ts
                    • InlineObject.ts
                    • all.ts
                    • Order.ts
                    • ObjectSerializer.ts
                    • User.ts
                    • ApiResponse.ts
                    • Category.ts
                    • InlineObject1.ts
                    • Tag.ts
                  • servers.ts
                  • configuration.ts
                  • package-lock.json
                  • middleware.ts
                  • types
                    • PromiseAPI.ts
                    • ObservableAPI.ts
                    • ObjectParamAPI.ts
                  • http
                    • http.ts
                    • isomorphic-fetch.ts
                  • README.md
                  • package.json
                  • auth
                    • auth.ts
                  • tsconfig.json
                  • .gitignore
                  • git_push.sh
                • default
                  • .openapi-generator-ignore
                  • pom.xml
                  • util.ts
                  • apis
                    • UserApi.ts
                    • exception.ts
                    • StoreApi.ts
                    • PetApi.ts
                    • baseapi.ts
                  • index.ts
                  • .openapi-generator
                    • FILES
                    • VERSION
                  • rxjsStub.ts
                  • models
                    • Pet.ts
                    • InlineObject.ts
                    • all.ts
                    • Order.ts
                    • ObjectSerializer.ts
                    • User.ts
                    • ApiResponse.ts
                    • Category.ts
                    • InlineObject1.ts
                    • Tag.ts
                  • servers.ts
                  • configuration.ts
                  • package-lock.json
                  • middleware.ts
                  • types
                    • PromiseAPI.ts
                    • ObservableAPI.ts
                    • ObjectParamAPI.ts
                  • http
                    • http.ts
                    • isomorphic-fetch.ts
                  • README.md
                  • package.json
                  • auth
                    • auth.ts
                  • tsconfig.json
                  • .gitignore
                  • git_push.sh
                • jquery
                  • .openapi-generator-ignore
                  • pom.xml
                  • util.ts
                  • apis
                    • UserApi.ts
                    • exception.ts
                    • StoreApi.ts
                    • PetApi.ts
                    • baseapi.ts
                  • index.ts
                  • .openapi-generator
                    • FILES
                    • VERSION
                  • rxjsStub.ts
                  • models
                    • Pet.ts
                    • InlineObject.ts
                    • all.ts
                    • Order.ts
                    • ObjectSerializer.ts
                    • User.ts
                    • ApiResponse.ts
                    • Category.ts
                    • InlineObject1.ts
                    • Tag.ts
                  • servers.ts
                  • configuration.ts
                  • package-lock.json
                  • TODO.md
                  • middleware.ts
                  • types
                    • APIInterfaces.ts
                    • PromiseAPI.ts
                    • ObservableAPI.ts
                    • ObjectParamAPI.ts
                  • http
                    • jquery.ts
                    • http.ts
                  • README.md
                  • package.json
                  • auth
                    • auth.ts
                  • tsconfig.json
                  • .gitignore
                  • git_push.sh
                • deno
                  • .openapi-generator-ignore
                  • util.ts
                  • apis
                    • UserApi.ts
                    • exception.ts
                    • StoreApi.ts
                    • PetApi.ts
                    • baseapi.ts
                  • index.ts
                  • .openapi-generator
                    • FILES
                    • VERSION
                  • rxjsStub.ts
                  • models
                    • Pet.ts
                    • InlineObject.ts
                    • all.ts
                    • Order.ts
                    • ObjectSerializer.ts
                    • User.ts
                    • ApiResponse.ts
                    • Category.ts
                    • InlineObject1.ts
                    • Tag.ts
                  • servers.ts
                  • configuration.ts
                  • middleware.ts
                  • types
                    • PromiseAPI.ts
                    • ObservableAPI.ts
                    • ObjectParamAPI.ts
                  • http
                    • http.ts
                    • isomorphic-fetch.ts
                  • auth
                    • auth.ts
                  • .gitignore
                  • git_push.sh
            • kotlin-jvm-retrofit2-coroutines
              • src
                • main
                  • kotlin
                    • org
                      • openapitools
                        • client
                          • apis
                            • FakeApi.kt
                            • DefaultApi.kt
                            • UserApi.kt
                            • PetApi.kt
                            • StoreApi.kt
                            • AnotherFakeApi.kt
                            • FakeClassnameTags123Api.kt
                          • models
                            • EnumClass.kt
                            • Name.kt
                            • OuterEnumInteger.kt
                            • Pet.kt
                            • InlineObject4.kt
                            • InlineObject5.kt
                            • Foo.kt
                            • ArrayOfNumberOnly.kt
                            • Category.kt
                            • ReadOnlyFirst.kt
                            • HasOnlyReadOnly.kt
                            • InlineObject1.kt
                            • MapTest.kt
                            • Tag.kt
                            • NumberOnly.kt
                            • FormatTest.kt
                            • List.kt
                            • SpecialModelname.kt
                            • ClassModel.kt
                            • ArrayTest.kt
                            • AdditionalPropertiesClass.kt
                            • Order.kt
                            • Capitalization.kt
                            • NullableClass.kt
                            • InlineObject.kt
                            • OuterEnumDefaultValue.kt
                            • ApiResponse.kt
                            • Return.kt
                            • Cat.kt
                            • EnumArrays.kt
                            • User.kt
                            • Dog.kt
                            • Animal.kt
                            • EnumTest.kt
                            • InlineObject3.kt
                            • OuterComposite.kt
                            • ArrayOfArrayOfNumberOnly.kt
                            • OuterEnum.kt
                            • DogAllOf.kt
                            • Model200Response.kt
                            • MixedPropertiesAndAdditionalPropertiesClass.kt
                            • HealthCheckResult.kt
                            • InlineObject2.kt
                            • CatAllOf.kt
                            • InlineResponseDefault.kt
                            • OuterEnumIntegerDefaultValue.kt
                            • Client.kt
                            • FileSchemaTestClass.kt
                          • infrastructure
                            • ResponseExt.kt
                            • Serializer.kt
                            • OffsetDateTimeAdapter.kt
                            • LocalDateTimeAdapter.kt
                            • DateAdapter.kt
                            • CollectionFormats.kt
                            • ApiClient.kt
                            • LocalDateAdapter.kt
                            • ByteArrayAdapter.kt
                          • auth
                            • OAuthFlow.kt
                            • HttpBasicAuth.kt
                            • ApiKeyAuth.kt
                            • OAuth.kt
                            • OAuthOkHttpClient.kt
                            • HttpBearerAuth.kt
              • .openapi-generator-ignore
              • .openapi-generator
                • FILES
                • VERSION
              • build.gradle
              • README.md
              • settings.gradle
              • docs
                • OuterEnumDefaultValue.md
                • Cat.md
                • EnumTest.md
                • Pet.md
                • InlineResponseDefault.md
                • 200Response.md
                • InlineObject2.md
                • InlineObject5.md
                • HasOnlyReadOnly.md
                • AdditionalPropertiesClass.md
                • ApiResponse.md
                • MapTest.md
                • InlineObject.md
                • FormatTest.md
                • List.md
                • Category.md
                • ClassModel.md
                • PetApi.md
                • UserApi.md
                • Animal.md
                • DogAllOf.md
                • ArrayTest.md
                • AnotherFakeApi.md
                • OuterComposite.md
                • Return.md
                • MixedPropertiesAndAdditionalPropertiesClass.md
                • OuterEnumInteger.md
                • InlineObject4.md
                • NullableClass.md
                • Dog.md
                • StoreApi.md
                • CatAllOf.md
                • Order.md
                • EnumClass.md
                • OuterEnumIntegerDefaultValue.md
                • Foo.md
                • InlineObject1.md
                • InlineObject3.md
                • FakeClassnameTags123Api.md
                • NumberOnly.md
                • Capitalization.md
                • Name.md
                • ReadOnlyFirst.md
                • ArrayOfNumberOnly.md
                • FileSchemaTestClass.md
                • ArrayOfArrayOfNumberOnly.md
                • DefaultApi.md
                • User.md
                • OuterEnum.md
                • SpecialModelName.md
                • HealthCheckResult.md
                • Client.md
                • Tag.md
                • FakeApi.md
                • EnumArrays.md
            • python
              • .openapi-generator-ignore
              • Makefile
              • test_python2_and_3.sh
              • pom.xml
              • .openapi-generator
                • FILES
                • VERSION
              • test
                • test_map_test.py
                • test_inline_object4.py
                • test_enum_arrays.py
                • test_cat.py
                • test_file_schema_test_class.py
                • test_outer_enum_integer.py
                • test_model_return.py
                • test_name.py
                • test_dog.py
                • test_category.py
                • test_outer_enum_integer_default_value.py
                • test_fake_api.py
                • test_user.py
                • test_inline_object.py
                • test_configuration.py
                • test_pet_api.py
                • test_inline_object5.py
                • test_api_response.py
                • test_health_check_result.py
                • test_file.py
                • test_nullable_class.py
                • test_default_api.py
                • test_client.py
                • test_enum_test.py
                • test_model200_response.py
                • test_store_api.py
                • test_inline_response_default.py
                • test_special_model_name.py
                • test_capitalization.py
                • test_list.py
                • test_inline_object1.py
                • __init__.py
                • test_order.py
                • test_array_test.py
                • test_animal.py
                • test_inline_object3.py
                • test_dog_all_of.py
                • test_another_fake_api.py
                • test_cat_all_of.py
                • test_has_only_read_only.py
                • test_foo.py
                • test_enum_class.py
                • test_array_of_array_of_number_only.py
                • test_outer_enum_default_value.py
                • test_class_model.py
                • test_number_only.py
                • test_fake_classname_tags_123_api.py
                • test_user_api.py
                • test_format_test.py
                • test_array_of_number_only.py
                • test_pet.py
                • test_tag.py
                • test_mixed_properties_and_additional_properties_class.py
                • test_read_only_first.py
                • test_outer_composite.py
                • test_additional_properties_class.py
                • test_inline_object2.py
                • test_outer_enum.py
              • test-requirements.txt
              • dev-requirements.txt
              • setup.py
              • petstore_api
                • exceptions.py
                • api
                  • fake_classname_tags_123_api.py
                  • fake_api.py
                  • default_api.py
                  • user_api.py
                  • another_fake_api.py
                  • pet_api.py
                  • __init__.py
                  • store_api.py
                • models
                  • inline_object3.py
                  • dog.py
                  • list.py
                  • outer_enum.py
                  • cat_all_of.py
                  • api_response.py
                  • mixed_properties_and_additional_properties_class.py
                  • capitalization.py
                  • format_test.py
                  • number_only.py
                  • outer_composite.py
                  • model_return.py
                  • has_only_read_only.py
                  • map_test.py
                  • order.py
                  • client.py
                  • inline_object2.py
                  • outer_enum_integer.py
                  • category.py
                  • array_of_number_only.py
                  • array_of_array_of_number_only.py
                  • user.py
                  • cat.py
                  • inline_object5.py
                  • inline_response_default.py
                  • foo.py
                  • enum_arrays.py
                  • class_model.py
                  • animal.py
                  • file.py
                  • tag.py
                  • __init__.py
                  • health_check_result.py
                  • additional_properties_class.py
                  • read_only_first.py
                  • outer_enum_integer_default_value.py
                  • pet.py
                  • enum_test.py
                  • file_schema_test_class.py
                  • model200_response.py
                  • name.py
                  • enum_class.py
                  • special_model_name.py
                  • inline_object.py
                  • outer_enum_default_value.py
                  • inline_object1.py
                  • inline_object4.py
                  • array_test.py
                  • nullable_class.py
                  • dog_all_of.py
                • rest.py
                • api_client.py
                • __init__.py
                • configuration.py
              • test_python2.sh
              • setup.cfg
              • .travis.yml
              • README.md
              • requirements.txt
              • .gitlab-ci.yml
              • .gitignore
              • docs
                • OuterEnumDefaultValue.md
                • Cat.md
                • EnumTest.md
                • Pet.md
                • InlineResponseDefault.md
                • Model200Response.md
                • InlineObject2.md
                • InlineObject5.md
                • HasOnlyReadOnly.md
                • AdditionalPropertiesClass.md
                • ApiResponse.md
                • MapTest.md
                • InlineObject.md
                • FormatTest.md
                • List.md
                • Category.md
                • ClassModel.md
                • PetApi.md
                • UserApi.md
                • Animal.md
                • DogAllOf.md
                • ArrayTest.md
                • File.md
                • AnotherFakeApi.md
                • OuterComposite.md
                • MixedPropertiesAndAdditionalPropertiesClass.md
                • OuterEnumInteger.md
                • InlineObject4.md
                • NullableClass.md
                • ModelReturn.md
                • Dog.md
                • StoreApi.md
                • CatAllOf.md
                • Order.md
                • EnumClass.md
                • OuterEnumIntegerDefaultValue.md
                • Foo.md
                • InlineObject1.md
                • InlineObject3.md
                • FakeClassnameTags123Api.md
                • NumberOnly.md
                • Capitalization.md
                • Name.md
                • ReadOnlyFirst.md
                • ArrayOfNumberOnly.md
                • FileSchemaTestClass.md
                • ArrayOfArrayOfNumberOnly.md
                • DefaultApi.md
                • User.md
                • OuterEnum.md
                • SpecialModelName.md
                • HealthCheckResult.md
                • Client.md
                • Tag.md
                • FakeApi.md
                • EnumArrays.md
              • tox.ini
              • git_push.sh
            • kotlin-multiplatform
              • src
                • jvmTest
                  • kotlin
                    • util
                      • Coroutine.kt
                • commonTest
                  • kotlin
                    • util
                      • Coroutine.kt
                • commonMain
                  • kotlin
                    • org
                      • openapitools
                        • client
                          • apis
                            • FakeApi.kt
                            • DefaultApi.kt
                            • UserApi.kt
                            • PetApi.kt
                            • StoreApi.kt
                            • AnotherFakeApi.kt
                            • FakeClassnameTags123Api.kt
                          • models
                            • EnumClass.kt
                            • Name.kt
                            • OuterEnumInteger.kt
                            • Pet.kt
                            • InlineObject4.kt
                            • InlineObject5.kt
                            • Foo.kt
                            • ArrayOfNumberOnly.kt
                            • Category.kt
                            • ReadOnlyFirst.kt
                            • HasOnlyReadOnly.kt
                            • InlineObject1.kt
                            • MapTest.kt
                            • Tag.kt
                            • NumberOnly.kt
                            • FormatTest.kt
                            • List.kt
                            • SpecialModelname.kt
                            • ClassModel.kt
                            • ArrayTest.kt
                            • AdditionalPropertiesClass.kt
                            • Order.kt
                            • Capitalization.kt
                            • NullableClass.kt
                            • InlineObject.kt
                            • OuterEnumDefaultValue.kt
                            • ApiResponse.kt
                            • Return.kt
                            • Cat.kt
                            • EnumArrays.kt
                            • User.kt
                            • Dog.kt
                            • Animal.kt
                            • EnumTest.kt
                            • InlineObject3.kt
                            • OuterComposite.kt
                            • ArrayOfArrayOfNumberOnly.kt
                            • OuterEnum.kt
                            • DogAllOf.kt
                            • Model200Response.kt
                            • MixedPropertiesAndAdditionalPropertiesClass.kt
                            • HealthCheckResult.kt
                            • InlineObject2.kt
                            • CatAllOf.kt
                            • InlineResponseDefault.kt
                            • OuterEnumIntegerDefaultValue.kt
                            • Client.kt
                            • FileSchemaTestClass.kt
                          • infrastructure
                            • RequestConfig.kt
                            • Base64ByteArray.kt
                            • ApiAbstractions.kt
                            • ApiClient.kt
                            • RequestMethod.kt
                            • Bytes.kt
                            • HttpResponse.kt
                            • OctetByteArray.kt
                          • auth
                            • HttpBasicAuth.kt
                            • ApiKeyAuth.kt
                            • OAuth.kt
                            • Authentication.kt
                            • HttpBearerAuth.kt
                • iosTest
                  • kotlin
                    • util
                      • Coroutine.kt
                • jsTest
                  • kotlin
                    • util
                      • Coroutine.kt
              • .openapi-generator-ignore
              • gradle
                • wrapper
                  • gradle-wrapper.properties
                  • gradle-wrapper.jar
              • gradlew.bat
              • .openapi-generator
                • FILES
                • VERSION
              • gradlew
              • build.gradle
              • README.md
              • settings.gradle
              • docs
                • OuterEnumDefaultValue.md
                • Cat.md
                • EnumTest.md
                • Pet.md
                • InlineResponseDefault.md
                • 200Response.md
                • InlineObject2.md
                • InlineObject5.md
                • HasOnlyReadOnly.md
                • AdditionalPropertiesClass.md
                • ApiResponse.md
                • MapTest.md
                • InlineObject.md
                • FormatTest.md
                • List.md
                • Category.md
                • ClassModel.md
                • PetApi.md
                • UserApi.md
                • Animal.md
                • DogAllOf.md
                • ArrayTest.md
                • AnotherFakeApi.md
                • OuterComposite.md
                • Return.md
                • MixedPropertiesAndAdditionalPropertiesClass.md
                • OuterEnumInteger.md
                • InlineObject4.md
                • NullableClass.md
                • Dog.md
                • StoreApi.md
                • CatAllOf.md
                • Order.md
                • EnumClass.md
                • OuterEnumIntegerDefaultValue.md
                • Foo.md
                • InlineObject1.md
                • InlineObject3.md
                • FakeClassnameTags123Api.md
                • NumberOnly.md
                • Capitalization.md
                • Name.md
                • ReadOnlyFirst.md
                • ArrayOfNumberOnly.md
                • FileSchemaTestClass.md
                • ArrayOfArrayOfNumberOnly.md
                • DefaultApi.md
                • User.md
                • OuterEnum.md
                • SpecialModelName.md
                • HealthCheckResult.md
                • Client.md
                • Tag.md
                • FakeApi.md
                • EnumArrays.md
            • elm
              • elm.json
              • src
                • DateTime.elm
                • Request
                  • Pet.elm
                  • Store.elm
                  • User.elm
                • Data
                  • InlineObject.elm
                  • Pet.elm
                  • Category.elm
                  • Tag.elm
                  • Order_.elm
                  • User.elm
                  • InlineObject1.elm
                  • ApiResponse.elm
                • DateOnly.elm
                • Byte.elm
              • .openapi-generator-ignore
              • .openapi-generator
                • VERSION
              • README.md
              • .gitignore
            • java
              • jersey2-java8
                • src
                  • main
                    • AndroidManifest.xml
                    • java
                      • org
                        • openapitools
                          • client
                            • StringUtil.java
                            • ServerConfiguration.java
                            • JSON.java
                            • Configuration.java
                            • ApiClient.java
                            • ApiException.java
                            • api
                              • AnotherFakeApi.java
                              • UserApi.java
                              • PetApi.java
                              • FakeClassnameTags123Api.java
                              • StoreApi.java
                              • DefaultApi.java
                              • FakeApi.java
                            • RFC3339DateFormat.java
                            • ApiResponse.java
                            • ServerVariable.java
                            • auth
                              • OAuthFlow.java
                              • HttpBasicAuth.java
                              • OAuth.java
                              • HttpBearerAuth.java
                              • Authentication.java
                              • HttpSignatureAuth.java
                              • ApiKeyAuth.java
                            • model
                              • EnumTest.java
                              • AdditionalPropertiesClass.java
                              • Client.java
                              • Foo.java
                              • Pet.java
                              • NullableClass.java
                              • ComplexQuadrilateral.java
                              • InlineResponseDefault.java
                              • HealthCheckResult.java
                              • AppleReq.java
                              • Zebra.java
                              • SimpleQuadrilateral.java
                              • Cat.java
                              • OuterEnumDefaultValue.java
                              • EnumArrays.java
                              • Model200Response.java
                              • OuterEnumIntegerDefaultValue.java
                              • ShapeInterface.java
                              • FruitReq.java
                              • InlineObject4.java
                              • ModelReturn.java
                              • ClassModel.java
                              • ParentPet.java
                              • QuadrilateralInterface.java
                              • Animal.java
                              • InlineObject.java
                              • Fruit.java
                              • OuterComposite.java
                              • InlineObject3.java
                              • ArrayOfNumberOnly.java
                              • Dog.java
                              • IsoscelesTriangle.java
                              • InlineObject5.java
                              • ArrayOfArrayOfNumberOnly.java
                              • Name.java
                              • TriangleInterface.java
                              • Order.java
                              • ScaleneTriangle.java
                              • DogAllOf.java
                              • Quadrilateral.java
                              • Apple.java
                              • Category.java
                              • NullableShape.java
                              • Triangle.java
                              • Mammal.java
                              • BasquePig.java
                              • Tag.java
                              • EnumClass.java
                              • GmFruit.java
                              • FormatTest.java
                              • FileSchemaTestClass.java
                              • EquilateralTriangle.java
                              • Pig.java
                              • InlineObject2.java
                              • BananaReq.java
                              • Drawing.java
                              • Capitalization.java
                              • OuterEnumInteger.java
                              • NumberOnly.java
                              • Banana.java
                              • ModelApiResponse.java
                              • DanishPig.java
                              • ChildCatAllOf.java
                              • ReadOnlyFirst.java
                              • User.java
                              • ChildCat.java
                              • ArrayTest.java
                              • CatAllOf.java
                              • MapTest.java
                              • ShapeOrNull.java
                              • Whale.java
                              • Shape.java
                              • InlineObject1.java
                              • OuterEnum.java
                              • AbstractOpenApiSchema.java
                              • SpecialModelName.java
                              • HasOnlyReadOnly.java
                              • GrandparentAnimal.java
                              • MixedPropertiesAndAdditionalPropertiesClass.java
                            • Pair.java
                  • test
                    • java
                      • org
                        • openapitools
                          • client
                            • JSONComposedSchemaTest.java
                            • api
                              • PetApiTest.java
                              • UserApiTest.java
                              • DefaultApiTest.java
                              • FakeApiTest.java
                              • FakeClassnameTags123ApiTest.java
                              • AnotherFakeApiTest.java
                              • StoreApiTest.java
                            • JSONTest.java
                            • model
                              • HealthCheckResultTest.java
                              • AppleTest.java
                              • CatTest.java
                              • InlineResponseDefaultTest.java
                              • ZebraTest.java
                              • OuterEnumIntegerTest.java
                              • ChildCatAllOfTest.java
                              • CategoryTest.java
                              • TagTest.java
                              • OuterEnumTest.java
                              • DanishPigTest.java
                              • BasquePigTest.java
                              • OrderTest.java
                              • BananaTest.java
                              • UserTest.java
                              • ArrayOfArrayOfNumberOnlyTest.java
                              • InlineObject2Test.java
                              • ReadOnlyFirstTest.java
                              • ArrayTestTest.java
                              • NullableShapeTest.java
                              • EnumClassTest.java
                              • QuadrilateralInterfaceTest.java
                              • TriangleTest.java
                              • InlineObject4Test.java
                              • ClientTest.java
                              • ScaleneTriangleTest.java
                              • NameTest.java
                              • FruitReqTest.java
                              • CatAllOfTest.java
                              • InlineObject3Test.java
                              • ComplexQuadrilateralTest.java
                              • IsoscelesTriangleTest.java
                              • ParentPetTest.java
                              • CapitalizationTest.java
                              • ArrayOfNumberOnlyTest.java
                              • AdditionalPropertiesClassTest.java
                              • GrandparentAnimalTest.java
                              • PetTest.java
                              • EquilateralTriangleTest.java
                              • FileSchemaTestClassTest.java
                              • BananaReqTest.java
                              • FormatTestTest.java
                              • TriangleInterfaceTest.java
                              • ModelApiResponseTest.java
                              • ModelReturnTest.java
                              • ClassModelTest.java
                              • OuterCompositeTest.java
                              • MixedPropertiesAndAdditionalPropertiesClassTest.java
                              • SimpleQuadrilateralTest.java
                              • ShapeTest.java
                              • OuterEnumIntegerDefaultValueTest.java
                              • GmFruitTest.java
                              • InlineObjectTest.java
                              • AppleReqTest.java
                              • FooTest.java
                              • ShapeOrNullTest.java
                              • SpecialModelNameTest.java
                              • AnimalTest.java
                              • DogTest.java
                              • NumberOnlyTest.java
                              • EnumArraysTest.java
                              • DrawingTest.java
                              • MapTestTest.java
                              • MammalTest.java
                              • PigTest.java
                              • QuadrilateralTest.java
                              • DogAllOfTest.java
                              • Model200ResponseTest.java
                              • WhaleTest.java
                              • ChildCatTest.java
                              • OuterEnumDefaultValueTest.java
                              • NullableClassTest.java
                              • InlineObject5Test.java
                              • EnumTestTest.java
                              • ShapeInterfaceTest.java
                              • FruitTest.java
                              • HasOnlyReadOnlyTest.java
                              • InlineObject1Test.java
                • .openapi-generator-ignore
                • gradle.properties
                • gradle
                  • wrapper
                    • gradle-wrapper.properties
                    • gradle-wrapper.jar
                • pom.xml
                • gradlew.bat
                • .openapi-generator
                  • FILES
                  • VERSION
                • api
                  • openapi.yaml
                • gradlew
                • build.gradle
                • .travis.yml
                • README.md
                • build.sbt
                • settings.gradle
                • .gitignore
                • docs
                  • Whale.md
                  • OuterEnumDefaultValue.md
                  • Cat.md
                  • EnumTest.md
                  • TriangleInterface.md
                  • Pet.md
                  • InlineResponseDefault.md
                  • Model200Response.md
                  • InlineObject2.md
                  • EquilateralTriangle.md
                  • InlineObject5.md
                  • ShapeOrNull.md
                  • HasOnlyReadOnly.md
                  • AdditionalPropertiesClass.md
                  • FruitReq.md
                  • MapTest.md
                  • GmFruit.md
                  • InlineObject.md
                  • FormatTest.md
                  • BasquePig.md
                  • Category.md
                  • ClassModel.md
                  • PetApi.md
                  • BananaReq.md
                  • ScaleneTriangle.md
                  • ParentPet.md
                  • UserApi.md
                  • Mammal.md
                  • Animal.md
                  • Fruit.md
                  • DogAllOf.md
                  • ArrayTest.md
                  • AnotherFakeApi.md
                  • AppleReq.md
                  • OuterComposite.md
                  • Pig.md
                  • Banana.md
                  • MixedPropertiesAndAdditionalPropertiesClass.md
                  • OuterEnumInteger.md
                  • InlineObject4.md
                  • QuadrilateralInterface.md
                  • NullableClass.md
                  • ModelReturn.md
                  • Dog.md
                  • Drawing.md
                  • GrandparentAnimal.md
                  • StoreApi.md
                  • CatAllOf.md
                  • Order.md
                  • EnumClass.md
                  • ShapeInterface.md
                  • OuterEnumIntegerDefaultValue.md
                  • ComplexQuadrilateral.md
                  • Foo.md
                  • InlineObject1.md
                  • InlineObject3.md
                  • NullableShape.md
                  • FakeClassnameTags123Api.md
                  • NumberOnly.md
                  • Zebra.md
                  • IsoscelesTriangle.md
                  • Shape.md
                  • Capitalization.md
                  • ChildCat.md
                  • Name.md
                  • ModelApiResponse.md
                  • ReadOnlyFirst.md
                  • ArrayOfNumberOnly.md
                  • FileSchemaTestClass.md
                  • SimpleQuadrilateral.md
                  • Triangle.md
                  • ChildCatAllOf.md
                  • Apple.md
                  • DanishPig.md
                  • ArrayOfArrayOfNumberOnly.md
                  • DefaultApi.md
                  • User.md
                  • OuterEnum.md
                  • Quadrilateral.md
                  • SpecialModelName.md
                  • HealthCheckResult.md
                  • Client.md
                  • Tag.md
                  • FakeApi.md
                  • EnumArrays.md
                • git_push.sh
            • kotlin-deprecated
              • src
                • main
                  • kotlin
                    • org
                      • openapitools
                        • client
                          • apis
                            • UserApi.kt
                            • PetApi.kt
                            • StoreApi.kt
                          • models
                            • Pet.kt
                            • Category.kt
                            • InlineObject1.kt
                            • Tag.kt
                            • Order.kt
                            • InlineObject.kt
                            • ApiResponse.kt
                            • User.kt
                          • infrastructure
                            • UUIDAdapter.kt
                            • RequestConfig.kt
                            • Serializer.kt
                            • ResponseExtensions.kt
                            • OffsetDateTimeAdapter.kt
                            • LocalDateTimeAdapter.kt
                            • ApiAbstractions.kt
                            • ApiClient.kt
                            • RequestMethod.kt
                            • LocalDateAdapter.kt
                            • ApiInfrastructureResponse.kt
                            • ApplicationDelegates.kt
                            • Errors.kt
                            • ByteArrayAdapter.kt
              • .openapi-generator-ignore
              • .openapi-generator
                • VERSION
              • build.gradle
              • README.md
              • settings.gradle
              • docs
                • Pet.md
                • ApiResponse.md
                • InlineObject.md
                • Category.md
                • PetApi.md
                • UserApi.md
                • StoreApi.md
                • Order.md
                • InlineObject1.md
                • User.md
                • Tag.md
            • csharp-netcore
              • OpenAPIClientCore
                • src
                  • Org.OpenAPITools.Test
                    • Api
                      • AnotherFakeApiTests.cs
                      • StoreApiTests.cs
                      • DefaultApiTests.cs
                      • UserApiTests.cs
                      • FakeClassnameTags123ApiTests.cs
                      • PetApiTests.cs
                      • FakeApiTests.cs
                    • Model
                      • ClassModelTests.cs
                      • FormatTestTests.cs
                      • ArrayTestTests.cs
                      • CatAllOfTests.cs
                      • CategoryTests.cs
                      • InlineObject5Tests.cs
                      • EnumArraysTests.cs
                      • AdditionalPropertiesClassTests.cs
                      • AnimalTests.cs
                      • InlineObject4Tests.cs
                      • ApiResponseTests.cs
                      • InlineObjectTests.cs
                      • ModelClientTests.cs
                      • InlineObject1Tests.cs
                      • ArrayOfArrayOfNumberOnlyTests.cs
                      • MapTestTests.cs
                      • FileTests.cs
                      • ReadOnlyFirstTests.cs
                      • OrderTests.cs
                      • OuterEnumTests.cs
                      • EnumTestTests.cs
                      • ArrayOfNumberOnlyTests.cs
                      • NumberOnlyTests.cs
                      • OuterEnumDefaultValueTests.cs
                      • TagTests.cs
                      • OuterEnumIntegerTests.cs
                      • DogTests.cs
                      • Model200ResponseTests.cs
                      • ListTests.cs
                      • ReturnTests.cs
                      • InlineResponseDefaultTests.cs
                      • SpecialModelNameTests.cs
                      • PetTests.cs
                      • MixedPropertiesAndAdditionalPropertiesClassTests.cs
                      • InlineObject3Tests.cs
                      • CatTests.cs
                      • HasOnlyReadOnlyTests.cs
                      • OuterEnumIntegerDefaultValueTests.cs
                      • UserTests.cs
                      • FileSchemaTestClassTests.cs
                      • OuterCompositeTests.cs
                      • NameTests.cs
                      • InlineObject2Tests.cs
                      • FooTests.cs
                      • CapitalizationTests.cs
                      • DogAllOfTests.cs
                      • EnumClassTests.cs
                      • NullableClassTests.cs
                      • HealthCheckResultTests.cs
                    • Org.OpenAPITools.Test.csproj
                  • Org.OpenAPITools
                    • Api
                      • PetApi.cs
                      • AnotherFakeApi.cs
                      • StoreApi.cs
                      • DefaultApi.cs
                      • UserApi.cs
                      • FakeApi.cs
                      • FakeClassnameTags123Api.cs
                    • Model
                      • EnumArrays.cs
                      • Animal.cs
                      • DogAllOf.cs
                      • Tag.cs
                      • ArrayTest.cs
                      • Return.cs
                      • InlineObject2.cs
                      • NullableClass.cs
                      • ClassModel.cs
                      • InlineObject3.cs
                      • EnumClass.cs
                      • OuterComposite.cs
                      • EnumTest.cs
                      • FormatTest.cs
                      • FileSchemaTestClass.cs
                      • InlineObject5.cs
                      • Name.cs
                      • InlineObject1.cs
                      • InlineObject4.cs
                      • InlineResponseDefault.cs
                      • Capitalization.cs
                      • ArrayOfArrayOfNumberOnly.cs
                      • SpecialModelName.cs
                      • User.cs
                      • OuterEnum.cs
                      • ReadOnlyFirst.cs
                      • Pet.cs
                      • InlineObject.cs
                      • NumberOnly.cs
                      • Dog.cs
                      • Model200Response.cs
                      • List.cs
                      • AdditionalPropertiesClass.cs
                      • Foo.cs
                      • MixedPropertiesAndAdditionalPropertiesClass.cs
                      • OuterEnumDefaultValue.cs
                      • Category.cs
                      • OuterEnumIntegerDefaultValue.cs
                      • CatAllOf.cs
                      • MapTest.cs
                      • ArrayOfNumberOnly.cs
                      • File.cs
                      • ApiResponse.cs
                      • Order.cs
                      • Cat.cs
                      • HealthCheckResult.cs
                      • OuterEnumInteger.cs
                      • ModelClient.cs
                      • HasOnlyReadOnly.cs
                    • Org.OpenAPITools.csproj
                    • Client
                      • OpenAPIDateConverter.cs
                      • IAsynchronousClient.cs
                      • RequestOptions.cs
                      • ApiException.cs
                      • Multimap.cs
                      • IReadableConfiguration.cs
                      • GlobalConfiguration.cs
                      • ClientUtils.cs
                      • HttpMethod.cs
                      • Configuration.cs
                      • ApiClient.cs
                      • ApiResponse.cs
                      • ExceptionFactory.cs
                      • ISynchronousClient.cs
                      • IApiAccessor.cs
                • .openapi-generator-ignore
                • .openapi-generator
                  • VERSION
                • Org.OpenAPITools.sln
                • README.md
                • .gitignore
                • docs
                  • OuterEnumDefaultValue.md
                  • Cat.md
                  • EnumTest.md
                  • Pet.md
                  • InlineResponseDefault.md
                  • Model200Response.md
                  • InlineObject2.md
                  • InlineObject5.md
                  • HasOnlyReadOnly.md
                  • AdditionalPropertiesClass.md
                  • ApiResponse.md
                  • MapTest.md
                  • InlineObject.md
                  • FormatTest.md
                  • List.md
                  • Category.md
                  • ClassModel.md
                  • PetApi.md
                  • UserApi.md
                  • Animal.md
                  • DogAllOf.md
                  • ArrayTest.md
                  • File.md
                  • AnotherFakeApi.md
                  • OuterComposite.md
                  • Return.md
                  • MixedPropertiesAndAdditionalPropertiesClass.md
                  • OuterEnumInteger.md
                  • InlineObject4.md
                  • NullableClass.md
                  • Dog.md
                  • StoreApi.md
                  • CatAllOf.md
                  • Order.md
                  • EnumClass.md
                  • OuterEnumIntegerDefaultValue.md
                  • Foo.md
                  • InlineObject1.md
                  • InlineObject3.md
                  • FakeClassnameTags123Api.md
                  • NumberOnly.md
                  • Capitalization.md
                  • ModelClient.md
                  • Name.md
                  • ReadOnlyFirst.md
                  • ArrayOfNumberOnly.md
                  • FileSchemaTestClass.md
                  • ArrayOfArrayOfNumberOnly.md
                  • DefaultApi.md
                  • User.md
                  • OuterEnum.md
                  • SpecialModelName.md
                  • HealthCheckResult.md
                  • Tag.md
                  • FakeApi.md
                  • EnumArrays.md
                • git_push.sh
              • OpenAPIClient
                • src
                  • Org.OpenAPITools.Test
                    • Api
                      • AnotherFakeApiTests.cs
                      • StoreApiTests.cs
                      • DefaultApiTests.cs
                      • UserApiTests.cs
                      • FakeClassnameTags123ApiTests.cs
                      • PetApiTests.cs
                      • FakeApiTests.cs
                    • Model
                      • ClassModelTests.cs
                      • FormatTestTests.cs
                      • ArrayTestTests.cs
                      • CatAllOfTests.cs
                      • CategoryTests.cs
                      • InlineObject5Tests.cs