We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
kiota generate -d https://raw.githubusercontent.com/APIs-guru/openapi-directory/gh-pages/v2/specs/github.com/api.github.com/1.1.4/openapi.json -l Python
Leads to
integration_test/client/orgs/item/actions/secrets/item/with_secret_name_item_request_builder.py:66: error: invalid syntax [syntax]
This is caused by the present of """ in the doc comment, this value should be escaped or stripped.
"""
The text was updated successfully, but these errors were encountered:
andrueastman
Successfully merging a pull request may close this issue.
Leads to
This is caused by the present of
"""
in the doc comment, this value should be escaped or stripped.The text was updated successfully, but these errors were encountered: