openapi-python-client
openapi-python-client copied to clipboard
fix: Parsing requestBody with $ref
Fixes #595
Perhaps similar solution can be applied to #605
Description
The requestBody with $ref was not handled. requestBodies in components should be injected into _add_body function.