Malomo.Operation (malomo v2.0.0)

Link to this section Summary

Link to this section Types

Link to this type

encoding_t()

@type encoding_t() :: :json | :www_form_urlencoded
@type t() :: %Malomo.Operation{
  encoding: encoding_t(),
  method: Malomo.http_method_t(),
  params: Keyword.t(),
  path: String.t()
}