contributors:jh
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
contributors:jh [2022/08/25 14:13] – [Scratchpad] jerryhopper | contributors:jh [2022/08/25 15:49] (current) – jerryhopper | ||
---|---|---|---|
Line 77: | Line 77: | ||
**RESTAPI** | **RESTAPI** | ||
+ | how to use restApi | ||
+ | |||
+ | via ArkensoR (https:// | ||
< | < | ||
class TestCallback : RestCallback | class TestCallback : RestCallback | ||
Line 93: | Line 96: | ||
ctx.POST(callback," | ctx.POST(callback," | ||
</ | </ | ||
+ | |||
+ | |||
+ | **FileHandle** | ||
+ | |||
+ | Scripts/ | ||
+ | |||
+ | < | ||
+ | FileHandle file = FileIO.OpenFile(" | ||
+ | if (file != 0) | ||
+ | { | ||
+ | file.FPrint(" | ||
+ | file.FPrint(file, | ||
+ | file.FPrint(file, | ||
+ | file.CloseFile(); | ||
+ | } | ||
+ | |||
+ | </ | ||
+ | |||
contributors/jh.1661433187.txt.gz · Last modified: 2022/08/25 14:13 by jerryhopper