Skip to content

Commit

Permalink
Update content/developers/overview/about-githubs-apis.md
Browse files Browse the repository at this point in the history
Applying suggested changes.

Co-authored-by: Laura Coursen <lecoursen@github.com>
  • Loading branch information
pr0PM and lecoursen authored Dec 3, 2020
1 parent dbdb886 commit 04223cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/developers/overview/about-githubs-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ versions:
github-ae: '*'
---

You can use the stable GitHub API via:
- [GraphQL API](https://docs.github.com/en/free-pro-team@latest/v4)
- [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)
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/).

## Deprecated versions

Expand Down

0 comments on commit 04223cf

Please sign in to comment.