-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error in parsing Open-API documentation #21
Comments
The development of the parser has been left behind as in the last years we focused on different objectives. The parser is still very important to the big picture but we didn't have enough development time to keep it up. The error is clear, the instantiation of the |
Ya, that I got it. |
you don't need to ask, just open a PR in accordance to Github Workflow |
While resolving the issue I am facing the following error: |
I'm submitting a
Current Behaviour:
While executing
openapi_parser.parse(doc: Dict[str, Any])
function, i'm getting an error asTypeError: HydraDoc.__init__() missing 1 required positional argument: 'doc_name'
.Expected Behaviour:
The function should return Hydra API Doc.
Steps to reproduce:
openapi_parser.parse(doc: Dict[str, Any])
function usingyaml.full_load()
.Do you want to work on this issue?
Yes
The text was updated successfully, but these errors were encountered: