kibana/api_docs/bfetch.mdx
Stacey Gammon 45e9d51a44
Add pluginTeam to plugin API ci stats (#115007)
* Add pluginTeam to ci stats for easier higher level groupings

* Updated docs
2021-10-14 11:54:35 -04:00

59 lines
1.6 KiB
Plaintext

---
id: kibBfetchPluginApi
slug: /kibana-dev-docs/api/bfetch
title: "bfetch"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the bfetch plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
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 bfetchObj from './bfetch.json';
Considering using bfetch capabilities when fetching large amounts of data. This services supports batching HTTP requests and streaming responses back.
Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 76 | 1 | 67 | 2 |
## Client
### Start
<DocDefinitionList data={[bfetchObj.client.start]}/>
### Functions
<DocDefinitionList data={bfetchObj.client.functions}/>
### Consts, variables and types
<DocDefinitionList data={bfetchObj.client.misc}/>
## Server
### Setup
<DocDefinitionList data={[bfetchObj.server.setup]}/>
### Start
<DocDefinitionList data={[bfetchObj.server.start]}/>
### Interfaces
<DocDefinitionList data={bfetchObj.server.interfaces}/>
## Common
### Functions
<DocDefinitionList data={bfetchObj.common.functions}/>
### Classes
<DocDefinitionList data={bfetchObj.common.classes}/>
### Interfaces
<DocDefinitionList data={bfetchObj.common.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={bfetchObj.common.misc}/>