pygithub
library, a Python library that wraps GitHub API v3.
The required arguments to establish a connection are as follows:
repository
is the GitHub repository name.api_key
is an optional GitHub API key to use for authentication.github_url
is an optional GitHub URL to connect to a GitHub Enterprise instance.API rate limit exceeded
error.mindsdb_github
connection contains two tables: issues
and pull_requests
.
Here is how to query for all issues: