Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (22 loc) · 257 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 257 Bytes

Demo

Install parameters:

{
"function":"init",
"args":["a","100","b","200"]
}  

Invoke parameters:

{
"function":"invoke",
"args":["move","a","b","100"]
}

Query parameters:

{
"function":"invoke",
"args":["query","a"]
}