python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Using Octokit to fetch pull request within a date range
I'm using Octokit/rest js to fetch pull requests from a repository.
Ideally, I'd like to have pull requests from x date to y date depending on the creation date.
Is there a way to do this?
Right now I...
Sydney C.
Votes: 0
Answers: 1
Faraday::SSLError when using archive_link on Enterprise Octokit
I had 2 Github apps. One for enterprise and one for normal GitHub. I am trying to get the zip file download URL using Client.archive_link(source_url, format: "zipball") and it works for the ...
Logan X.
Votes: 0
Answers: 0
Is there a way to accept github invitation as collaborator automatically? Preferably with octokit?
I've been using octokit to fetch github repos and their commits, but I realized that if the repo is private then the person must invite me, and I have to accept that manually every time. I found this ...
Bence Hargitai
Votes: 0
Answers: 1
OctoKit with Auth0 (Github Login) in NextJS
I am building a Next JS app that has Github Login through Auth0 and uses the Octokit to fetch user info / repos.
In order to get the IDP I had to setup a management api in auth0. https://community.aut...
sid
Votes: 0
Answers: 1