Revision b66e7a2c2ec2c81ccd7987d3f48dcf316ec923a2

Committed on 15/09/2015 5:00 pm by Till Zimmermann <tillz@tillz.net> [GitHub Diff]

Add methods to resume Uploads

Renamed the 'getResumeUri'-Method to 'fetchResumeUri', as it's more appropriate and 'getResumeUri' is now used as a getter for the private resumeUri property. Added a 'resume'-method to be called with an resumeIri, which will fetch the upload status & setup the object. private makePutRequest method is added to avoid duplicating code from nextChunk().