-
Notifications
You must be signed in to change notification settings - Fork 44
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
EAM API: add list apps api #298
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Hi @gainsley , just to check, is the intention to list all applications? Or rather the applications owned by the application provider (the API Consumer)? |
Hi @Kevsy, the intent is for all applications, but of course limited by the platform to the applications that the user has permission to see. |
Thanks @gainsley - please could you add that clarification to the operation description? |
Sure @Kevsy, I've added it, thanks. |
What type of PR is this?
What this PR does / why we need it:
This adds an API call to list created applications. Currently there is no way to query the existing applications outside of knowing the AppIds of created apps, which requires the client side to maintain a database of AppIds. This is not feasible for web or CLI based clients.
Which issue(s) this PR fixes:
Fixes #
Changelog input
Additional documentation