Releases: ReactiioN1337/exec-info
Releases · ReactiioN1337/exec-info
1.1.1
1.1.0
1.1.0 / 2017-11-18
- 🚀 updated Lua API
-
✅ httpRequest(server, file, contents[, post][, ssl])
server
- (string) - The domain or IPv4 (example:raw.githubusercontent.com
or1.3.3.7
)file
- (string) - The requested file (example:ReactiioN1337/exec-info/master/manifest.json
)contents
- (string or nil) - The HTTP POST/GET request data (example:?user=admin
)post
- (boolean optional) - If true, the request is a HTTP POSTssl
- (boolean optional) - If true, the request goes through SSL- returns: The response as
string
if succeeded,false
ornil
otherwise
-
✅ executeLuaCode(code)
code
- (string) - The Lua code (example:'print(1)'
- returns:
true
orfalse
-
✅ executeCodeFromGithub(file[, gist])
file
- (string) - The requested file (example:ReactiioN1337/exec-info/master/manifest.json
)gist
- (boolean optional) - If true, the requested file is a git-gist-file- returns:
true
orfalse
-
1.0.0
first public release