activity
Check if a repository is starred by the authenticated user
Whether the authenticated user has starred the repository.
get/user/starred/{owner}/{repo}
Path parameters
ownerstring required
The account owner of the repository. The name is not case sensitive.
repostring required
The name of the repository without the .git extension. The name is not case sensitive.
Response
Response if this repository is starred by you