Update RPC

Scott E. Graves 2025-02-22 23:37:29 -06:00
parent f55fd87b23
commit 30bcbb0482

14
RPC.md

@ -1 +1,13 @@
All `repertory` mounts expose a localhost port for json-rpc's. 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`