Git 中心是否有任何 API 端点来阅读 wiki
Is there any API endpoint in Git hub to read wikis
目的是从 public 和私有存储库中获取内容。除了寻找计划的同步过程以在 git Hub wiki 更新时更新我端点中的内容(作为进一步增强)。
https://github.com/user/project.wiki.git 试过了,但不符合我的目的
GitHub 维基是 git 支持的,据我所知没有 REST API 替代方案。
这是最初的博客公告:
https://github.blog/2010-08-12-making-github-more-open-git-backed-wikis/
所以我认为 https://github.com/user/project.wiki.git
上的 git 界面是唯一的选择。
目的是从 public 和私有存储库中获取内容。除了寻找计划的同步过程以在 git Hub wiki 更新时更新我端点中的内容(作为进一步增强)。
https://github.com/user/project.wiki.git 试过了,但不符合我的目的
GitHub 维基是 git 支持的,据我所知没有 REST API 替代方案。
这是最初的博客公告: https://github.blog/2010-08-12-making-github-more-open-git-backed-wikis/
所以我认为 https://github.com/user/project.wiki.git
上的 git 界面是唯一的选择。