EPTSDK.Resource (ept_sdk v10.1.0)
The basic shape of all resource requests, sliced into various common actions against resources.
Summary
Functions
@spec from_payload( {:ok, [map()] | map() | nil, EPTSDK.t()} | {:error, any()} | {:error | :unprocessable_content | :decoding_error, any(), any()} ) :: {:ok, [struct()] | struct() | nil, list(), EPTSDK.t()} | {:error, any()} | {:error | :unprocessable_content | :decoding_error, any(), Req.Response.t()}