1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-20 07:08:06 +00:00

Initial commit

This commit is contained in:
kepler155c@gmail.com
2016-12-11 16:36:36 -05:00
parent fc243a9c12
commit 46d0c8d43d
6 changed files with 10 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
local json = require('json')
local Util = require('util')
local TREE_URL = 'https://api.github.com/repos/%s/%s/git/trees/%s?recursive=1'
local FILE_URL = 'https://raw.github.com/%s/%s/%s/%s'