GitHub API - write in repo

I looked through all the documentation, but this does not answer my question.

Is there a way to write a repo (upload a file)? Something like creating a folder and loading readme.md

[edit]

Got it.

This can be done using Blob from the Git DB API, here's the doc API:

http://developer.github.com/v3/git/

+6
source share
1 answer

Here's the answer:

This can be done using Blob from the Git DB API, here's the doc API:

http://developer.github.com/v3/git/

+5
source

Source: https://habr.com/ru/post/892600/


All Articles