Get a tag ---TAG_SHA #150093
Unanswered
janfengye
asked this question in
API and Webhooks
Get a tag ---TAG_SHA
#150093
Replies: 1 comment
-
https://api.github.com/repos/apache/flink/git/tags/a5548ccc21d85288c111f6be9df36689a11f9f0d |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
curl -L
-H "Accept: application/vnd.github+json"
-H "Authorization: Bearer "
-H "X-GitHub-Api-Version: 2022-11-28"
https://api.github.com/repos/OWNER/REPO/git/tags/TAG_SHA
How was the value of TAG_SHA obtained in this request?
example:
"git_tags_url": "https://api.github.com/repos/apache/flink/git/tags{/sha}",
/sha ?
thinks~
Beta Was this translation helpful? Give feedback.
All reactions