Upstream v2.0.3 Upstream.B2.LargeFile.Unfinished View Source

This module retrieves Unfinished LargeFiles

Examples

iex> Upstream.B2.LargeFile.Unfinished.call() {:ok, %Upstream.B2.LargeFile.Unfinished{}}

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Upstream.B2.LargeFile.Unfinished{
  files: List.t(),
  next_file_id: String.t()
}

Link to this section Functions

Callback implementation for Upstream.B2.Base.body/1.

Link to this function call(auth, options \\ []) View Source
call(Upstream.B2.Account.Authorization.t() | nil, Keyword.t()) ::
  {:ok | :error,
   %Upstream.B2.LargeFile.Unfinished{files: term(), next_file_id: term()}
   | struct()}

Callback implementation for Upstream.B2.Base.header/2.