From 30bcbb0482b01dff7c81b2d9f41444d43792db2d Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 22 Feb 2025 23:37:29 -0600 Subject: [PATCH] Update RPC --- RPC.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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`