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

Make it possible to retrieve all applications in an AppD #565

Closed
Tracked by #664 ...
kriswest opened this issue Jan 24, 2022 · 0 comments · Fixed by #668 or #694
Closed
Tracked by #664 ...

Make it possible to retrieve all applications in an AppD #565

kriswest opened this issue Jan 24, 2022 · 0 comments · Fixed by #668 or #694
Labels
app-directory enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@kriswest
Copy link
Contributor

Enhancement Request

A common use case for the AppD is providing a list of all available applications to a desktop agent. However, there currently exists no endpoint for retrieving a listing of all applications. AppD implementations may currently be providing this feature by supporting calls to the search endpoint with no parameters, however, this feels contrary to the purpose of that endpoint (to allow searching of filtering and the return of a subset of applications).

Add support for an endpoint that returns all application details, e.g. GET /<version>/apps

Use Case:

  • Retrieving details of all applications available in an AppD (to the logged-in user if authentication is in use) in order to populate a launcher menu or app catalog user interface.
@kriswest kriswest added enhancement New feature or request help wanted Extra attention is needed app-directory needs-pr labels Jan 24, 2022
@kriswest kriswest added this to the 2.0-candidates milestone Jan 24, 2022
@kriswest kriswest modified the milestones: 2.0-candidates, 2.0 May 5, 2022
@kriswest kriswest changed the title Make it possible to list all applications in an AppD Make it possible to retrieve all applications in an AppD May 5, 2022
@kriswest kriswest removed the needs-pr label May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app-directory enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
1 participant