I'm submitting a
Current Behaviour:
While executing openapi_parser.parse(doc: Dict[str, Any]) function, i'm getting an error as TypeError: HydraDoc.__init__() missing 1 required positional argument: 'doc_name'.
Expected Behaviour:
The function should return Hydra API Doc.
Steps to reproduce:
- pass the YAML Open-API document in the
openapi_parser.parse(doc: Dict[str, Any]) function using yaml.full_load().
Do you want to work on this issue?
Yes