JSONRPC

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.

Test Call

Enter JSON below and click Send to call a RPC method





Method Documentation


Methods

Error Codes

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_note get a note

Get a note

Parameters
name description type required? default
book string Yes
noteid string Yes
pass string Yes

Top


set_note set a note

Set a note

Parameters
name description type required? default
book string Yes
noteid string Yes
pass string Yes
text string Yes

Top


unlock unlock an existing book

Unlock a book

Parameters
name description type required? default
passphrase_hash string Yes
slug string Yes

Top

moya.jsonrpc 1.0.0