I’m updating Flask-Tus in a fork I made from the official Github repo. As I do so I see code that is clearly for certain sections of the documentation at tus.io/protocols/resumable-upload.html
I also found the documentation at transloadit.com/docs/
What I noticed are a couple things… it’s unclear what version of the protocol are being implemented and it’s unclear if the documentation for the protocol has been updated since the last updates to Flask-Tus.
Is there a versioned permalink to the Tus protocol documentation? Similar to how Python versions its docs - with the version number in the URL and the docs never change after that!
This would be incredibly useful for orchestrating multiple frontend and backend projects while maintaining compatibility!! If such a thing doesn’t exist, may suggest creating it
I’m wanting to reference the documentation with permalinks in the code so future maintainers know what each part of the code is implementing and can refer to the docs to both verify correct implementation and understand more what is going on.
Thanks!