modules/…/…/…/…/python-experimental
api_client.handlebars +19 -3
samples
client/petstore/…/lib/openapi_petstore
api
another_fake.ex +1 -1
default.ex +1 -1
fake.ex +1 -1
fake_classname_tags123.ex +1 -1
pet.ex +1 -1
store.ex +1 -1
user.ex +1 -1
model
_foo_get_default_response.ex +1 -1
_special_model_name_.ex +1 -1
additional_properties_class.ex +1 -1
all_of_with_single_ref.ex +1 -1
animal.ex +1 -1
api_response.ex +1 -1
array_of_array_of_number_only.ex +1 -1
array_of_number_only.ex +1 -1
array_test.ex +1 -1
capitalization.ex +1 -1
cat.ex +1 -1
cat_all_of.ex +1 -1
category.ex +1 -1
class_model.ex +1 -1
client.ex +1 -1
deprecated_object.ex +1 -1
dog.ex +1 -1
dog_all_of.ex +1 -1
enum_arrays.ex +1 -1
enum_class.ex +1 -1
enum_test.ex +1 -1
file.ex +1 -1
file_schema_test_class.ex +1 -1
foo.ex +1 -1
format_test.ex +1 -1
has_only_read_only.ex +1 -1
health_check_result.ex +1 -1
list.ex +1 -1
map_test.ex +1 -1
mixed_properties_and_additional_properties_class.ex +1 -1
model_200_response.ex +1 -1
name.ex +1 -1
nullable_class.ex +1 -1
number_only.ex +1 -1
object_with_deprecated_fields.ex +1 -1
order.ex +1 -1
outer_composite.ex +1 -1
outer_enum.ex +1 -1
outer_enum_default_value.ex +1 -1
outer_enum_integer.ex +1 -1
outer_enum_integer_default_value.ex +1 -1
outer_object_with_enum_property.ex +1 -1
pet.ex +1 -1
read_only_first.ex +1 -1
return.ex +1 -1
single_ref_type.ex +1 -1
tag.ex +1 -1
user.ex +1 -1
connection.ex +1 -1
deserializer.ex +1 -1
request_builder.ex +1 -1
openapi3/client
3_0_3_unit_test/…/unit_test_api
api_client.py +19 -3
petstore/python-experimental
petstore_api
api_client.py +19 -3
tests_manual
test_fake_api.py +36 -0
@@ -15,7 +15,7 @@ import tempfile
@@ -832,6 +832,19 @@ class OpenApiResponse(JSONDetector):
@@ -851,13 +864,16 @@ class OpenApiResponse(JSONDetector):
@@ -15,7 +15,7 @@ import tempfile
@@ -832,6 +832,19 @@ class OpenApiResponse(JSONDetector):
@@ -851,13 +864,16 @@ class OpenApiResponse(JSONDetector):