Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't rely on status code to deserialize all responses #23

Open
wparad opened this issue Aug 9, 2024 · 0 comments
Open

Don't rely on status code to deserialize all responses #23

wparad opened this issue Aug 9, 2024 · 0 comments

Comments

@wparad
Copy link
Member

wparad commented Aug 9, 2024

Right now the library deserializes responses based only on the status code, which means every time a status code result is changed or added to the API, the python library will start to serialize the response as None. This shouldn't happen that frequently, but it is a risk having it in the library like that.

Recommendation: Default Serialization strategy that doesn't throw on mismatches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant