This URL implements the JSON-RPC 2.0 Specification.
To call one of the methods below, send a POST request to this URL containing JSON formatted according to the specification.
Enter JSON below and click Send to call a RPC method
code | name | meaning |
---|---|---|
100 | no_book | No such book |
101 | invalid_pass | Pass was invalid, please unlock again |
102 | no_note | The requested note was not found |
Get a note
name | description | type | required? | default |
---|---|---|---|---|
book | string | Yes | ||
noteid | string | Yes | ||
pass | string | Yes |
Set a note
name | description | type | required? | default |
---|---|---|---|---|
book | string | Yes | ||
noteid | string | Yes | ||
pass | string | Yes | ||
text | string | Yes |