From 048e7e6a73fdd8070010828c05e598b9a93419e6 Mon Sep 17 00:00:00 2001 From: Wissam A Date: Tue, 8 Feb 2022 10:24:48 -0500 Subject: [PATCH 1/2] Updated wording about GraphQL vs REST --- content/graphql/overview/about-the-graphql-api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/graphql/overview/about-the-graphql-api.md b/content/graphql/overview/about-the-graphql-api.md index 383475690c..cecb92c150 100644 --- a/content/graphql/overview/about-the-graphql-api.md +++ b/content/graphql/overview/about-the-graphql-api.md @@ -12,7 +12,7 @@ topics: ## Overview -Here are some quick links to get you up and running with the GraphQL API v4: +Here are some quick links to get you up and running with the GraphQL API: * [Authentication](/graphql/guides/forming-calls-with-graphql#authenticating-with-graphql) * [Root endpoint](/graphql/guides/forming-calls-with-graphql#the-graphql-endpoint) @@ -36,9 +36,9 @@ The [GraphQL](https://graphql.github.io/) data query language is: ## Why GitHub is using GraphQL -GitHub chose GraphQL for our API v4 because it offers significantly more flexibility for our integrators. The ability to define precisely the data you want—and _only_ the data you want—is a powerful advantage over the REST API v3 endpoints. GraphQL lets you replace multiple REST requests with _a single call_ to fetch the data you specify. +GitHub chose GraphQL because it offers significantly more flexibility for our integrators. The ability to define precisely the data you want—and _only_ the data you want—is a powerful advantage over traditional REST API endpoints. GraphQL lets you replace multiple REST requests with _a single call_ to fetch the data you specify. -For more details about why GitHub has moved to GraphQL, see the original [announcement blog post](https://githubengineering.com/the-github-graphql-api/). +For more details about why GitHub invested in GraphQL, see the original [announcement blog post](https://github.blog/2016-09-14-the-github-graphql-api/). ## About the GraphQL schema reference From d55f70d65ea9ad52843dec6f765b5c6af80131a9 Mon Sep 17 00:00:00 2001 From: Dylan Rinker Date: Tue, 8 Feb 2022 18:26:44 -0500 Subject: [PATCH 2/2] Update about-identity-and-access-management-for-your-enterprise.md --- .../about-identity-and-access-management-for-your-enterprise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-identity-and-access-management-for-your-enterprise.md b/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-identity-and-access-management-for-your-enterprise.md index 7645108960..d7d6f208f7 100644 --- a/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-identity-and-access-management-for-your-enterprise.md +++ b/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-identity-and-access-management-for-your-enterprise.md @@ -46,7 +46,7 @@ IdP | SAML | Team synchronization | --- | :--: | :-------: | Active Directory Federation Services (AD FS) | {% octicon "check-circle-fill" aria-label= "The check icon" %} | | Azure Active Directory (Azure AD) | {% octicon "check-circle-fill" aria-label="The check icon" %} | {% octicon "check-circle-fill" aria-label="The check icon" %} | -Okta | {% octicon "check-circle-fill" aria-label="The check icon" %} | {% octicon "check-circle-fill" aria-label="The check icon" %} | +Okta | {% octicon "check-circle-fill" aria-label="The check icon" %} | | OneLogin | {% octicon "check-circle-fill" aria-label="The check icon" %} | | PingOne | {% octicon "check-circle-fill" aria-label="The check icon" %} | | Shibboleth | {% octicon "check-circle-fill" aria-label="The check icon" %} | |