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

Expose the app version to the capabilities endpoint #288

Open
ThibautPlg opened this issue Sep 17, 2024 · 2 comments
Open

Expose the app version to the capabilities endpoint #288

ThibautPlg opened this issue Sep 17, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@ThibautPlg
Copy link
Collaborator

ThibautPlg commented Sep 17, 2024

Hello,
Could it be possible to expose the app version through the capabilities endpoint?
This is useful when managing multiple Nextcloud to monitor and report the app version. Many other Nextcloud Apps are already exposing this data (circles, richdocuments, deck to name a few)

Example:

curl --request GET \
  --url https://user:[email protected]/ocs/v2.php/cloud/capabilities \
  --header 'OCS-APIRequest: true'

would return

        "bbb": {
          "appVersion": "2.7.0"
        },

See : https://github.com/nextcloud/groupfolders/pull/2861/files

Best regards,

@ThibautPlg ThibautPlg added the enhancement New feature or request label Sep 17, 2024
@sualko
Copy link
Member

sualko commented Sep 18, 2024

@ThibautPlg can you create a pull request for this feature?

@ThibautPlg
Copy link
Collaborator Author

I haven't developed it, it's only a feature request at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants