checkout-sdk-python icon indicating copy to clipboard operation
checkout-sdk-python copied to clipboard

Add serializer to response wrapper

Open matez0 opened this issue 2 years ago • 7 comments

Note: From python 3.8, the _unwrap method could be replaced with using functools.singledispatchmethod.

Implements #144

matez0 avatar Dec 07 '23 16:12 matez0

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Dec 07 '23 16:12 sonarqubecloud[bot]

Updated the author's and committer's email address.

matez0 avatar Dec 11 '23 19:12 matez0

While the README states that "Requires Python > 3.6", the build was run for Python 3.6 as well. Since the walrus operator only introduced in Python 3.8, I still should not have used it. The commit avoiding to use walrus operator could be squashed (fixed up) with the commit adding the serializer. Should I do it?

matez0 avatar Jan 19 '24 12:01 matez0

Rename decorator and argument name for more readability.

matez0 avatar May 01 '24 21:05 matez0

Rebased onto the top of main.

matez0 avatar May 01 '24 21:05 matez0

Rebased on the top of main.

matez0 avatar Dec 23 '24 13:12 matez0