Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com> Co-authored-by: Felicity Chapman <felicitymay@github.com>
29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
---
|
|
title: Guides
|
|
intro: 'Learn about getting started with the REST API, authentication, and how to use the REST API for a variety of tasks.'
|
|
redirect_from:
|
|
- /guides
|
|
- /v3/guides
|
|
versions:
|
|
fpt: '*'
|
|
ghes: '*'
|
|
ghec: '*'
|
|
topics:
|
|
- API
|
|
children:
|
|
- /scripting-with-the-rest-api-and-javascript
|
|
- /scripting-with-the-rest-api-and-ruby
|
|
- /discovering-resources-for-a-user
|
|
- /delivering-deployments
|
|
- /rendering-data-as-graphs
|
|
- /working-with-comments
|
|
- /building-a-ci-server
|
|
- /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 {% data variables.product.github %} 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](https://github.com/github/platform-samples) repository.
|