CalCom.Call (cal_com v0.3.0)

Copy Markdown

One operation with its concrete parsed input.

Summary

Types

t()

A parsed provider call. The operation fixes the input module.

Functions

Parse a method-route operation and its path, query, headers, and body values.

Types

t()

@type t() :: %CalCom.Call{input: struct(), operation: CalCom.Operation.t()}

A parsed provider call. The operation fixes the input module.

Functions

parse(arg1)

@spec parse(term()) :: {:ok, t()} | {:error, CalCom.Error.t()}

Parse a method-route operation and its path, query, headers, and body values.