GitHub API survivor's memoir and guide REFERENCES: GitHub REST API GitHub GraphQL API https://docs.github.com/en/graphql/guides/managing-enterprise-accounts#query-each-organization-separately TODO: add more
REST API GraphQL API What would Jesus do? repo_create -X POST createRepository REST API repo_delete -X DELETE N/A REST API repo_update -X PATCH LIMITED REST API repos_list -X GET RepositoryConnection GraphQL API