Open cheshire137 opened 9 years ago
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.
http://isbullsh.it/2012/06/Rest-api-in-python/ looks useful.
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.