# Écriture de code pour une application GitHub

Apprenez à utiliser l'API GitHub avec votre application, l'intégration continue, et comment construire avec des applications.

## Links

* [À propos de l’écriture de code pour une application GitHub](/fr/enterprise-server@3.22/apps/creating-github-apps/writing-code-for-a-github-app/about-writing-code-for-a-github-app)

  Vous devez écrire du code pour ajouter des fonctionnalités à votre GitHub App.

* [Démarrage rapide pour la création d’applications GitHub](/fr/enterprise-server@3.22/apps/creating-github-apps/writing-code-for-a-github-app/quickstart)

  Créez rapidement un GitHub App qui commente les pull requests.

* [Création d’une application GitHub qui répond aux événements de webhook](/fr/enterprise-server@3.22/apps/creating-github-apps/writing-code-for-a-github-app/building-a-github-app-that-responds-to-webhook-events)

  Découvrez comment créer un GitHub App qui effectue une requête à l’API en réponse à un événement webhook.

* [Création d’un bouton « Connexion avec GitHub » avec une application GitHub](/fr/enterprise-server@3.22/apps/creating-github-apps/writing-code-for-a-github-app/building-a-login-with-github-button-with-a-github-app)

  Suivez ce tutoriel pour écrire du code Ruby pour générer un jeton d’accès utilisateur via le flux d’application web de votre GitHub App.

* [Création d’une interface CLI avec une application GitHub](/fr/enterprise-server@3.22/apps/creating-github-apps/writing-code-for-a-github-app/building-a-cli-with-a-github-app)

  Suivez ce tutoriel pour écrire une interface CLI dans Ruby qui génère un jeton d’accès utilisateur pour un GitHub App via le flux d’appareil.

* [Génération de vérifications CI avec une application GitHub](/fr/enterprise-server@3.22/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app)

  Créez un serveur d’intégration continue pour exécuter des tests à l’aide d’un GitHub App et de vérifications.