ExClubhouse v0.6.0 ExClubhouse.Api.EpicWorkflow View Source
Epic workflow API
Link to this section Summary
Link to this section Functions
Link to this function
get()
View Sourceget() :: {:ok, ExClubhouse.Model.EpicWorkflow.t()} | {:error, ExClubhouse.Error.t()}
Get the epic workflow
Example
iex> ExClubhouse.Api.EpicWorkflow.get()
{:ok, %ExClubhouse.Model.EpicWorkflow{...}}
Link to this function
get(sess)
View Sourceget(ExClubhouse.Session.t()) :: {:ok, ExClubhouse.Model.EpicWorkflow.t()} | {:error, ExClubhouse.Error.t()}