Fierro-Labs / Fierro

IPNS API and pinning service
https://www.fierro.io
MIT License
34 stars 4 forks source link

Specify lifespan on Publish function #11

Open mrodriguez3313 opened 2 years ago

mrodriguez3313 commented 2 years ago

Allow the user to specify how long they want their IPNS record to live. aka specify the experiation period. The default expiration period is the same as is for IPFS, 36 hours. This would probably require to changing this IPNSGoServer/ipfs.go/publish() to this ipfs/go-ipfs-api/PublishWithDetails()