You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/rest/about-the-rest-api/about-the-rest-api.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,16 @@ Each REST API endpoint is documented individually, and the endpoints are categor
18
18
19
19
## Getting started with the REST API
20
20
21
-
**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:
21
+
**If you are new to REST APIs**, start with the Quickstart or Getting Started guide:
**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:
26
+
**If you are familiar with REST APIs** but new to {% data variables.product.company_short %}'s REST API, see the authentication documentation:
**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:
30
+
**If you are building scripts or applications** that use the REST API, the following guides can help:
@@ -37,7 +37,7 @@ Each REST API endpoint is documented individually, and the endpoints are categor
37
37
38
38
For a list of libraries to facilitate scripting with the REST API, see [AUTOTITLE](/rest/using-the-rest-api/libraries-for-the-rest-api).
39
39
40
-
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).
40
+
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).
0 commit comments