Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
octokit/request.js#494
node v14.20.1
version:
1.0.0
endpoint
share
tweet
https://github.com/octokit/request.js/issues/494
const { Octokit } = require("@octokit/core"); const octokit = new Octokit(); const { data} = await octokit.request('GET /users/colias-palaeno/repos', { username: 'colias-palaeno', sort: 'created' }); console.log(data)
Loading…
no comments
sign in
to comment