Replies: 1 comment
-
|
This has been implemented #898 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recent behavior on the deployment versions endpoint appears to return the oldest versions first, and we don't see a way to request newest-first ordering.
That means any client that wants to show the latest versions first now has to:
createdAt descIt would be helpful if this endpoint supported an explicit sort-order parameter so clients could request the desired ordering directly.
Examples:
sort=createdAt&direction=descorder=descWhy this would help:
If changing the default is undesirable for backwards-compatibility, a parameterized opt-in would still solve the problem cleanly.
Beta Was this translation helpful? Give feedback.
All reactions