mirror of
https://github.com/strapi/strapi.git
synced 2025-11-22 05:06:06 +00:00
31 lines
405 B
Plaintext
31 lines
405 B
Plaintext
---
|
|
title: API (WIP)
|
|
slug: /api/API
|
|
tags:
|
|
- module
|
|
- public
|
|
|
|
toc_min_heading_level: 2
|
|
toc_max_heading_level: 3
|
|
---
|
|
|
|
import Type from '@site/docs/api/components/type';
|
|
|
|
# API
|
|
|
|
:::info
|
|
|
|
Current state: **Stable**
|
|
|
|
:::
|
|
|
|
The Strapi API module permits to generate a Strapi API object that wrap all the functionalities around Strapi endpoints
|
|
|
|
## Module: API
|
|
|
|
### `createAPI(strapi, opts)`
|
|
|
|
:::info
|
|
TODO
|
|
:::
|