LexLadiesCode / SublimeTextGistPlugin

A plugin for Sublime Text to make Github Gists and get feedback.
0 stars 0 forks source link

Figure out how to make calls to a JSON API from a Sublime Text plugin #9

Open cheshire137 opened 9 years ago

cheshire137 commented 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.

cheshire137 commented 9 years ago

http://isbullsh.it/2012/06/Rest-api-in-python/ looks useful.