D2lvalenceElixir.Data.FileResponse (D2lvalenceElixir v0.1.0) View Source

Downloaded files are stored in a temporary directory. It's recommended to delete this file after the download and copy.

During the requests, files are represented with a D2lvalenceElixir.Data.FileResponse struct that contains two fields:

  • :path - the path to the downloaded file on the filesystem
  • :filename - the original filename of the downloaded file

Link to this section Summary

Link to this section Functions