Add RPC example to README

This commit is contained in:
netkas 2024-09-02 20:34:47 -04:00
parent 77228532a0
commit f74977afe6

View file

@ -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