RRPproxy.Deserializer (RRPproxy.net API v0.1.7) View Source

Documentation for RRPproxy.Deserializer which provides deserialization helpers.

It is used for low-level communication and should not be used directly by users of this library.

Link to this section Summary

Functions

Transforms a Tesla results into a map structure.

Link to this section Functions

Link to this function

to_map(error, is_multi_line_response, is_single_result)

View Source

Specs

to_map({:ok, Tesla.Env.t()} | {:error, any()}, boolean(), boolean()) ::
  {:ok, map()} | {:error, any()}

Transforms a Tesla results into a map structure.