ExClubhouse v0.6.0 ExClubhouse.Ops.Story View Source
Story ops
Link to this section Summary
Link to this section Functions
Link to this function
create(story_input)
View Sourcecreate(ExClubhouse.Model.Input.Story.t()) :: ExClubhouse.Operation.t()
Link to this function
create_comment(story_public_id, comment_input)
View Sourcecreate_comment(integer(), ExClubhouse.Model.Input.Comment.t()) :: ExClubhouse.Operation.t()
Link to this function
create_reaction(story_public_id, comment_public_id, reaction_input)
View Sourcecreate_reaction(integer(), integer(), ExClubhouse.Model.Input.Reaction.t()) :: ExClubhouse.Operation.t()
Link to this function
create_task(story_public_id, task_input)
View Sourcecreate_task(integer(), ExClubhouse.Model.Input.Task.t()) :: ExClubhouse.Operation.t()
Link to this function
delete(story_public_id)
View Sourcedelete(integer()) :: ExClubhouse.Operation.t()
Link to this function
delete_comment(story_public_id, comment_public_id)
View Sourcedelete_comment(integer(), integer()) :: ExClubhouse.Operation.t()
Link to this function
delete_reaction(story_public_id, comment_public_id)
View Sourcedelete_reaction(integer(), integer()) :: ExClubhouse.Operation.t()
Link to this function
delete_task(story_public_id, task_public_id)
View Sourcedelete_task(integer(), integer()) :: ExClubhouse.Operation.t()
Link to this function
get_comment(story_public_id, comment_public_id)
View Sourceget_comment(integer(), integer()) :: ExClubhouse.Operation.t()
Link to this function
get_task(story_public_id, task_public_id)
View Sourceget_task(integer(), integer()) :: ExClubhouse.Operation.t()
Link to this function
update(story_public_id, story_input)
View Sourceupdate(integer(), ExClubhouse.Model.Input.Story.t()) :: ExClubhouse.Operation.t()
Link to this function
update_comment(story_public_id, comment_public_id, update_comment_input)
View Sourceupdate_comment(integer(), integer(), ExClubhouse.Model.Input.UpdateComment.t()) :: ExClubhouse.Operation.t()
Link to this function
update_task(story_public_id, task_public_id, update_task_input)
View Sourceupdate_task(integer(), integer(), ExClubhouse.Model.Input.UpdateTask.t()) :: ExClubhouse.Operation.t()