Skip to content

Commit

Permalink
Update docs/concepts/ipni.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2color authored Sep 30, 2024
1 parent 21ccd42 commit 616564c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/ipni.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Endpoint produces human-readable JSON objects:
Each result follows [PeerSchema](https://specs.ipfs.tech/routing/http-routing-v1/#peer-schema), and is the same format as every other delegated routing endpoint in the IPFS ecosystem. This allows clients to write code once and use across all routing systems.

:::callout TIP
To start receiving results immediatelly, enable [streaming responses](https://specs.ipfs.tech/routing/http-routing-v1/#streaming) by passing `Accept: application/x-ndjson` HTTP Header.
To start receiving results immediately, enable [streaming responses](https://specs.ipfs.tech/routing/http-routing-v1/#streaming) by passing `Accept: application/x-ndjson` HTTP Header.

```plaintext
$ curl -H 'Accept: application/x-ndjson' https://cid.contact/routing/v1/providers/bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi
Expand Down

0 comments on commit 616564c

Please sign in to comment.