-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Description
Hi Ask,
I checked the code; it seems like python-github2 does not support public key management (http://develop.github.com/p/users.html):
Public Key Management
/user/keys
/user/key/add [POST]
:title
:key
/user/key/remove [POST]
:id
If that's the case, is there any way for me to simple use GithubCommand() to constuct a simple query to GitHub's API to POST a public key.
I realize that this is a feature question (not a bug), but don't know where to post otherwise.
Thanks,
Alex