We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc81f67 + 956618c commit 1689859Copy full SHA for 1689859
1 file changed
github.js
@@ -437,6 +437,21 @@
437
});
438
};
439
440
+ // Create the gist
441
+ // --------
442
+ // {
443
+ // "description": "the description for this gist",
444
+ // "public": true,
445
+ // "files": {
446
+ // "file1.txt": {
447
+ // "content": "String file contents"
448
+ // }
449
450
451
+
452
+ this.create = function(options, cb){
453
+ _request("POST","/gists", options, cb);
454
+ };
455
456
// Delete the gist
457
// --------
0 commit comments