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,
when i try to use url input target :
url
input: { target: "https://{MY_DOMAIN}/openapi.json", },
i got a error :
Parse Error: Invalid header value char
but when i download the json file and set local path target :
input: "./openapi.json",
it's work !!
I have try to disable parser validation :
input: { parserOptions: { validate: false, }, target: "https://{MY_DOMAIN}/openapi.json", },
but i got a other error :
api - Error: ENOENT: no such file or directory, open "https://{MY_DOMAIN}/openapi.json"
Operating System: : MacOs Package Version: : 6.17.0 Browser Version: Chrome 116.0.5845.140
The text was updated successfully, but these errors were encountered:
What is {MY_DOMAIN} where is it declared? Doesn't this need to be a real URL?
Sorry, something went wrong.
MY_DOMAIN is just for the example !
Yep I fixed it for next release.
@melloware Very nice 💪
melloware
Successfully merging a pull request may close this issue.
Hello,
when i try to use
url
input target :i got a error :
but when i download the json file and set local path target :
it's work !!
I have try to disable parser validation :
but i got a other error :
What versions are you using?
Operating System: : MacOs
Package Version: : 6.17.0
Browser Version: Chrome 116.0.5845.140
The text was updated successfully, but these errors were encountered: