简体   繁体   中英

How can I track current Follow/Unfollow events on Github API?

Github API V3 Documenatation states:

FollowEvent

Triggered when a user follows another user.

Events of this type are no longer created, but it's possible that they exist in timelines of some users.

Beside of wondering why those events are not being created, is there other way I can track when and who does user decide follow (and unfollow) through the github API?

我能想到的唯一其他API是List用户后跟另一个用户端点,但是这不会给你时间戳和取消关注事件 - 你必须自己做这项工作......

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM