Get File Or Directory Contents

This endpoints is used to retrieve the contents of a single file,or the contents of a directory at a specified revision.#### Raw file contentsWhen `path` points to a file, this endpoint returns the raw contents.The response's Content-Type is derived from the filenameextension (not from the contents). The file contents are not processedand no character encoding/recoding is performed and as a result nocharacter encoding is included as part of the Content-Type...