GitHub
GitHub

GitHub is a code hosting platform for version control and collaboration, offering Git-based repository management, issue tracking, and continuous integration features

Completely Secure
126822VIEWS
33USERS

Tools

1 of 139

Accept A Repository Invitation

Accepts a PENDING repository invitation that has been issued to the authenticated user.

List Repositories Starred By The Authenticated User

DEPRECATED: Lists repositories starred by the authenticated user, including star creation timestamps; use 'list_repositories_starred_by_the_authenticated_user' instead.

List Stargazers

DEPRECATED: Lists users who have starred a repository; use `list_stargazers` instead.

Star A Repository For The Authenticated User

DEPRECATED: Stars a repository for the authenticated user; use `star_a_repository_for_the_authenticated_user` instead.

Add Email For Auth User

Adds one or more email addresses (which will be initially unverified) to the authenticated user's GitHub account; use this to associate new emails, noting an email verified for another account will error, while an existing email for the current user is accepted.

Add App Access Restrictions

Replaces GitHub App access restrictions for an existing protected branch; requires a JSON array of app slugs in the request body, where apps must be installed and have 'contents' write permissions.