API

ユーザーのリポジトリ一覧https://api.github.com/users/ユーザー名/repos
組織のリポジトリ一覧https://api.github.com/orgs/組織名/repos

実際の使用例(jqでリポジトリフルネーム取得)

curl https://api.github.com/users/ユーザー名/repos | jq .[].full_name

認証付きリポジトリの場合

curl -u ユーザー名:PersonalAccessToken https://api.github.com/orgs/組織名/repos
curl -u ユーザー名:PersonalAccessToken https://api.github.com/repos/takeru-fujii/spring/pulls?state=open

セキュリティ

二段階認証

https://github.com/settings/security

Personal アクセストークン

https://github.com/settings/tokens

OAuth連携解除

https://github.com/settings/applications

Github actions

Counter: 1311, today: 1, yesterday: 0

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-10-14 (金) 13:16:53