1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Files
docs/content/rest/guides/index.md
Peter Bengtsson ed48eab88d check for redirect orphans (#23330)
* check for redirect orphans

Part of #1303

* timeout

* avoid external redirects in redirects_from too

* delete content/admin/advanced-security/viewing-your-github-advanced-security-usage.md

* remove from children: too

* remove some trailing slashes in redirect_froms

* fix a few more trailing slash redirects

* delete orphan pages
2021-12-16 12:54:59 +00:00

1.2 KiB

title, intro, redirect_from, versions, topics, children
title intro redirect_from versions topics children
Guides Learn about getting started with the REST API, authentication, and how to use the REST API for a variety of tasks.
/guides
/v3/guides
fpt ghes ghae ghec
* * * *
API
/getting-started-with-the-rest-api
/basics-of-authentication
/discovering-resources-for-a-user
/delivering-deployments
/rendering-data-as-graphs
/working-with-comments
/traversing-with-pagination
/building-a-ci-server
/best-practices-for-integrators
/getting-started-with-the-git-database-api
/getting-started-with-the-checks-api

This section of the documentation is intended to get you up-and-running with real-world {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %}{% else %}{% data variables.product.product_name %}{% endif %} API applications. We'll cover everything you need to know, from authentication, to manipulating results, to combining results with other apps. Every tutorial here will have a project, and every project will be stored and documented in our public platform-samples repository. The Electrocat