MarketSquare / roboswag

Apache License 2.0
26 stars 2 forks source link

Pass either model object or dictionary to the body parameter #23

Open mnojek opened 2 years ago

mnojek commented 2 years ago

At this moment, the body parameter only accepts dictionary, which can be optionally validated by providing a boolean value for validate_payload parameter. The endpoint methods should also accept providing the payload using an object that later can be serialized into a dictionary.