gharchive.org icon indicating copy to clipboard operation
gharchive.org copied to clipboard

not include StarEvent?

Open zicjin opened this issue 6 years ago • 5 comments

api documentation: https://developer.github.com/v3/activity/events/types/#starevent but I can't find any StarEvent in the json file

zicjin avatar Jun 21 '19 04:06 zicjin

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.

issue-label-bot[bot] avatar Jun 21 '19 04:06 issue-label-bot[bot]

How are you checking for StarEvent? Note that example json "action" is "created", with extra starred_at field.

igrigorik avatar Jun 21 '19 04:06 igrigorik

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

zicjin avatar Jun 21 '19 06:06 zicjin

Looks like GitHub does not surface these in their events API then. This is not the only event either.. :(

igrigorik avatar Jun 21 '19 22:06 igrigorik

It is named WatchEvent, not StarEvent.

alexey-milovidov avatar Dec 09 '20 22:12 alexey-milovidov