AppStore.API.Response (App Store v0.4.0)

View Source

The struct representing the response from API.

Summary

Types

t()

@type t() :: %AppStore.API.Response{
  body: binary(),
  data: map(),
  headers: AppStore.HTTPClient.http_headers(),
  status: non_neg_integer()
}