William Cheng 6788f43af0
Better handling of Inline schema (#15682)
* skip allOf inline subschema created as $ref

* add option for fallback

* add back atleastonemodel

* add log

* update java, kotlin, js samples

* update tests

* fix native client test

* fix java client errors by regenerating test files

* clean up python

* clean up powershell

* clean up php

* clean up ruby

* update erlang, elixir

* update dart samples

* update ts samples

* update r, go samples

* update perl

* update swift

* add back files

* add back files

* remove outdated test files

* fix test
2023-06-11 15:35:58 +08:00

49 lines
768 B
Plaintext

# Generated by openapi-generator: https://openapi-generator.tech
# Do not edit by hand
import(R6)
import(jsonlite)
import(httr2)
import(base64enc)
import(stringr)
# Wrapper
export(petstore_api)
# Core
export(ApiClient)
export(ApiResponse)
export(ApiException)
# Models
export(AllofTagApiResponse)
export(Animal)
export(AnyOfPig)
export(AnyOfPrimitiveTypeTest)
export(BasquePig)
export(Cat)
export(Category)
export(DanishPig)
export(Date)
export(Dog)
export(FormatTest)
export(Mammal)
export(ModelApiResponse)
export(NestedOneOf)
export(OneOfPrimitiveTypeTest)
export(Order)
export(Pet)
export(Pig)
export(Special)
export(Tag)
export(UpdatePetRequest)
export(User)
export(Whale)
export(Zebra)
# APIs
export(FakeApi)
export(PetApi)
export(StoreApi)
export(UserApi)