UserKey¶
-
class
github.UserKey.UserKey¶ This class represents UserKeys. The reference can be found here https://docs.github.com/en/rest/reference/users#keys
-
id¶ Type: integer
-
key¶ Type: string
-
title¶ Type: string
-
url¶ Type: string
-
verified¶ Type: bool
-
delete()¶ Calls: DELETE /user/keys/{id} Return type: None
-