We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86da17c commit 878a2faCopy full SHA for 878a2fa
1 file changed
README.rst
@@ -18,7 +18,10 @@ Usage
18
19
gh.get_repo('kennethreitz', 'python-github3')
20
21
+ me = gh.get_me()
22
23
+ me.create_gist(u'Description',
24
+ files={'file1.txt': {'content': u'Content of first file'}})
25
26
27
0 commit comments