We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab1a92 commit c51c03bCopy full SHA for c51c03b
1 file changed
content/rest/meta/meta.md
@@ -1,4 +1,10 @@
1
----
+# GitHub CLI api
2
+# https://cli.github.com/manual/gh_api
3
+
4
+gh api \
5
+ -H "Accept: application/vnd.github+json" \
6
+ -H "X-GitHub-Api-Version: 2022-11-28" \
7
+ /versions
8
title: REST API endpoints for meta data
9
shortTitle: Meta
10
allowTitleToDifferFromFilename: true
0 commit comments