github icon indicating copy to clipboard operation
github copied to clipboard

Whatsapp beta community tools and trams and Privacy problem

Open SHORIF393 opened this issue 8 months ago • 1 comments

SHORIF393 avatar Jun 08 '25 19:06 SHORIF393

var GitHub = require('github-api');

// basic auth var gh = new GitHub({ username: 'FOO', password: 'NotFoo' /* also acceptable: token: 'MY_OAUTH_TOKEN' */ });

var me = gh.getUser(); // no user specified defaults to the user for whom credentials were provided me.listNotifications(function(err, notifications) { // do some stuff });

var clayreimann = gh.getUser('clayreimann'); clayreimann.listStarredRepos(function(err, repos) { // look at all the starred repos! });

sabojroy avatar Sep 08 '25 07:09 sabojroy