GSS.Client.RequestParams (elixir_google_spreadsheets v0.4.0)

Summary

Types

t()

@type t() :: %GSS.Client.RequestParams{
  body: binary() | iodata(),
  headers: [{binary(), binary()}],
  method: atom(),
  options: Keyword.t(),
  url: binary()
}