@textile/hub > Buckets > listIpfsPath
Buckets.listIpfsPath() method
listIpfsPath returns items at a particular path in a UnixFS path living in the IPFS network.
Signature:
listIpfsPath(path: string): Promise<PathItem | undefined>;
Parameters
Parameter | Type | Description |
---|---|---|
path | string | UnixFS path |
Returns:
Promise<PathItem | undefined>