• 
      

    Add resources for fetching blobs & blob info

    Review Request #8923 — Created May 5, 2017 and submitted — Latest diff uploaded

    Information

    gerrit-reviewboard-plugin
    master

    Reviewers

    This patch adds two new resources: GetBlobInfo and GetBlobContent.
    The former returns whether or not a blob with the given ID exists and
    the latter returns the content of a blob with the given ID as base64-
    encoded data.

    Retrieved a file via the API.
    Verified invalid blob IDs, etc. resulted in a 404.