* Add back changes from prior to purge * Manually fix some invalid Liquid * Updoot render-content * Improve test messages to show correct output * Run el scripto * Pass the remaining test
1.1 KiB
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. |
|
|
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 }}
-
{% for operation in operations %}
{{operation.verb}} {{operation.requestPath}}
{% endfor %}