frontend icon indicating copy to clipboard operation
frontend copied to clipboard

GitHub assignment creator is unable to create a repository for an organization

Open ChengGeng97 opened this issue 4 years ago • 0 comments

GitHub API allows for repositories to be created for organizations.

However, Octokit REST API lacks ability to create repositories for an organization. Current version of GitHub assignment creator can only create new repositories under ownership of the user. To create this functionality will require us to send our own POST requests to GitHub.

ChengGeng97 avatar Jun 12 '21 06:06 ChengGeng97