Skip to content

Commit 04223cf

Browse files
pr0PMlecoursen
andauthored
Update content/developers/overview/about-githubs-apis.md
Applying suggested changes. Co-authored-by: Laura Coursen <lecoursen@github.com>
1 parent dbdb886 commit 04223cf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

content/developers/overview/about-githubs-apis.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ versions:
99
github-ae: '*'
1010
---
1111

12-
You can use the stable GitHub API via:
13-
- [GraphQL API](https://docs.github.com/en/free-pro-team@latest/v4)
14-
- [REST API](https://docs.github.com/en/free-pro-team@latest/v3) where we encourage you to [request v3 via the `Accept` header.](https://docs.github.com/en/free-pro-team@latest/v3/media/#request-specific-version)
12+
There are two stable versions of the GitHub API: the [REST API](/v3/) and the [GraphQL API](/v4/). When using the REST API, we encourage you to [request v3 via the `Accept` header](/v3/media/#request-specific-version). For information on using the GraphQL API, see the [v4 docs](/v4/).
1513

1614
## Deprecated versions
1715

0 commit comments

Comments
 (0)