SpaceMongers.FullResponse (SpaceMongers v0.1.0) View Source

By default SpaceMongers does some formatting and deserialization, you can access the full response for a particular function by passing the keyword argument include_full_response: 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()
}