-
Notifications
You must be signed in to change notification settings - Fork 2
Update README to be clear about the API it conforms to and relate it to other projects. #3
Comments
Unfortunately not, this is the custom IPNI HTTP API. The one that should be renamed to indicate routing-v1 is https://github.com/libp2p/js-reframe-content-routing. Note: the reason the IPNI specific API was necessary for https://github.com/ipfs-shipyard/helia-service-worker-gateway, where this code was pulled from, is that there is not (as far as I know) a publicly run endpoint that ran routing-v1 for the IPFS Public DHT but cid.contact can get you access to DHT results via IPNI. Once ipfs/specs#388 is landed then asking cid.contact to support both DHT and IPNI results via their routing-v1 endpoint seems pretty doable. |
Ack - all good info @aschmahmann . Thanks. I updated the issue description of what I think we should do (README updates). I also created a naming/readme issue in libp2p/js-delegated-routing-v1-http-api-content-routing#5 |
Updates the readme to link to the ipni spec and also http routing v1. Fixes #3
A bit related, but I am building on these libraries and given the main IPFS project hosted instance is Would appreciate clarification. I have not read any specs, but it feels like theres a lot of overlap and I'm not sure if/when one should be used over the other. Kudos. |
Updates the readme to link to the ipni spec and also http routing v1. Fixes #3 --------- Co-authored-by: Steve Loeppky <[email protected]>
## [1.0.2](v1.0.1...v1.0.2) (2023-08-05) ### Trivial Changes * Update .github/workflows/stale.yml [skip ci] ([93396ea](93396ea)) * Update .github/workflows/stale.yml [skip ci] ([54703e3](54703e3)) * Update .github/workflows/stale.yml [skip ci] ([6953529](6953529)) ### Documentation * update readme with api info ([#11](#11)) ([07eeff4](07eeff4)), closes [#3](#3) ### Dependencies * **dev:** bump aegir from 39.0.13 to 40.0.8 ([#17](#17)) ([251be23](251be23))
🎉 This issue has been resolved in version 1.0.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Some README update suggestions:
The text was updated successfully, but these errors were encountered: