Skip to content

Commit 5824a37

Browse files
authored
Merge pull request #2 from GuillaumeFalourd/feature/intro-github-api
Add section about Github apis
2 parents a482323 + 6157392 commit 5824a37

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/intro.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@
120120

121121
* Periodic Packing of files
122122

123+
#### Github API
124+
125+
* There are two stable versions of the GitHub API: the [REST API](https://docs.github.com/en/free-pro-team@latest/rest) and the [GraphQL API](https://docs.github.com/en/free-pro-team@latest/graphql). You can use the **GitHub REST API** to create calls to get the data you need to integrate with GitHub, and the **GitHub GraphQL API** to create precise and flexible queries for the data you need to integrate with GitHub.
126+
127+
* [REST API Guides](https://docs.github.com/en/free-pro-team@latest/rest/guides) help you getting started with the REST API, authentication, and how to use the REST API for a variety of tasks, whenever [GraphQL API Guides](https://docs.github.com/en/free-pro-team@latest/graphql/guides) will help you getting started with GraphQL, migrating from REST to GraphQL, and how to use the GitHub GraphQL API for another variety of tasks.
128+
129+
* It's also possible for [Developers](https://docs.github.com/en/free-pro-team@latest/developers) to go deeper with GitHub by integrating with Github APIs, customizing their GitHub workflow, and building and sharing apps with the community.
130+
123131
### GitHub
124132

125133
![GitHub](img/GitHub.png)
@@ -136,3 +144,4 @@ GitHub is a cloud based repository hosting service for Git VCS.
136144

137145
[Introduction to Markdown](https://github.com/NishkarshRaj/Markdown-for-Documentation)
138146

147+
[Github Docs](https://docs.github.com/en)

0 commit comments

Comments
 (0)