Skip to content
LEE YU-CHANG edited this page Mar 24, 2019 · 1 revision

Welcome to the document wiki!

■GitHubのPR内容をcurlで取得する
https://qiita.com/do7be/items/316d535c786f244dc69e

GET https://github.com/leeyuchang/document
GET /repos/:owner/:repo/contents/:path
curl -H “Authorization: token [API Token]” https://api.github.com/repos/leeyuchang/document
curl https://api.github.com/repos/leeyuchang/document
curl https://api.github.com/repos/leeyuchang/document/contents/

[
{
“name”: “java.md”,
“path”: “java.md”,
“sha”: “7fc5f7c212b481f58493261bec75db40afec2019”,
“size”: 2418,
“url”: “https://api.github.com/repos/leeyuchang/document/contents/java.md?ref=master”,
“html_url”: “https://github.com/leeyuchang/document/blob/master/java.md”,
“git_url”: “https://api.github.com/repos/leeyuchang/document/git/blobs/7fc5f7c212b481f58493261bec75db40afec2019”,
“download_url”: “https://raw.githubusercontent.com/leeyuchang/document/master/java.md”,
“type”: “file”,
“_links”: {
“self”: “https://api.github.com/repos/leeyuchang/document/contents/java.md?ref=master”,
“git”: “https://api.github.com/repos/leeyuchang/document/git/blobs/7fc5f7c212b481f58493261bec75db40afec2019”,
“html”: “https://github.com/leeyuchang/document/blob/master/java.md”
}
},
{
“name”: “typescript.md”,
“path”: “typescript.md”,
“sha”: “920a94af82af24fa916d1bc5719cf68dc51c5089”,
“size”: 649,
“url”: “https://api.github.com/repos/leeyuchang/document/contents/typescript.md?ref=master”,
“html_url”: “https://github.com/leeyuchang/document/blob/master/typescript.md”,
“git_url”: “https://api.github.com/repos/leeyuchang/document/git/blobs/920a94af82af24fa916d1bc5719cf68dc51c5089”,
“download_url”: “https://raw.githubusercontent.com/leeyuchang/document/master/typescript.md”,
“type”: “file”,
“_links”: {
“self”: “https://api.github.com/repos/leeyuchang/document/contents/typescript.md?ref=master”,
“git”: “https://api.github.com/repos/leeyuchang/document/git/blobs/920a94af82af24fa916d1bc5719cf68dc51c5089”,
“html”: “https://github.com/leeyuchang/document/blob/master/typescript.md”
}
}
]

curl -u ‘leeyucha’ -d ‘{"scopes":[“repo”],“note”:“Help example”}’ https://api.github.com/authorizations

@MizuhoI061

Clone this wiki locally