curl --request GET \
--url https://api.example.com/api/changelog{
"owner": "<string>",
"repo": "<string>",
"entries": [
{
"html_url": "<string>",
"id": 123,
"name": "<string>",
"tag_name": "<string>",
"body": "",
"draft": false,
"prerelease": false,
"published_at": "2023-11-07T05:31:56Z"
}
]
}Return repository release notes from GitHub.
curl --request GET \
--url https://api.example.com/api/changelog{
"owner": "<string>",
"repo": "<string>",
"entries": [
{
"html_url": "<string>",
"id": 123,
"name": "<string>",
"tag_name": "<string>",
"body": "",
"draft": false,
"prerelease": false,
"published_at": "2023-11-07T05:31:56Z"
}
]
}