forked from loafle/openapi-generator-original
51 lines
802 B
Plaintext
51 lines
802 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(CatAllOf)
|
|
export(Category)
|
|
export(DanishPig)
|
|
export(Date)
|
|
export(Dog)
|
|
export(DogAllOf)
|
|
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)
|