Replies: 1 comment 3 replies
-
So I definitely think it's worth moving data from I'm thinking of adding data about the downloads, so when it updates, we can keep multiple versions, with an object like this "downloads": [{
"filename": "volcanicSinkhole.dungeondraft_map",
"size": 712633,
"id": 4976926,
"storage": "hosted",
"traits": {},
"game_id": 1328853,
"updated_at": "2021-12-22T22:32:45.000000000Z",
"md5_hash": "fe57c84f590189f0e57866cca3df3d26",
"position": 0,
"created_at": "2021-12-22T22:26:44.000000000Z",
"type": "default"
}, {
"filename": "volcanicSinkhole.png",
"size": 9775873,
"id": 4976992,
"storage": "hosted",
"traits": {},
"game_id": 1328853,
"updated_at": "2021-12-22T22:41:39.000000000Z",
"md5_hash": "b0368a5aa617d04e527ce01565936408",
"position": 1,
"created_at": "2021-12-22T22:39:31.000000000Z",
"type": "default"
}, {
"filename": "volcanicSinkhole_noGrid.png",
"size": 9499272,
"id": 4976993,
"storage": "hosted",
"traits": {},
"game_id": 1328853,
"updated_at": "2021-12-22T22:41:39.000000000Z",
"md5_hash": "92ee5a030a814200969b6b582ac55774",
"position": 2,
"created_at": "2021-12-22T22:39:31.000000000Z",
"type": "default"
}] This is just the raw data from getting the uploads from the API, but I think it's laid out well enough as-is |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, So I'm thinking of adding some fields to the JSON as in #30 for some better fixes
Here it is as of starting
Beta Was this translation helpful? Give feedback.
All reactions