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
OAS: v3 the following configuration should be supported:
{ servers: [ { url: '{protocol}{host}{basePath}', variables: { protocol: {default: 'http://'}, host: {default: '127.0.0.1'}, basePath: {default: ''} } ] }
currently it renders endpoints as {protocol}{host}{basePath} instead of http://127.0.0.1
{protocol}{host}{basePath}
http://127.0.0.1
I might make a PR.
The text was updated successfully, but these errors were encountered:
@fogine go for it 🏃! Thanks!
Sorry, something went wrong.
feature/ servers - variable substitution support - resolves Redocly#565
c6cd4c4
9d6b30c
No branches or pull requests
OAS: v3
the following configuration should be supported:
currently it renders endpoints as
{protocol}{host}{basePath}
instead ofhttp://127.0.0.1
I might make a PR.
The text was updated successfully, but these errors were encountered: