mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
58 lines
1.6 KiB
Text
58 lines
1.6 KiB
Text
---
|
|
####
|
|
#### 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.
|
|
####
|
|
id: kibBfetchPluginApi
|
|
slug: /kibana-dev-docs/api/bfetch
|
|
title: "bfetch"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the bfetch plugin
|
|
date: 2024-12-19
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
|
|
---
|
|
import bfetchObj from './bfetch.devdocs.json';
|
|
|
|
Considering using bfetch capabilities when fetching large amounts of data. This services supports batching HTTP requests and streaming responses back.
|
|
|
|
Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 60 | 1 | 59 | 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}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={bfetchObj.common.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={bfetchObj.common.misc}/>
|
|
|