Skip to main content
Mint Starter Kit home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
API文档
简介
指南
API参考
文档
博客
API文档
简介
端点示例
GET
Get Plants
POST
Create Plant
DEL
Delete Plant
HOOK
New Plant
On this page
Welcome
Authentication
API文档
简介
Copy page
示例部分,用于展示API端点
Copy page
如果您不打算构建API参考文档,您可以删除此部分,通过移除api-reference文件夹。
Welcome
有两种方式来构建API文档:
OpenAPI
和
MDX组件
。对于入门套件,我们使用以下OpenAPI规范。
Plant Store Endpoints
View the OpenAPI specification file
Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
Copy
"security"
: [
{
"bearerAuth"
: []
}
]
Get Plants
⌘I