Mjsonrpc: Difference between revisions

From MidasWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 8: Line 8:
!description
!description
|-
|-
| echo
| echo || echo the request parameters back to the caller
|-
|-
| || anything
| || - || any object (object)
|-
| || anything
|-
|-
| || returns || parameters object (object)
| || returns || parameters object (object)
|-
|-
| null
| null || always return a null
|-
|-
| || - || any object (object)
| || - || any object (object)

Revision as of 15:25, 28 October 2015

test

List of MIDAS JSON-RPC methods
method name parameters description
echo echo the request parameters back to the caller
- any object (object)
returns parameters object (object)
null always return a null
- any object (object)
returns null