View Source ExPersona.Client.Operation (ex_persona v1.0.1)

A description of a specific API call.

Link to this section Summary

Link to this section Types

@type operation_type() :: :get | :post | :patch | :delete
@type t() :: %ExPersona.Client.Operation{
  params: [{String.t(), String.t()}],
  parser: ExPersona.Client.Parser.parser_func(),
  path: String.t(),
  type: operation_type()
}