ExClubhouse

v0.5.1

  • Pages
  • Modules

    ExClubhouse v0.5.1 ExClubhouse.Ops.Label View Source

    Label ops

    Link to this section Summary

    Functions

    create(label_input)
    delete(label_public_id)
    epics_list(label_public_id)
    get(label_public_id)
    list()
    stories_list(label_public_id)
    update(label_public_id, label_input)

    Link to this section Functions

    Link to this function

    create(label_input)

    View Source
    create(ExClubhouse.Model.Input.Label.t()) :: ExClubhouse.Operation.t()
    Link to this function

    delete(label_public_id)

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

    epics_list(label_public_id)

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

    get(label_public_id)

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

    list()

    View Source
    list() :: ExClubhouse.Operation.t()
    Link to this function

    stories_list(label_public_id)

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

    update(label_public_id, label_input)

    View Source
    update(integer(), ExClubhouse.Model.Input.Label.t()) ::
      ExClubhouse.Operation.t()

    Built using ExDoc (v0.21.3), designed by Friedel Ziegelmayer.