peepin icon indicating copy to clipboard operation
peepin copied to clipboard

saveBatch parser

Open sponnet opened this issue 6 years ago • 1 comments

  • [ ] create basic parser
  • [ ] create JSON schema for batchSaveJSON
  • [ ] determine list of types that a batchSaveJSON can have
  • [ ] for each type - download IPFS data & pass on to the correct parser

sponnet avatar Aug 24 '18 10:08 sponnet

sample

 {
    "batchSaveJSON": [
      {
        "peep": {
          "ipfs": "QmaZvkhSyb9DBwWjKPwMAACyQRAAGVUm2mPc8sPb1B4v5Y",
          "untrustedTimestamp": 1521247003
        }
      }
    ],
    "untrustedTimestamp": 1521247022
}

sponnet avatar Aug 24 '18 10:08 sponnet