Posted 16 October 2013 - 10:12 PM
Gist Client
This is a gist client that calls the Github API to get the details and contents of all the files in a gist. As it calls the Github API, the HTTP API is required.
Example output from the gist the client is hosted on
Output of downloading the gist it's hosted on
You can find the program here: https://gist.github.com/tuogex/7017200
Uses the JSON library found here: http://regex.info/blog/lua/json
This is a gist client that calls the Github API to get the details and contents of all the files in a gist. As it calls the Github API, the HTTP API is required.
Example output from the gist the client is hosted on
Output of downloading the gist it's hosted on
You can find the program here: https://gist.github.com/tuogex/7017200
Uses the JSON library found here: http://regex.info/blog/lua/json
Edited on 08 July 2014 - 11:29 PM