-
Notifications
You must be signed in to change notification settings - Fork 9
Add next and latest to return value #189
New issue
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
Conversation
cb4bf3d
to
05b837c
Compare
2fcbac7
to
e93c36a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is useful to be able to list all possible version updates.
description: Unix timestamp when the update was released | ||
type: int | ||
sample: 0 | ||
record: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be records
list iff you accept the change
c7a89aa
to
63f1868
Compare
Signed-off-by: Justin Cinkelj <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added trivial change to "Lowest update is "{{ result.next.uuid | default('') }}" to make sure example works also if no update is available.
I will squash merge the PR.
To be able to choose next (the lowest number) or latest (the highest number) update from the list of available updates, next and latest are added to return value.