From 878a2fab086e9569a1ba8f2e6175305b01ced31a Mon Sep 17 00:00:00 2001 From: Antti Kaihola Date: Mon, 7 Nov 2011 14:46:13 +0200 Subject: Added create_gist() example to readme --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 4e5df72..ab6d9c7 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,10 @@ Usage gh.get_repo('kennethreitz', 'python-github3') + me = gh.get_me() + me.create_gist(u'Description', + files={'file1.txt': {'content': u'Content of first file'}}) -- cgit v1.3-8-gc7d7