ExClubhouse v0.5.2 ExClubhouse.Ops.Epic View Source
Holds builder functions for Epic operations
Link to this section Summary
Link to this section Functions
Link to this function
comments_list(epic_public_id)
View Sourcecomments_list(integer()) :: ExClubhouse.Operation.t()
Link to this function
create(epic_input)
View Sourcecreate(ExClubhouse.Model.Input.Epic.t()) :: ExClubhouse.Operation.t()
Link to this function
create_comment(epic_public_id, comment_input)
View Sourcecreate_comment(integer(), ExClubhouse.Model.Input.Comment.t()) :: ExClubhouse.Operation.t()
Link to this function
create_comment_comment(epic_public_id, comment_public_id, comment_input)
View Sourcecreate_comment_comment( integer(), integer(), ExClubhouse.Model.Input.Comment.t() ) :: ExClubhouse.Operation.t()
Link to this function
delete(epic_public_id)
View Sourcedelete(integer()) :: ExClubhouse.Operation.t()
Link to this function
delete_comment(epic_public_id, comment_public_id)
View Sourcedelete_comment(integer(), integer()) :: ExClubhouse.Operation.t()
Link to this function
get_comment(epic_public_id, comment_public_id)
View Sourceget_comment(integer(), integer()) :: ExClubhouse.Operation.t()
Link to this function
stories_list(epic_public_id)
View Sourcestories_list(integer()) :: ExClubhouse.Operation.t()
Link to this function
update(epic_public_id, epic_input)
View Sourceupdate(integer(), ExClubhouse.Model.Input.Epic.t()) :: ExClubhouse.Operation.t()
Link to this function
update_comment(epic_public_id, comment_public_id, update_comment_input)
View Sourceupdate_comment(integer(), integer(), ExClubhouse.Model.Input.UpdateComment.t()) :: ExClubhouse.Operation.t()