Open
Description
At the moment we do weird stuff with headers to pin and unpin data.
It might be useful to make APIs for pinning explicit. e.g. implementing the pinning service API for ipfs://localhost/pins
.
This way you could GET
a list of pinned items, and DELETE
or POST
a pin along with seeing the status.