1 | <?php |
||
24 | final class File implements Api |
||
25 | { |
||
26 | /** |
||
27 | * List directory contents for Unix filesystem objects. |
||
28 | * |
||
29 | * @Endpoint(name="file:ls") |
||
30 | * |
||
31 | * @param string $arg the path to the IPFS object(s) to list links from |
||
32 | * |
||
33 | * @return Command |
||
34 | */ |
||
35 | public function ls(string $arg): Command |
||
39 | } |
||
40 |