Hub JS Package

Hub JS Package

  • Users
  • Buckets
  • Threads
  • Textile Docs

@textile/hub > listPathRecursive

listPathRecursive() function

listPathRecursive returns a nested object of all paths (and info) in a bucket

Signature:

export declare function listPathRecursive(grpc: GrpcConnection, bucketKey: string, path: string, depth: number, currentDepth?: number): Promise<Path>;

Parameters

ParameterTypeDescription
grpcGrpcConnection
bucketKeystring
pathstring
depthnumber
currentDepthnumber

Returns:

Promise<Path>

  • listPathRecursive() function
  • Parameters
Hub JS Package
Docs
Getting StartedThreadDBBuckets
Resources
All DocumentationProject SlackBlog
More
GitHubStar
Follow @textileio