gharchive.org
gharchive.org copied to clipboard
not include StarEvent?
api documentation: https://developer.github.com/v3/activity/events/types/#starevent but I can't find any StarEvent in the json file
Issue-Label Bot is automatically applying the label enhancement to this issue, with a confidence of 0.71. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
How are you checking for StarEvent? Note that example json "action" is "created", with extra starred_at field.
I can't find any "starred_at" or "StarEvent" strings in 2019-06-10-2.json (a random choice) Added: I checked the files for 5 hours, no StarEvent
Looks like GitHub does not surface these in their events API then. This is not the only event either.. :(
It is named WatchEvent, not StarEvent.