kibana/examples/routing_example
Gerard Soldevila 4824d9da8c
Migrate types to packages: Client-side HTTP service (#135562)
* Migrate types to packages: Client-side HTTP service

* Fix linting issues, compactify some imports

* Fix incorrect typing, remove unnecessary exports

* Remove unnecessary export

* Fix trailing spaces removed by mistake

* Move Sha256 to new @kbn/crypto-browser package

* Support deprecated 'req' property in isHttpFetchError() method

* Fix failing UT in lens

* Update API docs

* Reorder imports, absolute imports first

* Provide createHttpFetchError() convenience method

* Fix typing issue

* Fix rebase issues

* Fix incorrect import

* Avod using core internals for plugin testing

* Fix automerge issues

* Misc enhancements following PR review
2022-07-11 12:25:55 -07:00
..
common Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
public Migrate types to packages: Client-side HTTP service (#135562) 2022-07-11 12:25:55 -07:00
server fix all violations 2022-04-16 01:37:30 -05:00
kibana.json Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
README.md Update Styleguide path to .mdx (#107890) 2021-08-10 13:15:43 +02:00
tsconfig.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00

Team owner: Platform

A working example of a plugin that registers and uses multiple custom routes.

Read more: