strapi/docs/docs/api/api.mdx
2023-11-17 14:48:05 +00:00

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
:::