Open
Description
In Python, we need to make a call to https://developer.github.com/v3/gists/#create-a-gist to create a Gist. So we need to POST data and then parse the JSON response. Part of #3.
Metadata
Metadata
Assignees
Labels
No labels
In Python, we need to make a call to https://developer.github.com/v3/gists/#create-a-gist to create a Gist. So we need to POST data and then parse the JSON response. Part of #3.