CalCom. Call
(cal_com v0.3.0)
Copy Markdown
One operation with its concrete parsed input.
Summary
Functions
Parse a method-route operation and its path, query, headers, and body values.
Types
@type t() :: %CalCom.Call{input: struct(), operation: CalCom.Operation.t()}
A parsed provider call. The operation fixes the input module.
Functions
@spec parse(term()) :: {:ok, t()} | {:error, CalCom.Error.t()}
Parse a method-route operation and its path, query, headers, and body values.