Version: v3
API::/user/starred
URI:/user/starred?page=1&sort=created&direction=des
response:
Hi @conghaonet,
That’s expected behavior since “starring” was called “watching” in the past, so to prevent breaking applications – that hasn’t changed when starring was introduced.
https://developer.github.com/v3/activity/starring/#starring-vs-watching
I hope this helps!
I used the V3 API, but there is no subscriber_count field in the returned data. What can I do?
The photo is as follows:
It seems that /repos/{owner}/{repo}
endpoint have subscribers_count
field, but not in /user/repos
endpoint.