/api/v0/files/ls
List directories in the local mutable namespace.
Arguments
Response
{
"Entries": [
{
"Hash": "<string>",
"Name": "<string>",
"Size": "<int64>",
"Type": "<int>"
}
]
}
cURL Example
Last updated