-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add serializer to response wrapper #145
base: main
Are you sure you want to change the base?
Conversation
4e4ac70
to
e6869b9
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
e6869b9
to
0bc370d
Compare
Updated the author's and committer's email address. |
While the README states that "Requires Python > 3.6", the build was run for Python 3.6 as well. |
a9769b7
to
ea783b5
Compare
ea783b5
to
ade758a
Compare
ade758a
to
d87f5d0
Compare
d87f5d0
to
2287b32
Compare
Rename decorator and argument name for more readability. |
2287b32
to
bb08bcb
Compare
Rebased onto the top of main. |
It can be useful, when the response fully or partially need to be stored in a database in a JSON serialized form. From python 3.8, the `_unwrap` method could be replaced with using singledispatchmethod.
bb08bcb
to
5f9fec1
Compare
Implements #144