You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: