Hacker News new | ask | show | jobs
by IgorPartola 2095 days ago
Thank you for that info. I am still very new to IPFS but am going to try to learn more before I submit any PRs or anything like that. Is there some way to see how pinned content is distributed? Do pinning services have a standard API for talking to them?
1 comments

We're actually implementing a standard Pinning API right now! You can check out the spec here (https://github.com/ipfs/pinning-services-api-spec) - currently being integrated by Pinata and soon others.

By the way, here's a PR to add other pinning options to the docs: https://github.com/ipfs/ipfs-docs/pull/471