Is there a way to list all repositories in a Git Organization using Libgit2sharp?

旧巷老猫 提交于 2019-12-12 03:36:27

问题


Is there a way to list all repositories in a Git Organization using Libgit2sharp?

I did check here https://github.com/libgit2/libgit2sharp/wiki.

But seems like there are no wiki pages explaining "working with Git Organization"!


回答1:


Libgit2sharp is a C# library for git. Git Organizations however are a GitHub construct and will be available only via the Github API.

So the solution would be to write your own code to that integrates Libgit2sharp and the GitHub API



来源:https://stackoverflow.com/questions/34487974/is-there-a-way-to-list-all-repositories-in-a-git-organization-using-libgit2sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!