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
Github API with octokit- app authentication for create a repository dispatch event gives 404 not found
I'm trying to authenticate through a Github app to launch a repository dispatch event as per these docs. The app has the permissions metadata:read and contents:read&write as mentioned in the docs....
AJP
Votes: 0
Answers: 0
What's the datatype of the value returned by octokit.createPullRequest() in octokit-plugin-create-pull-request?
I want to make a pull request from a react-native app. I am using the octokit-plugin-create-pull-request library from here. They have a function octokit.createPullRequest() in their documentation. I a...
Ian Munge
Votes: 0
Answers: 1