Handwrite v1.0.0 Handwrite.Response View Source

Handles parsing responses from the Handwrite API.

Link to this section Summary

Link to this section Types

Specs

t() :: %Handwrite.Response{body: any(), status: integer()}

Link to this section Functions

Specs

parse({:error, any()} | {:ok, Tesla.Env.t()}) ::
  {:error, Handwrite.Response.t()} | {:ok, Handwrite.Response.t()}