How to create Organization name through Github API instead of creating manually?

前端 未结 4 1409
深忆病人
深忆病人 2020-12-20 02:22

I am trying to use github api to create organization and repositories instead of creating them manually. I was looking at this site which talks about how to create repositor

4条回答
  •  情深已故
    2020-12-20 03:05

    You can check out how a wrapper like go-gihub proposes to manage an organization, reflecting the Organization API.

    You can list, get or edit an organization, but apparently not create one.

提交回复
热议问题