Upstream v2.1.4 Upstream.B2.Base behaviour View Source
Base B2 module for using in the api call definitions
simply call use Upstream.B2
in the module and define the url, header, body
and use the module to make the calls.
Link to this section Summary
Link to this section Callbacks
Link to this callback
header(arg0, arg1)
View Source
header( Upstream.B2.Account.Authorization.t(), nil | String.t() | map() | none() ) :: List.t()
Link to this callback
url(arg0, arg1)
View Source
url(Upstream.B2.Account.Authorization.t(), nil | String.t() | map() | none()) :: String.t()