ExPersona.Client.Operation (ex_persona v0.0.2) View Source

A description of a specific API call.

Link to this section Summary

Link to this section Types

Specs

operation_type() :: :get | :post | :patch | :delete

Specs

t() :: %ExPersona.Client.Operation{
  params: [{String.t(), String.t()}],
  parser: ExPersona.Client.Parser.parser_func(),
  path: String.t(),
  type: operation_type()
}