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
Hello, I am using 2.1.22 to parse the MS Graph API at the url here: https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/openapi/v1.0/openapi.yaml
The result is no openApi object or messages.
The text was updated successfully, but these errors were encountered:
I tried DeserializationUtils.setYaml30Mapper(...) to increase the yaml code point limit, with no success. Converting the file to json worked.
DeserializationUtils.setYaml30Mapper(...)
Sorry, something went wrong.
I didn't mean to close the issue with the last comment. I think there's a need for some error handling and support for large files.
No branches or pull requests
Hello, I am using 2.1.22 to parse the MS Graph API at the url here: https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/openapi/v1.0/openapi.yaml
The result is no openApi object or messages.
The text was updated successfully, but these errors were encountered: