GSS.Client.RequestParams (elixir_google_spreadsheets v0.3.2)

Link to this section Summary

Link to this section Types

Specs

t() :: %GSS.Client.RequestParams{
  body: HTTPoison.body(),
  headers: HTTPoison.headers(),
  method: atom(),
  options: Keyword.t(),
  url: binary()
}