Malomo.Operation (malomo v2.0.0-rc.4)

Link to this section Summary

Link to this section Types

Link to this type

encoding_t()

Specs

encoding_t() :: :json | :www_form_urlencoded

Specs

t() :: %Malomo.Operation{
  encoding: encoding_t(),
  method: Malomo.http_method_t(),
  params: Keyword.t(),
  path: String.t()
}