Closed aparcar closed 3 years ago
Since https://github.com/aparcar/asu/commit/903a264436054b7563a790202d48a2d0bbcb21c4 it is possible to directly request images hashes. Each time an image is created an anchor should be set to make links shareable.
If YAFS detects an anchor it should request the image information via /api/build/<request_hash>.
/api/build/<request_hash>
Why not send the URL with the hash in the first place?
Is this feature implemented?
not applicable anymore
Since https://github.com/aparcar/asu/commit/903a264436054b7563a790202d48a2d0bbcb21c4 it is possible to directly request images hashes. Each time an image is created an anchor should be set to make links shareable.
If YAFS detects an anchor it should request the image information via
/api/build/<request_hash>
.