Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 4.22 KB

File metadata and controls

68 lines (49 loc) · 4.22 KB

Shared Types

from dedalus.types import Order

Pets

Types:

from dedalus.types import (
    Category,
    Pet,
    PetFindByStatusResponse,
    PetFindByTagsResponse,
    PetUploadImageResponse,
)

Methods:

Store

Types:

from dedalus.types import StoreListInventoryResponse

Methods:

Orders

Methods:

Users

Types:

from dedalus.types import User, UserLoginResponse

Methods: