Mjsonrpc: Difference between revisions
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 | ||
|- | |- | ||
| | | | || - || any object (object) | ||
|- | |||
|- | |- | ||
| || returns || parameters object (object) | | || returns || parameters object (object) | ||
|- | |- | ||
| null | | null || always return a null | ||
|- | |- | ||
| || - || any object (object) | | || - || any object (object) |
Revision as of 14:25, 28 October 2015
test
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 |