-
Notifications
You must be signed in to change notification settings - Fork 4
GitHub API.
Artyom Semidolin edited this page Jul 14, 2021
·
7 revisions
- 'Authorization': 'token ';
- Получение информации о репозитории:
''' https://api.github.com/repos/{owner}/{repo} '''
- Получение всех веток репозитория:
''' https://api.github.com/repos/{owner}/{repo}/branches '''
- Получение информации о ветке репозитория:
''' https://api.github.com/repos/{owner}/{repo}/branches/{branch_name} '''
- Получение информации о директории или файле:
''' https://api.github.com/repos/{owner}/{repo}/contents/{path} '''
- Получение списка файлов с исходным кодом