Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 4.18 KB

File metadata and controls

69 lines (50 loc) · 4.18 KB

Shared Types

from idealj.types import Order

Pets

Types:

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

Methods:

Store

Types:

from idealj.types import StoreListInventoryResponse

Methods:

Orders

Methods:

Users

Types:

from idealj.types import User, UserLoginResponse

Methods: