1
0
mirror of synced 2026-01-08 03:01:54 -05:00
Files
docs/translations/ru-RU/content/rest/overview/endpoints-available-for-github-apps.md
Chiedo John c116efe725 Crowdin translations (translation-batch-1604415979) (#16312)
* New Crowdin translations by Github Action

* Revert broken translated files to English

* Revert broken translations

* Revert broken translations

* Revert more broket translations

* Revert broken translation

* Increase Node memory limit for running Jest

* Allow Node to use more memory for Jest

* Increase Node memory limit for running Jest

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2020-11-03 16:15:55 -05:00

1.1 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Endpoints available for GitHub Apps Your app can make requests to the following REST endpoints.
/v3/apps/available-endpoints
/rest/reference/endpoints-available-for-github-apps
free-pro-team enterprise-server github-ae
* * *

You must use an installation access token to access endpoints using your {% data variables.product.prodname_github_app %}. For more information, see "Authenticating with {% data variables.product.prodname_github_apps %}."

{% for thing in rest.operationsEnabledForApps[currentVersion] %} {% assign category = thing[0] %} {% assign operations = thing[1] %} {% if operations.size > 0 %}

{{ category }}

{% endif %} {% endfor %}