Add RPC example to README
This commit is contained in:
parent
77228532a0
commit
f74977afe6
1 changed files with 8 additions and 1 deletions
|
@ -406,6 +406,13 @@ Ping allows you to test the connection to the server, this method doesn't accept
|
||||||
|
|
||||||
> Returns: Boolean (true)
|
> Returns: Boolean (true)
|
||||||
|
|
||||||
|
RPC Example:
|
||||||
|
|
||||||
|
```text
|
||||||
|
SEND: {"id": "3bb935c6", "method": "ping"}
|
||||||
|
REC: {"id": "3bb935c6", "result": true}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Protected
|
## Protected
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue