Jump to content

Internet: Difference between revisions

From Advanced Computers Wiki
Created page with "From https://ac.ghxx.dev/apidocs.txt, {{Todo|format this into a nice table with descriptions}}<syntaxhighlight lang="java" line="1"> @LuaCallable: public LuaObject get(String luaUrl) </syntaxhighlight> In the future we will also support sending http POST requests, etc."
 
No edit summary
Line 1: Line 1:
From https://ac.ghxx.dev/apidocs.txt,  
From https://ac.ghxx.dev/apidocs.txt,  
{{Todo|format this into a nice table with descriptions}}<syntaxhighlight lang="java" line="1">
{{Todo|format this into a nice table with descriptions}}
 
<syntaxhighlight lang="java" line="1">
@LuaCallable:
@LuaCallable:
public LuaObject get(String luaUrl)
public LuaObject get(String luaUrl)

Revision as of 03:09, 2 August 2026

From https://ac.ghxx.dev/apidocs.txt,

TODO: format this into a nice table with descriptions

@LuaCallable:
	public LuaObject get(String luaUrl)

In the future we will also support sending http POST requests, etc.