Skip to content

The order of query parameters should be preserved #99

@ddossot

Description

@ddossot

The query parameters are getting alphabetically re-ordered, which can be damaging.

Consider the case when the RAML spec defines the following query params:

from:
to:
offset:
limit:

There is a logic in their ordering: for an end user, seeing from next to to is helpful information. Having to scroll down to find out that both params exist after being alpha re-ordered is counter-productive.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions