Skip to content
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

Add version field to JSON output #1512

Open
takenspc opened this issue Jan 4, 2023 · 0 comments · May be fixed by #1518
Open

Add version field to JSON output #1512

takenspc opened this issue Jan 4, 2023 · 0 comments · May be fixed by #1518

Comments

@takenspc
Copy link
Contributor

takenspc commented Jan 4, 2023

Is your feature request related to a problem? Please describe.
We regularly update our private instances of Nu Html Checker for years. We would like to know which version is deployed to our private instances through JSON API.

Describe the solution you'd like
If you don’t mind, we would like to add version field to JSON output format.

Current:

{
  "messages": []
}

New:

{
  "version": "XX.Y.Z",
  "messages": []
}

Describe alternatives you've considered
One of alternative solutions is adding new API (like https://example.com/?version&out=json).

Additional context
None

@takenspc takenspc linked a pull request Jan 7, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant