frontend
frontend copied to clipboard
GitHub assignment creator is unable to create a repository for an organization
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.