Skip to content

Commit

Permalink
docs: generate readme (#70)
Browse files Browse the repository at this point in the history
* fix: use http gateway routing

Fixes #68

* chore: fix linting

* chore: update brokers

* deps: update helia deps

* test: offline custom dns-resolvers test

* test: update verified-fetch in interop test

* fix: prevent interop timeouts with fast fixture loading (#72)

* deps: update ipfsd-ctl and kubo-rpc-client

* chore: apply suggestions from code review

* tmp: get some debug logs from CI jobs

* fix: disable delegated routing in vfetch-interop tests

* fix: test:node on windows

* Revert "tmp: get some debug logs from CI jobs"

This reverts commit 3654a28.

* Revert "fix: prevent interop timeouts with fast fixture loading (#72)"

This reverts commit 2b2e93b.

* tmp: disable node tests on windows

* Revert "tmp: disable node tests on windows"

This reverts commit 186c7c0.

* tmp: enable debug logging for tests...

* Revert "tmp: enable debug logging for tests..."

This reverts commit 21eba60.

* deps: update vfetch in interop package

* chore: apply suggestions from code review

---------

Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
  • Loading branch information
achingbrain and SgtPooki committed May 9, 2024
1 parent 6d4b26c commit a75567a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/verified-fetch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ A `verifiedFetch` function is exported to get up and running quickly, and a `cre

Browser-cache-friendly [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) objects are returned which should be instantly familiar to web developers.

Learn more in the [announcement blog post](https://blog.ipfs.tech/verified-fetch/) and check out the [ready-to-run example](https://github.com/ipfs-examples/helia-examples/tree/main/examples/helia-browser-verified-fetch).

You may use any supported resource argument to fetch content:

- [CID](https://multiformats.github.io/js-multiformats/classes/cid.CID.html) instance
Expand Down

0 comments on commit a75567a

Please sign in to comment.