Get A Snippet
Retrieves a single snippet.Snippets support multiple content types:* application/json* multipart/related* multipart/form-dataapplication/json-The default content type of the response is `application/json`.Since JSON is always `utf-8`, it cannot reliably contain file contentsfor files that are not text. Therefore, JSON snippet documents onlycontain the filename and links to the file contents.This means that in order to retriev...