Handwrite v1.0.0 Handwrite.Request View Source
Handles making REST calls to the Handwrite API.
Link to this section Summary
Link to this section Functions
Specs
get(Tesla.Client.t(), String.t()) :: {:error, Handwrite.Response.t()} | {:ok, Handwrite.Response.t()}
Specs
post(Tesla.Client.t(), String.t(), any()) :: {:error, Handwrite.Response.t()} | {:ok, Handwrite.Response.t()}