docs: add documentation for RESTful API usage (#412)

添加 REST API 的使用文档。

Fixes #326 
Fixes #216 


```release-note
None
```
This commit is contained in:
Ryan Wang
2024-09-09 17:34:05 +08:00
committed by GitHub
parent 3aadde1218
commit 5608dedd2b
17 changed files with 538 additions and 85 deletions

View File

@@ -79,11 +79,7 @@
"link": {
"type": "generated-index"
},
"items": [
"contribution/issue",
"contribution/pr",
"contribution/sponsor"
]
"items": ["contribution/issue", "contribution/pr", "contribution/sponsor"]
},
"about"
],
@@ -264,9 +260,7 @@
"link": {
"type": "generated-index"
},
"items": [
"developer-guide/plugin/examples/todolist"
]
"items": ["developer-guide/plugin/examples/todolist"]
}
]
},
@@ -330,6 +324,17 @@
"developer-guide/theme/code-snippets"
]
},
{
"type": "category",
"label": "RESTful API",
"link": {
"type": "generated-index"
},
"items": [
"developer-guide/restful-api/introduction",
"developer-guide/restful-api/api-client"
]
},
"developer-guide/form-schema",
"developer-guide/annotations-form"
]