Commit b79d090
authored
minor #927 Adding GitHub authentication to GraphQL documentation (legionth)
This PR was merged into the 2.x branch.
Discussion
----------
First of all: I love your library, great work 👍
While discovering the official [GitHub GraphQL documentation](https://docs.github.com/en/free-pro-team@latest/graphql) and your repository, I recognized that is currently not possible to communicate with the GraphQL API without authenticating your requests.
I updated the documentation on behalf of GraphQL and added the `\Github\Client::authenticate` to the code examples. I also added small chapter with some links.
This may help other developers to get started with the GraphQL library 😄
Commits
-------
21feb10 Adding GitHub authentication to GraphQL documentation1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
12 | 22 | | |
13 | 23 | | |
14 | 24 | | |
| |||
28 | 38 | | |
29 | 39 | | |
30 | 40 | | |
| 41 | + | |
| 42 | + | |
31 | 43 | | |
32 | | - | |
| 44 | + | |
0 commit comments