mirror of
https://github.com/sonr-io/sonr.git
synced 2026-09-17 07:26:25 +00:00
feat: migrate to blume docs
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
openapi: get /dwn/v1/ipfs/{cid}
|
||||
title: Retrieve IPFS Content
|
||||
description: Fetch distributed content using its Content Identifier
|
||||
og:title: IPFS Content Retrieval
|
||||
seo:
|
||||
title: "IPFS Content Retrieval"
|
||||
---
|
||||
|
||||
<Info>
|
||||
Content Identifiers (CIDs) are cryptographic hashes that uniquely identify content in IPFS.
|
||||
</Info>
|
||||
:::info
|
||||
Content Identifiers (CIDs) are cryptographic hashes that uniquely identify content in IPFS.
|
||||
:::
|
||||
|
||||
## CID Resolution
|
||||
|
||||
@@ -29,18 +29,18 @@ CIDv1: bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi
|
||||
|
||||
## Performance Considerations
|
||||
|
||||
<Tip>
|
||||
Pin frequently accessed content to your local IPFS node for faster retrieval.
|
||||
</Tip>
|
||||
:::tip
|
||||
Pin frequently accessed content to your local IPFS node for faster retrieval.
|
||||
:::
|
||||
|
||||
### Caching Strategy
|
||||
- Hot data: Keep pinned locally
|
||||
- Warm data: Cache with TTL
|
||||
- Cold data: Fetch on demand
|
||||
|
||||
<Warning>
|
||||
Large files may take time to retrieve if not cached locally or on nearby peers.
|
||||
</Warning>
|
||||
:::warning
|
||||
Large files may take time to retrieve if not cached locally or on nearby peers.
|
||||
:::
|
||||
|
||||
## Error Handling
|
||||
|
||||
|
||||
Reference in New Issue
Block a user