github-tools / github-tools/github
initialize user with access token
Open
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 809
- PR merge metrics
- No merged PRs in 30d
Description
```
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.