-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
currently, the code requires the profile to be public to be able to access the starred list of an user:
response=$(curl -sH "Accept: application/vnd.github.v3.star+json"
"https://api.github.com/users/$username/starred?page=$page&per_page=100")
i suggest using instead something like:
gh api /user/starred
to be able to access starred repos of the current user logged in, even when the profile is private
Metadata
Metadata
Assignees
Labels
No labels