1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Hello git history spelunker!

Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
This commit is contained in:
Vanessa Yuen
2020-09-27 14:10:11 +02:00
parent fa8bb2322f
commit 3df90fc9b8
28386 changed files with 1723440 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
---
title: Getting started with the API
redirect_from:
- /articles/getting-started-with-the-api
versions:
free-pro-team: '*'
enterprise-server: '*'
---
To automate common tasks, back up your data, or create integrations that extend {{ site.data.variables.product.product_name }}, you can use the {{ site.data.variables.product.product_name }} API.
For more information about the API, see the [GitHub REST API](/rest) and [GitHub GraphQL API](/graphql). You can also stay current with API-related news by following the [{{ site.data.variables.product.prodname_dotcom }} Developer blog](https://developer.github.com/changes/).
### Further reading
- "[Backing up a repository](/articles/backing-up-a-repository)"{% if currentVersion == "free-pro-team@latest" %}
- "[About integrations](/articles/about-integrations)"{% endif %}