Unify BasePath service on client and server #35816
Labels
Feature:New Platform
release_note:plugin_api_changes
Contains a Plugin API changes section for the breaking plugin API changes section.
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
New platform on server side hasn't got base path service, although
base path
value it's configured via http service config.New platform on client side considers base path as a separate service.
We should unify definition of BasePath service, probably it should be a part of Http service. Also we would like to have similar api for BasePath on server and client. Use https://github.com/elastic/kibana/blob/master/src/core/public/base_path/base_path_service.ts for references
PR for the client part: #36611
The text was updated successfully, but these errors were encountered: