github-tools / github-tools/github
Can't create a blob
Open
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 809
- PR merge metrics
- No merged PRs in 30d
Description
```JavaScript
const GitHub = require('github-api');
const github = new GitHub({
username: 'iddan',
password: '********',
});
const mesimaivrit = github.getRepo('mesimaivrit');
mesimaivrit.createBlob('hello')
.then(console.log)
```
throws: `Error: 404 error making request POST https://api.github.com/repos/mesimaivrit/git/blobs: "Not Found"`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.