Check if a person is followed by the authenticated user
Path Parameters
Response
Response
if the person is followed by the authenticated user
Path Parameters
Follow a user
Note that you’ll need to set Content-Length
to zero when calling out to this endpoint. For more information, see “HTTP verbs.”
Following a user requires the user to be logged in and authenticated with basic auth or OAuth with the user:follow
scope.
Path Parameters
Response
Response
Response
Path Parameters
Unfollow a user
Unfollowing a user requires the user to be logged in and authenticated with basic auth or OAuth with the user:follow
scope.
Path Parameters
Response
Response
Response
Path Parameters
List GPG keys for the authenticated user
Lists the current user’s GPG keys. Requires that you are authenticated via Basic Auth or via OAuth with at least read:gpg_key
scope.
Query Parameters
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
Response
application/json
Response
Response
A unique encryption key
Example:3
Example:3262EFF25BA0D270
Example:xsBNBFayYZ...
Example:[{"email":"mastahyeti@users.noreply.github.com","verified":true}]
Show Child Parameters
Example:[{"id":4,"primary_key_id":3,"key_id":"4A595D4C72EE49C7","public_key":"zsBNBFayYZ...","emails":[],"subkeys":[],"can_sign":false,"can_encrypt_comms":true,"can_encrypt_storage":true,"can_certify":false,"created_at":"2016-03-24T11:31:04-06:00","expires_at":null}]
Show Child Parameters
Example:true
Example:true
Example:2016-03-24T11:31:04-06:00
Query Parameters
Create a GPG key for the authenticated user
Adds a GPG key to the authenticated user’s GitHub account. Requires that you are authenticated via Basic Auth, or OAuth with at least write:gpg_key
scope.
Body
application/json
Body
A GPG key in ASCII-armored format.
Response
application/json
Response
Response
GPG Key
A unique encryption key
Example:3
Example:3262EFF25BA0D270
Example:xsBNBFayYZ...
Example:[{"email":"mastahyeti@users.noreply.github.com","verified":true}]
Show Child Parameters
Example:[{"id":4,"primary_key_id":3,"key_id":"4A595D4C72EE49C7","public_key":"zsBNBFayYZ...","emails":[],"subkeys":[],"can_sign":false,"can_encrypt_comms":true,"can_encrypt_storage":true,"can_certify":false,"created_at":"2016-03-24T11:31:04-06:00","expires_at":null}]
Show Child Parameters
Example:true
Example:true
Example:2016-03-24T11:31:04-06:00