Created
August 6, 2008 20:29
-
-
Save schacon/4277 to your computer and use it in GitHub Desktop.
gist example api post
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
require 'net/http' | |
require 'uri' | |
# /api/v1/:format/new | |
# /api/v1/:format/gists/:user | |
# /api/v1/:format/:gist_id | |
res = Net::HTTP.post_form(URI.parse('http://gist.github.com/api/v1/xml/new'), | |
{ 'files[file1.ab]' => 'CONTNETS', | |
'files[file2.ab]' => 'contents' }) | |
puts res.body |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<gists type="array"> | |
<gist> | |
<public type="boolean">true</public> | |
<description nil="true"></description> | |
<repo>4278</repo> | |
<created-at type="datetime">2008-08-06T13:30:32-07:00</created-at> | |
</gist> | |
</gists> |
I still don't know what are gists used for
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fsdg sdfg sdf gsdfgsdfgsdfg