ExClubhouse v0.5.2 ExClubhouse.Ops.Project View Source
Project ops
Link to this section Summary
Link to this section Functions
Link to this function
create(project_input)
View Sourcecreate(ExClubhouse.Model.Input.Project.t()) :: ExClubhouse.Operation.t()
Link to this function
delete(project_public_id)
View Sourcedelete(integer()) :: ExClubhouse.Operation.t()
Link to this function
get(project_public_id)
View Sourceget(integer()) :: ExClubhouse.Operation.t()
Link to this function
story_list(project_public_id)
View Sourcestory_list(integer()) :: ExClubhouse.Operation.t()
Link to this function
update(project_public_id, project_input)
View Sourceupdate(integer(), ExClubhouse.Model.Input.Project.t()) :: ExClubhouse.Operation.t()