mirror of
https://github.com/kennethreitz/python-github3.git
synced 2026-06-05 23:10:17 +00:00
read it up
This commit is contained in:
+3
-3
@@ -12,12 +12,12 @@ Usage
|
||||
|
||||
::
|
||||
|
||||
from github3 import github
|
||||
import github3
|
||||
|
||||
github.login('username', 'password')
|
||||
gh = github3.basic_auth('username', password)
|
||||
# optional
|
||||
|
||||
github.
|
||||
gh.get_repo('kennethreitz', 'python-github3')
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user