tus-py-client
tus-py-client copied to clipboard
get_url missing in uploader ?
Hi there in the uploader class it mention a get_url method to retrieve the uploaded file url `get_url() Return the tus upload url.
If resumability is enabled, this would try to get the url from storage if available, otherwise it would request a new upload url from the tus server.`
But seems to be missing in the code, is it normal ?
The internal property uploader.url is accessible an contains the url, but probably better to access it through a getter