ExClubhouse v0.6.0 ExClubhouse.Ops.Category View Source
Holds builder functions for Category operations
Link to this section Summary
Link to this section Functions
Link to this function
create(category_input)
View Sourcecreate(ExClubhouse.Model.Input.Category.t()) :: ExClubhouse.Operation.t()
Link to this function
delete(category_public_id)
View Sourcedelete(integer()) :: ExClubhouse.Operation.t()
Link to this function
get(category_public_id)
View Sourceget(integer()) :: ExClubhouse.Operation.t()
Link to this function
milestone_list(category_public_id)
View Sourcemilestone_list(integer()) :: ExClubhouse.Operation.t()
Link to this function
update(category_public_id, category_input)
View Sourceupdate(integer(), ExClubhouse.Model.Input.Category.t()) :: ExClubhouse.Operation.t()