diff --git a/RPC.md b/RPC.md index e421dcb..97a2548 100644 --- a/RPC.md +++ b/RPC.md @@ -1 +1,13 @@ -All `repertory` mounts expose a localhost port for json-rpc's. \ No newline at end of file +All `repertory` mounts expose an HTTP REST API. The following methods are available: + +- `/api/v1/get_config` +- `/api/v1/get_config_value_by_name` +- `/api/v1/get_directory_items` +- `/api/v1/get_drive_information` +- `/api/v1/get_open_files` +- `/api/v1/get_pinned_files` +- `/api/v1/pin_file` +- `/api/v1/pinned_status` +- `/api/v1/set_config_value_by_name` +- `/api/v1/unmount` +- `/api/v1/unpin_file`