commit | aef44b033df425cc81af9155e9c17315f30697f4 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Tue May 07 16:15:55 2013 +0200 |
committer | Dave Borowitz <dborowitz@google.com> | Thu May 09 15:13:54 2013 +0100 |
tree | c38703134d749cee3fb2c67565e757c49b372cd5 | |
parent | def7f28354dc2b1e516a1b6b8dcb054d89fd267f [diff] |
Support to retrieve the content of a file from a patch set via REST By GET on /changes/<change-id>/revisions/<revision-id>/files/<patch-id>/content it is now possible to retrieve the content of a certain file from a patch set. The file content is returned as base64 encoded string so that also binary files can be handled. Signed-off-by: Edwin Kempin <edwin.kempin@sap.com> Change-Id: I429ce448c22b7b3b6ffd5503463676a798ea162a