Skip to main content

This version of GitHub Enterprise was discontinued on 2023-01-18. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

Guides

Learn about using the GitHub Enterprise Server API with your app, continuous integration, and how to build with apps.

  • Using the GitHub API in your app

    Learn how to set up your app to listen for events and use the Octokit library to perform REST API operations.

  • Using content attachments

    Content attachments allow a GitHub App to provide more information in GitHub for URLs that link to registered domains. GitHub renders the information provided by the app under the URL in the body or comment of an issue or pull request.

  • Creating CI tests with the Checks API

    Build a continuous integration server to run tests using a GitHub App and the Checks API.