kibana/api_docs/case.json
Stacey Gammon 87a5b22626
API DOCS Step 3/3 (#92929)
* update api_docs from gitignore

* api doc files

* Update api_welcome.mdx

* Pretty print json

* Add new lines and extra frontmatter to warn github viewers

* update api_docs with new lines and frontmatter

* Remove all apis tagged @internal and add tests

* Update docs with all internal APIs removed

* fix typescript error in test fixtures

* Update core.json

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-02 22:02:17 -05:00

65 lines
1.6 KiB
JSON

{
"id": "case",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [
{
"id": "def-server.CaseRequestContext",
"type": "Interface",
"label": "CaseRequestContext",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.CaseRequestContext.getCaseClient",
"type": "Function",
"label": "getCaseClient",
"description": [],
"source": {
"path": "x-pack/plugins/case/server/types.ts",
"lineNumber": 14,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/case/server/types.ts#L14"
},
"signature": [
"() => ",
{
"pluginId": "case",
"scope": "server",
"docId": "kibCasePluginApi",
"section": "def-server.CaseClient",
"text": "CaseClient"
}
]
}
],
"source": {
"path": "x-pack/plugins/case/server/types.ts",
"lineNumber": 13,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/case/server/types.ts#L13"
},
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}