mirror of
https://github.com/kennethreitz-archive/github2.git
synced 2026-06-05 23:50:18 +00:00
Document unauthenticated connections in the README.
This commit is contained in:
@@ -44,6 +44,10 @@ Creating a request
|
||||
>>> from github2.client import Github
|
||||
>>> github = Github(username="ask", api_token=".......")
|
||||
|
||||
Or for an unauthenticated connection
|
||||
|
||||
>>> github = Github()
|
||||
|
||||
Users
|
||||
=====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user