uwe-app / app

Universal web editor
https://uwe.app
0 stars 0 forks source link

Add jsonrpc API #476

Open tmpfs opened 3 years ago

tmpfs commented 3 years ago

Should be available via a POST endpoint and over a websocket connection. The editor interface can keep a websocket open so requests/responses are as snappy as possible.

Customers that want to build their own interfaces can use whichever endpoint suits their use case best.

tmpfs commented 3 years ago

Preparation for this has been done with the creation of a JSON-RPC facade: