Grants read-only access to the authenticated user's profile through the /user API endpoint, which includes username, public email, and full name. Also grants access to read-only API endpoints under /users.
Grants read-only access to the authenticated user's profile through the /user API endpoint, which includes username, public email, and full name. Also grants access to read-only API endpoints under /users.
read_repository:
read_repository:
Grants read-only access to repositories on private projects using Git-over-HTTP (and using repository_file API).
Grants read-only access to repositories on private projects using Git-over-HTTP or the Repository Files API.
write_repository:
write_repository:
Grants read-write access to repositories on private projects using Git-over-HTTP (not using the API).
Grants read-write access to repositories on private projects using Git-over-HTTP (not using the API).