Top "Github-api" questions

An API used to retrieve information about data on GitHub.

GitHub CLI clients

I'd like to use GitHub more from the command line and less through the web. Of course, everything related to …

github github-api github-cli
How to find a Github file 's SHA blob

I'm using this API to update a file on my repo, it requires me to have a valid SHA blob …

git github sha github-api
GitHub Search API only return 30 results

https://api.github.com/search/issues?q=stress+test+label:bug+language:python+state:closed the above query is suppose …

github-api
Should git change the ending of line? (control+M or ^M at the end of the first line)

I use git to pull my code from a windows machine. When the other developers pull the files from the …

git github github-api
Add comment to Github pull request from Jenkins pipeline

I am wondering if there is already a way to update a Github (Enterprise) pull request with a comment within …

jenkins jenkins-pipeline github-api github-enterprise
Embed Github contributions graph in website

Is there a way to embed the Github contributions graph in HTML5?

html api github github-api
How can I make WireMock port more dynamic to use it for testing service

I am using wiremock to mock github api to do some testing of my service. The service calls github api. …

spring spring-boot github-api wiremock
GitHub WebHooks triggered globally instead of per branch

Our product creates WebHooks at GitHub. One for each customer project. Each such project, is linked to a single branch. …

github github-api webhooks
Homebrew: how to use the formula from the pull request

I'm new to GIT and GitHub (and Homebrew for that matter); the formula for emacs in the main repository is …

git github-api
Get github username through primary email

I'm using the PyGithub library to invite new member to the organization. The issue I faced is the next: In …

python api github github-api pygithub