SpaceMongers.FullResponse (SpaceMongers v0.2.0) View Source

By default SpaceMongers does some formatting and deserialization, you can access the full response for a particular request by passing the keyword argument skip_deserialization: true.

Link to this section Summary

Link to this section Types

Specs

t() :: %SpaceMongers.FullResponse{
  body: map(),
  headers: list(),
  method: atom(),
  status: number(),
  url: String.t()
}