Typesensory.Api.Debug (Typesensory v0.1.0)
API calls for all endpoints tagged Debug
.
Link to this section Summary
Functions
Print debugging information Print debugging information
Link to this section Functions
Link to this function
debug(connection, opts \\ [])
@spec debug( Tesla.Env.client(), keyword() ) :: {:ok, Typesensory.Model.Debug200Response.t()} | {:error, Tesla.Env.t()}
Print debugging information Print debugging information
parameters
Parameters
connection
(Typesensory.Connection): Connection to serveropts
(keyword): Optional parameters
returns
Returns
{:ok, Typesensory.Model.Debug200Response.t}
on success{:error, Tesla.Env.t}
on failure