from dedalus.types import OrderTypes:
from dedalus.types import (
Category,
Pet,
PetFindByStatusResponse,
PetFindByTagsResponse,
PetUploadImageResponse,
)Methods:
client.pets.create(**params) -> Petclient.pets.retrieve(pet_id) -> Petclient.pets.update(**params) -> Petclient.pets.delete(pet_id) -> Noneclient.pets.find_by_status(**params) -> PetFindByStatusResponseclient.pets.find_by_tags(**params) -> PetFindByTagsResponseclient.pets.update_by_id(pet_id, **params) -> Noneclient.pets.upload_image(pet_id, image, **params) -> PetUploadImageResponse
Types:
from dedalus.types import StoreListInventoryResponseMethods:
client.store.list_inventory() -> StoreListInventoryResponse
Methods:
client.store.orders.create(**params) -> Orderclient.store.orders.retrieve(order_id) -> Orderclient.store.orders.delete(order_id) -> None
Types:
from dedalus.types import User, UserLoginResponseMethods: