Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/rest/about-the-rest-api/about-the-rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ Each REST API endpoint is documented individually, and the endpoints are categor

## Getting started with the REST API

**If you are new to REST APIs**, you may find it helpful to refer to the Quickstart or Getting Started guide for an introduction. For more information, see:
**If you are new to REST APIs**, start with the Quickstart or Getting Started guide:

* [AUTOTITLE](/rest/quickstart)
* [AUTOTITLE](/rest/using-the-rest-api/getting-started-with-the-rest-api)

**If you are familiar with REST APIs** but new to {% data variables.product.company_short %}'s REST API, you may find it helpful to refer to the authentication documentation. For more information, see:
**If you are familiar with REST APIs** but new to {% data variables.product.company_short %}'s REST API, see the authentication documentation:

* [AUTOTITLE](/rest/authentication/authenticating-to-the-rest-api)

**If you are building scripts or applications** that use the REST API, you may find some of the following guides helpful. For examples of scripting with the REST API, see:
**If you are building scripts or applications** that use the REST API, the following guides can help:

* [AUTOTITLE](/rest/guides/scripting-with-the-rest-api-and-javascript)
* [AUTOTITLE](/rest/guides/scripting-with-the-rest-api-and-ruby)
Expand All @@ -37,7 +37,7 @@ Each REST API endpoint is documented individually, and the endpoints are categor

For a list of libraries to facilitate scripting with the REST API, see [AUTOTITLE](/rest/using-the-rest-api/libraries-for-the-rest-api).

If you are building scripts or applications that use the REST API, you might also be interested in using webhooks to get notified about events or a {% data variables.product.prodname_github_app %} to access resources on behalf of a user or in an organization. For more information, see [AUTOTITLE](/webhooks/about-webhooks) and [AUTOTITLE](/apps/creating-github-apps/about-creating-github-apps/deciding-when-to-build-a-github-app).
You might also use webhooks to get notified about events, or build a {% data variables.product.prodname_github_app %} to act on behalf of a user or organization. For more information, see [AUTOTITLE](/webhooks/about-webhooks) and [AUTOTITLE](/apps/creating-github-apps/about-creating-github-apps/deciding-when-to-build-a-github-app).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a matter of choice; I'd prefer to leave the original text here as some of the intended meaning is lost in the change


## Further reading

Expand Down
Loading