Paapi5.Request (paapi5 v1.0.0) View Source

A signed HTTP request for the Amazon Product Advertising API.

Link to this section Summary

Link to this section Types

Specs

t() :: %Paapi5.Request{
  body: String.t(),
  headers: [{String.t(), String.t()}],
  method: String.t(),
  url: String.t()
}