Skip to content

Commit 43bbf3e

Browse files
authored
Add halo-dev/cli to RESTful API examples (#566)
Add a new example entry for halo-dev/cli (Halo CLI) to the list of projects using the RESTful API. The link was added to docs/developer-guide/restful-api/introduction.md and the versioned copy for v2.23 to reference the CLI tool for managing Halo resources.
1 parent c0ce509 commit 43bbf3e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/developer-guide/restful-api/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ axios.get('https://demo.halo.run/apis/content.halo.run/v1alpha1/posts', {
9999

100100
列举一些使用了 Halo RESTful API 的项目,以供参考:
101101

102+
- [halo-dev/cli](https://github.com/halo-dev/cli):Halo 的命令行工具,用于管理 Halo 的资源。
102103
- [halo-sigs/attachment-upload-cli](https://github.com/halo-sigs/attachment-upload-cli):在 Terminal 中上传文件到 Halo 并得到链接,兼容 Typora 编辑器的图片上传。
103104
- [halo-sigs/vscode-extension-halo](https://github.com/halo-sigs/vscode-extension-halo):用于将 Markdown 文件发布到 Halo 的 Visual Studio Code 插件。
104105
- [halo-sigs/obsidian-halo](https://github.com/halo-sigs/obsidian-halo):Obsidian 插件,用于将 Markdown 文件发布到 Halo。

versioned_docs/version-2.23/developer-guide/restful-api/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ axios.get('https://demo.halo.run/apis/content.halo.run/v1alpha1/posts', {
9999

100100
列举一些使用了 Halo RESTful API 的项目,以供参考:
101101

102+
- [halo-dev/cli](https://github.com/halo-dev/cli):Halo 的命令行工具,用于管理 Halo 的资源。
102103
- [halo-sigs/attachment-upload-cli](https://github.com/halo-sigs/attachment-upload-cli):在 Terminal 中上传文件到 Halo 并得到链接,兼容 Typora 编辑器的图片上传。
103104
- [halo-sigs/vscode-extension-halo](https://github.com/halo-sigs/vscode-extension-halo):用于将 Markdown 文件发布到 Halo 的 Visual Studio Code 插件。
104105
- [halo-sigs/obsidian-halo](https://github.com/halo-sigs/obsidian-halo):Obsidian 插件,用于将 Markdown 文件发布到 Halo。

0 commit comments

Comments
 (0)