kibana/api_docs/core_http.mdx
Stacey Gammon 899a6f3f11
Fix the API docs bug, where optional functions on interfaces were losing their children. (#107236)
* Fix the bug and update tests

* update api docs

* Fix tests
2021-08-03 11:58:03 -04:00

48 lines
1.2 KiB
Plaintext

---
id: kibCoreHttpPluginApi
slug: /kibana-dev-docs/core.httpPluginApi
title: core.http
image: https://source.unsplash.com/400x175/?github
summary: API docs for the core.http plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core.http']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
import coreHttpObj from './core_http.json';
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 2450 | 149 | 1165 | 31 |
## Client
### Interfaces
<DocDefinitionList data={coreHttpObj.client.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={coreHttpObj.client.misc}/>
## Server
### Objects
<DocDefinitionList data={coreHttpObj.server.objects}/>
### Classes
<DocDefinitionList data={coreHttpObj.server.classes}/>
### Interfaces
<DocDefinitionList data={coreHttpObj.server.interfaces}/>
### Enums
<DocDefinitionList data={coreHttpObj.server.enums}/>
### Consts, variables and types
<DocDefinitionList data={coreHttpObj.server.misc}/>