halo js sdk 源码
Halo JS SDK(WIP) 根据swagger schema自动生成Halo api相关代码。 https://api.halo.run/data/admin-api.json https://api.halo.run/data/content-api.json 使用方式 直接复制src中的代码即可。 示例代码 import { initConfig , postsGet , postsPostIdGet } from './contentApi' initConfig ( { target : 'https://blog.xxx.com' , // 替换成自己的域名 accessKey : 'xxxx' // 替换成自己的 access key } ) async function test ( ) { const postsData = await postsGe
文件列表
halo-js-sdk-master.zip
(预估有个21文件)
halo-js-sdk-master
.gitignore
2KB
package.json
647B
src
contentApiDefine.d.ts
10KB
contentApi.ts
15KB
adminApiDefine.d.ts
20KB
adminApi.ts
45KB
tsconfig.json
148B
scripts
暂无评论