In the legacy platform we have the chrome.getAppUrl() API which allows a plugin to get the full URL for linking to their application from outside Kibana (eg. in a Watcher email). We need to provide a similar API in the Kibana Platform.
We have an existing getUrlForApp API, but it only returns relative URLs. We should add an absolute option for the external linking use case.
In the legacy platform we have the
chrome.getAppUrl()API which allows a plugin to get the full URL for linking to their application from outside Kibana (eg. in a Watcher email). We need to provide a similar API in the Kibana Platform.We have an existing
getUrlForAppAPI, but it only returns relative URLs. We should add anabsoluteoption for the external linking use case.