ExClubhouse v0.5.2 ExClubhouse.Ops.StoryLink View Source
Story link ops
Link to this section Summary
Link to this section Functions
Link to this function
create(story_link_input)
View Sourcecreate(ExClubhouse.Model.Input.StoryLink.t()) :: ExClubhouse.Operation.t()
Link to this function
delete(story_link_public_id)
View Sourcedelete(integer()) :: ExClubhouse.Operation.t()
Link to this function
get(story_link_public_id)
View Sourceget(integer()) :: ExClubhouse.Operation.t()
Link to this function
update(story_link_public_id, story_link_input)
View Sourceupdate(integer(), ExClubhouse.Model.Input.StoryLink.t()) :: ExClubhouse.Operation.t()