We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fed7d commit acb4453Copy full SHA for acb4453
Documentation.md
@@ -574,7 +574,8 @@ Response Example:
574
```
575
#### Authentication
576
All requests require a GitHub Personal Access Token:
577
-typescriptconst headers: Record<string, string> = {
+```typescript
578
+const headers: Record<string, string> = {
579
Authorization: `token ${YOUR_GITHUB_TOKEN}`,
580
Accept: "application/vnd.github.v3+json",
581
};
0 commit comments