akaszynski / keepa

Python Keepa.com API
https://keepaapi.readthedocs.io/en/latest/
Apache License 2.0
238 stars 77 forks source link

Update product finder #178

Closed akaszynski closed 2 months ago

akaszynski commented 2 months ago

Update product finder to use updated ProductParams from the keepa backend.

Uses pydantic for validation of inputs rather than custom solution for key validation. This ensure we have runtime validation of types using a commonly used (and great!) data validation library.