You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
existing apis (so also hard to read these without examples of input out puts):
-- Download file `cid` from IPFS node `from` and save it to `node`
func get_from(node: PeerId, cid: CID, from: Multiaddr) -> IpfsGetResult
... seems returns local path
-- Get externally available multiaddress of IPFS's HTTP RPC endpoint (usually on port 5001)
func get_external_api_multiaddr(node: PeerId) -> IpfsMultiaddrResult
.. not cid specific - need to merge somehow values - error prone.
assuming above do not cover next:
--- gets download link via proxy for give CID
get_from_external_api_multiaddr(node: PeerId, cid: CID) -> IpfsMultiaddrResult
read it as part `IpfsFluence` path utility
so if i have cid, i can map to adress to download from peer (via external proxy adress or other)
The text was updated successfully, but these errors were encountered: