This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
1.1.6 - Regions and Replications
This release upgrades the SDK for the new Regions and Replications release of Pinata.
All functions have been modified for full compatibility with this new release and documentation for new features is included in the Pinata documentation, as well as in the SDK README.
Functions Added:
- hashPinPolicy
- pinByHash
- unpin
- userPinPolicy
Functions Removed:
- addHashToPinQueue (replaced by "pinByHash")
- pinHashToIPFS (replaced by "pinByHash")
- removePinFromIPFS(replaced by "unpin")
- userPinList (replaced by "pinList")