Of course, there's already an upload() method, but maybe we could do some refactoring and put the 3 upload steps (get uploadID, upload, enable) in a sub-package named uploadSteps ?
That way the top level method that does these 3 upload steps can be called Upload() too.
It returns an error if it fails anyway.
Of course, there's already an upload() method, but maybe we could do some refactoring and put the 3 upload steps (get uploadID, upload, enable) in a sub-package named uploadSteps ?
That way the top level method that does these 3 upload steps can be called Upload() too.