Top "Github-api" questions

An API used to retrieve information about data on GitHub.

How to use GitHub V3 API to get commit count for a repo?

I am trying to count commits for many large github repos using the API, so I would like to avoid …

git github github-api
httr github-API callback URL issues

I am using the httr v0.2 package to use the github api as well now. But I am struggling to …

r github github-api httr
Use GitHub Actions to create a tag but not a release

Currently on my GitHub repository, I have the following workflow that releases a nightly snapshot every day, and uses the …

github github-api github-actions git-tag github-release
How can I get last commit from GitHub API

Which is the best way to get the latest commit information from a git repository using GitHub API (Rest API …

git github github-api
Create comment on pull request

GitHub's comment API seems to allow you to create comments on a pull request, but only if you supply a …

github github-api
How to find most popular person in GitHub?

For example: Person who having most followers Person who having most repos person whose total repos having most stars

github github-api
How to use ssh authentication with github API?

Is there some way to use ssh-based authentication when accessing the GitHub API through the command line (via, e.g., …

curl github ssh github-api
How to get list of trending github repositories by github api?

I want get list of github trending repos like this -https://github.com/trending?l=java but i didnt find …

github-api
Can I make releases public from a private github repo?

I have an application which is in a private github repo, and am wondering if the releases could be made …

github github-api
Get a token by Github API

I manually created a token in Github -> Settings -> Personal access tokens -> Generate new token …

git github access-token github-api