2022-06-28 23:43:56 +08:00

40 lines
616 B
Plaintext

# Generated by openapi-generator: https://openapi-generator.tech
# Do not edit by hand
import(R6)
import(jsonlite)
import(httr)
import(base64enc)
# Core
export(ApiClient)
export(ApiResponse)
export(ApiException)
# Models
export(AllofTagApiResponse)
export(Animal)
export(AnyOfPig)
export(BasquePig)
export(Cat)
export(CatAllOf)
export(Category)
export(DanishPig)
export(Dog)
export(DogAllOf)
export(ModelApiResponse)
export(NestedOneOf)
export(Order)
export(Pet)
export(Pig)
export(Special)
export(Tag)
export(UpdatePetRequest)
export(User)
# APIs
export(FakeApi)
export(PetApi)
export(StoreApi)
export(UserApi)