github-tools / github-tools/github
initialize user with access token
Aperta
- Lingua principale
- JavaScript
- Stelle
- 3.8k
- Fork
- 809
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
```
import GitHub from 'github-api';
// basic auth
const gh = new GitHub({
username: 'FOO',
password: 'NotFoo'
});
```
how to initialize the user with an access token instead?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.