Open RangerMauve opened 2 years ago
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.
ipfs://localhost/pins
This way you could GET a list of pinned items, and DELETE or POST a pin along with seeing the status.
GET
DELETE
POST
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, andDELETE
orPOST
a pin along with seeing the status.