giftless
giftless copied to clipboard
Consider: switching to dataclasses + marshmallow-dataclasses
This will allow a nicer API for request / response payloads (based on strict object structures rather than dictionaries).
marshmallow-dataclasses should allow us easy marshaling to / from dicts and JSON, as well as remove the need to write Marshmallow schemas as it will all be based on dataclasses (?)