зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
12 строки
429 B
Plaintext
12 строки
429 B
Plaintext
https://docs.github.com/en/rest/git/trees
|
|
https://docs.github.com/en/rest/git/trees#get-a-tree
|
|
|
|
2020
|
|
https://stackoverflow.com/questions/25022016/get-all-file-names-from-a-github-repo-through-the-github-api
|
|
|
|
samples
|
|
curl \
|
|
-H "Authorization: token tttttttttttttttttttttttttttttttttttttttt" \
|
|
-H "Accept: application/vnd.github.v3+json" \
|
|
https://api.github.com/repos/<org-owner>/<repo>/git/trees/<80-chars-tree-hash>
|