Add API for generating complete URLs to applications #56868
Labels
blocker
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
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 anabsolute
option for the external linking use case.The text was updated successfully, but these errors were encountered: