github-tools / github-tools/github

Can't create a blob

Open
#438 0 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.