New to this just testing. #84
idkyou1500
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#Can this help me where should i use this?@akjk32002
`var GitHubApi = require("@octokit/rest");
var github = new GitHubApi({
version: "3.0.0"
});
github.authenticate({
type: "oauth",
token: process.env.GITHUB_ACCESS_TOKEN
});
await github.repos.getAll({});`
Beta Was this translation helpful? Give feedback.
All reactions