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
用户评论