更新代码仓库相关功能,修改 API 参数,添加删除仓库功能,更新文档和测试用例

This commit is contained in:
xiongxiao
2026-01-16 03:46:14 +08:00
parent d85f42d38b
commit f10f588ea5
10 changed files with 208 additions and 45 deletions

View File

@@ -1,9 +1,11 @@
import { Repo } from "../src/repo";
import { app } from '../agent/index.ts'
import { token, showMore, cookie } from "./common.ts";
import util from 'node:util';
const repo = new Repo({ token: token, cookie: cookie });
export { app }
// const res = await repo.createRepo({
// name: "test-cnb-2",
// description: "This is my new repository",