Writing code for a GitHub App
Learn about using the GitHub Enterprise Server API with your app, continuous integration, and how to build with apps.
About writing code for a GitHub App
You need to write code to add functionality to your GitHub App.
Quickstart for building GitHub Apps
Quickly build a GitHub App that comments on pull requests.
Building a GitHub App that responds to webhook events
Learn how to build a GitHub App that makes an API request in response to a webhook event.
Building a "Login with GitHub" button with a GitHub App
Follow this tutorial to write Ruby code to generate a user access token via the web application flow for your GitHub App.
Building a CLI with a GitHub App
Follow this tutorial to write a CLI in Ruby that generates a user access token for a GitHub App via the device flow.
GitHub Appを作成するための開発環境のセットアップ
新しいGitHub Appsを拡張して構築するための基礎を学んでください。
アプリケーションでのGitHub APIの利用
イベントを待ち受けるアプリケーションのセットアップと、Octokitライブラリを使ったREST APIの操作の方法を学んでください。
Checks API で CI テストを作成する
GitHub App と Checks API を使用して、テストを実行するための継続的インテグレーションサーバーを構築します。