ExClubhouse v0.6.0 ExClubhouse.Ops.Iteration View Source
Iteration ops
Link to this section Summary
Link to this section Functions
Link to this function
create(iteration_input)
View Sourcecreate(ExClubhouse.Model.Input.Iteration.t()) :: ExClubhouse.Operation.t()
Link to this function
delete(iteration_public_id)
View Sourcedelete(integer()) :: ExClubhouse.Operation.t()
Link to this function
get(iteration_public_id)
View Sourceget(integer()) :: ExClubhouse.Operation.t()
Link to this function
stories_list(iteration_public_id)
View Sourcestories_list(integer()) :: ExClubhouse.Operation.t()
Link to this function
update(iteration_public_id, iteration_input)
View Sourceupdate(integer(), ExClubhouse.Model.Input.Iteration.t()) :: ExClubhouse.Operation.t()