apple / app-store-server-library-python

MIT License
146 stars 31 forks source link

feat: pydantic models #35

Open ahnsv opened 12 months ago

ahnsv commented 12 months ago

Resolve #10

Hi, The test code gets messy to make the models (attr, pydantic) compatible. If it feels right, I want to merge them first, refactor them and apply more validation criteria on model fields in later PRs.

alexanderjordanbaker commented 12 months ago

@ahnsv A few high level questions:

ahnsv commented 11 months ago

@alexanderjordanbaker I think it would be better if we can replace it. In this PR, I added v2 for compatibility. Do you think that I should make it replace it in this PR?