View Source AppStore.API.Response (App Store v0.2.0)

The struct representing the response from API.

Summary

Types

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