Skip to main content
Мы публикуем частые обновления нашей документации, и перевод этой страницы может все еще выполняться. Актуальные сведения см. в документации на английском языке.
В настоящее время GitHub AE находится в ограниченном выпуске.

Недавно мы перенесли некоторые из документации по REST API. Если вы не можете найти то, что ищете, попробуйте страницу REST API Действия.

Администрирование GitHub Enterprise

Используйте REST API для администрирования предприятия.

Endpoint URLs

These endpoints are prefixed with the following URL:

https://HOSTNAME/api/v3

Authentication

Your GitHub AE installation's API endpoints accept the same authentication methods as the GitHub API. For more information, see "Authenticating to the REST API."

These endpoints are only accessible to authenticated GitHub AE site administrators.

Version information

The current version of your enterprise is returned in the REST API response header: X-GitHub-Enterprise-Version: github-ae@latest.0 You can also read the current version by calling the meta endpoint.

Endpoints