Created
April 24, 2015 14:27
-
-
Save aronwoost/116c17f9d98ae2c61eb7 to your computer and use it in GitHub Desktop.
Revisions
-
aronwoost created this gist
Apr 24, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ // copy-paste into console fetch('https://api.github.com/gists', { method: 'post', headers: { 'Accept': 'application/json', 'Content-Type': 'application/json' }, body: JSON.stringify({ name: 'Hubot', login: 'hubot', }) })