ellx
v0.2.2
Published
ELLX resource server
Readme
ellx resource server API
Path | Parameters | Description
--- | --- | ---
GET /identity | | retrieve the identity of the server (default: localhost-port)
GET /resource/:path | | retrieve the resource (a file or a folder index)
POST /resource/:path | action (move/copy), destination | move or copy the resource
DELETE /resource/:path| | delete the resource
PUT /resource/:folderPath| files: [[path, contents]] | create or update multiple files or folders
