Created
August 13, 2014 01:56
-
-
Save christophermlne/57bcd8756a8634eb1499 to your computer and use it in GitHub Desktop.
test of create_gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test content |
created the client with:
$ client = Octokit::Client.new(:access_token => "ACCESS_TOKEN_GOES_HERE")
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
created with:
$ self.create_gist(:description => 'test of create_gist', :public => true, :files => {"file1.txt" =>{:content=>'test content'}})