We need to add operations for GitHub Gist code snippets. # Gists https://developer.github.com/v3/gists/ - [x] List out all Gists for the authenticated user - [ ] List starred Gists for the authenticated user - [ ] Star/unstar Gists - [x] List out all public Gists for a specific GitHub user - [x] Get a specific Gist - [x] Create a new Gist - [x] Delete a Gist
We need to add operations for GitHub Gist code snippets.
Gists
https://developer.github.com/v3/gists/