yandex_disk v0.1.2 YandexDisk View Source

Downloading and uploading are done using streams.

YandexDisk.File - downloading/uploading files

YandexDisk.Folder - folder manipulations

YandexDisk.PublicFile - publish files to internet

YandexDisk.Trash - manipulation with trash

Link to this section Summary

Link to this section Types

Link to this type

disk_info()

View Source
disk_info() :: map()
Link to this type

error_description()

View Source
error_description() :: String.t()
Link to this type

error_info()

View Source
error_info() :: String.t()
Link to this type

error_result()

View Source
error_result() :: {:error, error_info(), error_description()}
Link to this type

local_path()

View Source
local_path() :: String.t()
Link to this type

success_result_info()

View Source
success_result_info() :: {:ok, info()}
Link to this type

success_result_url()

View Source
success_result_url() :: {:ok, url()}