Schema Models¶
All msgspec.structs used in the program.
- class schema.Base¶
Bases:
StructThe base struct for all structs to inherit from.
The base struct for all structs to inherit from. Not actually used programmatically. Only exists for typing purposes.
- class schema.ResponseBase¶
Bases:
BaseThe base struct for all Response structs to inherit from.
The base struct for all Response structs to inherit from. Not actually used programmatically. Only exists for typing purposes.
- class schema.OrderResponse¶
Bases:
ResponseBaseResponse received from making the HTTP request to the API.
- data: list[OrderWithUser]¶
List of orders associated with the item request.