TheTelematic / plytix-pim-client

An HTTP client in Python for Plytix PIM API.
MIT License
1 stars 0 forks source link

DTOs should filter out not expected attributes #32

Closed TheTelematic closed 2 days ago

TheTelematic commented 2 days ago

DTOs should filter out not expected attributes, so in case new attributes are added, the dataclasses will work.

TheTelematic commented 2 days ago

Closed in #35