Open
Description
In order to dynamically display available ORT plugins and their options in the UI, the API needs an endpoint to list these. Either there should be different (nested) endpoints for the different types of plugins (like /plugins/reporter
), or a single endpoint needs to take some query parameter to request e.g. only reporter plugins (like /plugins?tool=reporter
).
I believe it makes sense to start with this task even if not all ORT plugins are migrated to KSP yet. Esp. for reporters this API would already be very useful in order to display all reporter-specific options to the user, which otherwise are hard to remember and error-prone to specify.