octokit-js Questions
2
Solved
I've created a new GitHub App and I'm trying to authenticate from Node. I'm new to GitHub Apps, for example, I don't know what "installationId" is supposed to be. Is that the App ID?
I successfull...
Cleek asked 11/2, 2020 at 2:9
2
In GitHub API v3 with repo and user authorization scopes, I can get my organizations with GET /user/orgs (https://developer.github.com/v3/orgs/#list-organizations-for-the-authenticated-user, with O...
Burkley asked 7/6, 2020 at 1:27
0
I'm building a GitHub Oauth app, and I'm trying to authenticate Octokit using an Oauth access_token that I'm getting when the user clicks sign in with Github.
The access_token I'm using has access ...
Moramorabito asked 1/8, 2021 at 20:2
3
We are using the @octokit/rest client to fetch all of the comments on a pull request:
client.pulls
.listComments({
owner,
repo,
pull_number: 34,
per_page: 100,
})
.then((result) => {
con...
Appel asked 16/4, 2019 at 17:47
1
© 2022 - 2024 — McMap. All rights reserved.