1
0
mirror of synced 2026-01-04 00:06:20 -05:00
Files
docs/content/rest/guides/index.md

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
/scripting-with-the-rest-api-and-javascript
/discovering-resources-for-a-user
/delivering-deployments
/rendering-data-as-graphs
/working-with-comments
/using-pagination-in-the-rest-api
/building-a-ci-server
/best-practices-for-integrators
/using-the-rest-api-to-interact-with-your-git-database
/using-the-rest-api-to-interact-with-checks
/encrypting-secrets-for-the-rest-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 go over everything you need to know, from authentication to results manipulation to integrating results with other apps. Every tutorial will include a project, and each project will be saved and documented in our public platform-samples repository.