https://github.com/core-api/python-raml-codec/blob/master/raml_codec/decode.py#L96 Isn't that just iterating over the form parameters but using the last `param` value defined by a URI or query parameter? I first noticed this when my Link() object had multiple instantiations of the same field.
https://github.com/core-api/python-raml-codec/blob/master/raml_codec/decode.py#L96
Isn't that just iterating over the form parameters but using the last
paramvalue defined by a URI or query parameter?I first noticed this when my Link() object had multiple instantiations of the same field.