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
The repeat aspect for a named parameter is no longer a thing; headers and query parameters can be arrays to indicate acceptance of multiple values.
repeat
This will impact BaseParameterParser in ramlfications.parser.parameters, at least.
BaseParameterParser
ramlfications.parser.parameters
0.8: https://github.com/raml-org/raml-spec/blob/master/versions/raml-08/raml-08.md#repeat 1.0: https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md#headers
0.8: https://github.com/raml-org/raml-spec/blob/master/versions/raml-08/raml-08.md#repeat
1.0: https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md#headers
The text was updated successfully, but these errors were encountered:
Is there any solution for this?
Sorry, something went wrong.
No branches or pull requests
The
repeat
aspect for a named parameter is no longer a thing; headers and query parameters can be arrays to indicate acceptance of multiple values.This will impact
BaseParameterParser
inramlfications.parser.parameters
, at least.The text was updated successfully, but these errors were encountered: