1
0
mirror of synced 2025-12-21 19:06:49 -05:00

ran script/content-migrations/use-short-versions.js

This commit is contained in:
Sarah Schneider
2021-06-24 10:21:07 -04:00
parent 7de66fe4ef
commit cb12455649
1976 changed files with 6155 additions and 6133 deletions

View File

@@ -3,9 +3,9 @@ title: Getting started with the API
redirect_from:
- /articles/getting-started-with-the-api
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
fpt: '*'
ghes: '*'
ghae: '*'
---
To automate common tasks, back up your data, or create integrations that extend {% data variables.product.product_name %}, you can use the {% data variables.product.product_name %} API.
@@ -14,5 +14,5 @@ For more information about the API, see the [GitHub REST API](/rest) and [GitHub
## Further reading
- "[Backing up a repository](/articles/backing-up-a-repository)"{% if currentVersion == "free-pro-team@latest" %}
- "[Backing up a repository](/articles/backing-up-a-repository)"{% ifversion fpt %}
- "[About integrations](/articles/about-integrations)"{% endif %}