ExClubhouse v0.5.2 ExClubhouse.Ops.Story View Source

Story ops

Link to this section Summary

Link to this section Functions

Link to this function

create_comment(story_public_id, comment_input)

View Source
Link to this function

create_reaction(story_public_id, comment_public_id, reaction_input)

View Source
Link to this function

create_task(story_public_id, task_input)

View Source
Link to this function

delete_comment(story_public_id, comment_public_id)

View Source
delete_comment(integer(), integer()) :: ExClubhouse.Operation.t()
Link to this function

delete_reaction(story_public_id, comment_public_id)

View Source
delete_reaction(integer(), integer()) :: ExClubhouse.Operation.t()
Link to this function

delete_task(story_public_id, task_public_id)

View Source
delete_task(integer(), integer()) :: ExClubhouse.Operation.t()
Link to this function

get_comment(story_public_id, comment_public_id)

View Source
get_comment(integer(), integer()) :: ExClubhouse.Operation.t()
Link to this function

get_task(story_public_id, task_public_id)

View Source
Link to this function

update_comment(story_public_id, comment_public_id, update_comment_input)

View Source
Link to this function

update_task(story_public_id, task_public_id, update_task_input)

View Source