curl --request GET \
--url https://gogs.example.com/api/v1/repos/{owner}/{repo}/tags \
--header 'Authorization: <api-key>'[
{
"name": "<string>",
"commit": {
"id": "<string>",
"message": "<string>",
"url": "<string>",
"author": {
"name": "<string>",
"email": "[email protected]",
"username": "<string>"
},
"committer": {
"name": "<string>",
"email": "[email protected]",
"username": "<string>"
},
"timestamp": "2023-11-07T05:31:56Z"
}
}
]curl --request GET \
--url https://gogs.example.com/api/v1/repos/{owner}/{repo}/tags \
--header 'Authorization: <api-key>'[
{
"name": "<string>",
"commit": {
"id": "<string>",
"message": "<string>",
"url": "<string>",
"author": {
"name": "<string>",
"email": "[email protected]",
"username": "<string>"
},
"committer": {
"name": "<string>",
"email": "[email protected]",
"username": "<string>"
},
"timestamp": "2023-11-07T05:31:56Z"
}
}
]