psnawp_api.models package

psnawp_api.models package#

Subpackages#

Submodules#

Module contents#

Models package for the PlayStation API wrapper.

This package defines the data models used throughout the API wrapper. These models represent structured responses from the API and provide a clean interface for accessing and manipulating API data.

Modules in this package include:

  • Typed models that map to API response schemas.

  • Helper classes for serialization and deserialization.

  • Data validation utilities.