gists icon indicating copy to clipboard operation
gists copied to clipboard

Methods for working with the GitHub Gist API. Node.js/JavaScript

Results 8 gists issues
Sort by recently updated
recently updated
newest added

If so, how do we get this from an input onChange event to gist? The content option seems to only accept strings, however I know that it is possible to...

This PR simply fixes the methods to delete/edit a Gist comment.

Is it possible to authenticate by creating a github app and then using the client id and secret of the app?

Recently I become to experiment with the library for some project that I'm currently working, somehow when I use my GitHub account to do some tests I saw that an...

docs

If you want to call a gist with a param, say a `/gist` request with a param `since` ([api](https://developer.github.com/v3/gists/#parameters)), you need to do as the following: ``` // GET /gists?since=2017-10-15T18:20:28...

currently these objects are merged, they shouldn't be though. that was done initially when I was going to allow a more flexible format.