Assets object has stopped showing content in Releases API #116306
Unanswered
thadguidry
asked this question in
API and Webhooks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Bug
Body
Recently (in the last week or two), the GitHub Releases API has stopped showing content for
"assets":
where in the past it has and where we relied on that information to check if a Release had Assets and could be deleted:https://github.com/dev-drprasad/delete-older-releases/blob/0bf4e6748f08135170c2294f877ba7d9b633b028/index.js#L134-L137
Current broken state examples
https://api.github.com/repos/dev-drprasad/delete-older-releases/releases/34946066/assets
https://api.github.com/repos/dev-drprasad/delete-older-releases/releases?per_page=100&page=1
Expected Assets should show in JSON responses
This seems to be affecting our users:
dev-drprasad/delete-older-releases#44
dev-drprasad/delete-older-releases#42
Beta Was this translation helpful? Give feedback.
All reactions