Documentation
¶
Index ¶
- Constants
- func ActivityList(engine *twapi.Engine) toolsets.ToolWrapper
- func ActivityListByProject(engine *twapi.Engine) toolsets.ToolWrapper
- func CommentCreate(engine *twapi.Engine) toolsets.ToolWrapper
- func CommentDelete(engine *twapi.Engine) toolsets.ToolWrapper
- func CommentGet(engine *twapi.Engine) toolsets.ToolWrapper
- func CommentList(engine *twapi.Engine) toolsets.ToolWrapper
- func CommentListByFileVersion(engine *twapi.Engine) toolsets.ToolWrapper
- func CommentListByMilestone(engine *twapi.Engine) toolsets.ToolWrapper
- func CommentListByNotebook(engine *twapi.Engine) toolsets.ToolWrapper
- func CommentListByTask(engine *twapi.Engine) toolsets.ToolWrapper
- func CommentUpdate(engine *twapi.Engine) toolsets.ToolWrapper
- func CompanyCreate(engine *twapi.Engine) toolsets.ToolWrapper
- func CompanyDelete(engine *twapi.Engine) toolsets.ToolWrapper
- func CompanyGet(engine *twapi.Engine) toolsets.ToolWrapper
- func CompanyList(engine *twapi.Engine) toolsets.ToolWrapper
- func CompanyUpdate(engine *twapi.Engine) toolsets.ToolWrapper
- func DefaultToolsetGroup(readOnly, allowDelete bool, engine *twapi.Engine) *toolsets.ToolsetGroup
- func IndustryList(engine *twapi.Engine) toolsets.ToolWrapper
- func MilestoneCreate(engine *twapi.Engine) toolsets.ToolWrapper
- func MilestoneDelete(engine *twapi.Engine) toolsets.ToolWrapper
- func MilestoneGet(engine *twapi.Engine) toolsets.ToolWrapper
- func MilestoneList(engine *twapi.Engine) toolsets.ToolWrapper
- func MilestoneListByProject(engine *twapi.Engine) toolsets.ToolWrapper
- func MilestoneUpdate(engine *twapi.Engine) toolsets.ToolWrapper
- func NotebookCreate(engine *twapi.Engine) toolsets.ToolWrapper
- func NotebookDelete(engine *twapi.Engine) toolsets.ToolWrapper
- func NotebookGet(engine *twapi.Engine) toolsets.ToolWrapper
- func NotebookList(engine *twapi.Engine) toolsets.ToolWrapper
- func NotebookUpdate(engine *twapi.Engine) toolsets.ToolWrapper
- func ProjectCreate(engine *twapi.Engine) toolsets.ToolWrapper
- func ProjectDelete(engine *twapi.Engine) toolsets.ToolWrapper
- func ProjectGet(engine *twapi.Engine) toolsets.ToolWrapper
- func ProjectList(engine *twapi.Engine) toolsets.ToolWrapper
- func ProjectMemberAdd(engine *twapi.Engine) toolsets.ToolWrapper
- func ProjectUpdate(engine *twapi.Engine) toolsets.ToolWrapper
- func TagCreate(engine *twapi.Engine) toolsets.ToolWrapper
- func TagDelete(engine *twapi.Engine) toolsets.ToolWrapper
- func TagGet(engine *twapi.Engine) toolsets.ToolWrapper
- func TagList(engine *twapi.Engine) toolsets.ToolWrapper
- func TagUpdate(engine *twapi.Engine) toolsets.ToolWrapper
- func TaskCreate(engine *twapi.Engine) toolsets.ToolWrapper
- func TaskDelete(engine *twapi.Engine) toolsets.ToolWrapper
- func TaskGet(engine *twapi.Engine) toolsets.ToolWrapper
- func TaskList(engine *twapi.Engine) toolsets.ToolWrapper
- func TaskListByProject(engine *twapi.Engine) toolsets.ToolWrapper
- func TaskListByTasklist(engine *twapi.Engine) toolsets.ToolWrapper
- func TaskUpdate(engine *twapi.Engine) toolsets.ToolWrapper
- func TasklistCreate(engine *twapi.Engine) toolsets.ToolWrapper
- func TasklistDelete(engine *twapi.Engine) toolsets.ToolWrapper
- func TasklistGet(engine *twapi.Engine) toolsets.ToolWrapper
- func TasklistList(engine *twapi.Engine) toolsets.ToolWrapper
- func TasklistListByProject(engine *twapi.Engine) toolsets.ToolWrapper
- func TasklistUpdate(engine *twapi.Engine) toolsets.ToolWrapper
- func TeamCreate(engine *twapi.Engine) toolsets.ToolWrapper
- func TeamDelete(engine *twapi.Engine) toolsets.ToolWrapper
- func TeamGet(engine *twapi.Engine) toolsets.ToolWrapper
- func TeamList(engine *twapi.Engine) toolsets.ToolWrapper
- func TeamListByCompany(engine *twapi.Engine) toolsets.ToolWrapper
- func TeamListByProject(engine *twapi.Engine) toolsets.ToolWrapper
- func TeamUpdate(engine *twapi.Engine) toolsets.ToolWrapper
- func TimelogCreate(engine *twapi.Engine) toolsets.ToolWrapper
- func TimelogDelete(engine *twapi.Engine) toolsets.ToolWrapper
- func TimelogGet(engine *twapi.Engine) toolsets.ToolWrapper
- func TimelogList(engine *twapi.Engine) toolsets.ToolWrapper
- func TimelogListByProject(engine *twapi.Engine) toolsets.ToolWrapper
- func TimelogListByTask(engine *twapi.Engine) toolsets.ToolWrapper
- func TimelogUpdate(engine *twapi.Engine) toolsets.ToolWrapper
- func TimerComplete(engine *twapi.Engine) toolsets.ToolWrapper
- func TimerCreate(engine *twapi.Engine) toolsets.ToolWrapper
- func TimerDelete(engine *twapi.Engine) toolsets.ToolWrapper
- func TimerGet(engine *twapi.Engine) toolsets.ToolWrapper
- func TimerList(engine *twapi.Engine) toolsets.ToolWrapper
- func TimerPause(engine *twapi.Engine) toolsets.ToolWrapper
- func TimerResume(engine *twapi.Engine) toolsets.ToolWrapper
- func TimerUpdate(engine *twapi.Engine) toolsets.ToolWrapper
- func UserCreate(engine *twapi.Engine) toolsets.ToolWrapper
- func UserDelete(engine *twapi.Engine) toolsets.ToolWrapper
- func UserGet(engine *twapi.Engine) toolsets.ToolWrapper
- func UserGetMe(engine *twapi.Engine) toolsets.ToolWrapper
- func UserList(engine *twapi.Engine) toolsets.ToolWrapper
- func UserListByProject(engine *twapi.Engine) toolsets.ToolWrapper
- func UserUpdate(engine *twapi.Engine) toolsets.ToolWrapper
- func UsersWorkload(engine *twapi.Engine) toolsets.ToolWrapper
Constants ¶
const ( MethodActivityList toolsets.Method = "twprojects-list_activities" MethodActivityListByProject toolsets.Method = "twprojects-list_activities_by_project" )
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
const ( MethodCommentCreate toolsets.Method = "twprojects-create_comment" MethodCommentUpdate toolsets.Method = "twprojects-update_comment" MethodCommentDelete toolsets.Method = "twprojects-delete_comment" MethodCommentGet toolsets.Method = "twprojects-get_comment" MethodCommentList toolsets.Method = "twprojects-list_comments" MethodCommentListByFileVersion toolsets.Method = "twprojects-list_comments_by_file_version" MethodCommentListByMilestone toolsets.Method = "twprojects-list_comments_by_milestone" MethodCommentListByNotebook toolsets.Method = "twprojects-list_comments_by_notebook" MethodCommentListByTask toolsets.Method = "twprojects-list_comments_by_task" )
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
const ( MethodCompanyCreate toolsets.Method = "twprojects-create_company" MethodCompanyUpdate toolsets.Method = "twprojects-update_company" MethodCompanyDelete toolsets.Method = "twprojects-delete_company" MethodCompanyGet toolsets.Method = "twprojects-get_company" MethodCompanyList toolsets.Method = "twprojects-list_companies" )
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
const ( MethodMilestoneCreate toolsets.Method = "twprojects-create_milestone" MethodMilestoneUpdate toolsets.Method = "twprojects-update_milestone" MethodMilestoneDelete toolsets.Method = "twprojects-delete_milestone" MethodMilestoneGet toolsets.Method = "twprojects-get_milestone" MethodMilestoneList toolsets.Method = "twprojects-list_milestones" MethodMilestoneListByProject toolsets.Method = "twprojects-list_milestones_by_project" )
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
const ( MethodNotebookCreate toolsets.Method = "twprojects-create_notebook" MethodNotebookUpdate toolsets.Method = "twprojects-update_notebook" MethodNotebookDelete toolsets.Method = "twprojects-delete_notebook" MethodNotebookGet toolsets.Method = "twprojects-get_notebook" MethodNotebookList toolsets.Method = "twprojects-list_notebooks" )
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
const ( MethodProjectCreate toolsets.Method = "twprojects-create_project" MethodProjectUpdate toolsets.Method = "twprojects-update_project" MethodProjectDelete toolsets.Method = "twprojects-delete_project" MethodProjectGet toolsets.Method = "twprojects-get_project" MethodProjectList toolsets.Method = "twprojects-list_projects" )
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
const ( MethodTagCreate toolsets.Method = "twprojects-create_tag" MethodTagUpdate toolsets.Method = "twprojects-update_tag" MethodTagDelete toolsets.Method = "twprojects-delete_tag" MethodTagGet toolsets.Method = "twprojects-get_tag" MethodTagList toolsets.Method = "twprojects-list_tags" )
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
const ( MethodTasklistCreate toolsets.Method = "twprojects-create_tasklist" MethodTasklistUpdate toolsets.Method = "twprojects-update_tasklist" MethodTasklistDelete toolsets.Method = "twprojects-delete_tasklist" MethodTasklistGet toolsets.Method = "twprojects-get_tasklist" MethodTasklistList toolsets.Method = "twprojects-list_tasklists" MethodTasklistListByProject toolsets.Method = "twprojects-list_tasklists_by_project" )
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
const ( MethodTaskCreate toolsets.Method = "twprojects-create_task" MethodTaskUpdate toolsets.Method = "twprojects-update_task" MethodTaskDelete toolsets.Method = "twprojects-delete_task" MethodTaskGet toolsets.Method = "twprojects-get_task" MethodTaskList toolsets.Method = "twprojects-list_tasks" MethodTaskListByTasklist toolsets.Method = "twprojects-list_tasks_by_tasklist" MethodTaskListByProject toolsets.Method = "twprojects-list_tasks_by_project" )
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
const ( MethodTeamCreate toolsets.Method = "twprojects-create_team" MethodTeamUpdate toolsets.Method = "twprojects-update_team" MethodTeamDelete toolsets.Method = "twprojects-delete_team" MethodTeamGet toolsets.Method = "twprojects-get_team" MethodTeamList toolsets.Method = "twprojects-list_teams" MethodTeamListByCompany toolsets.Method = "twprojects-list_teams_by_company" MethodTeamListByProject toolsets.Method = "twprojects-list_teams_by_project" )
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
const ( MethodTimelogCreate toolsets.Method = "twprojects-create_timelog" MethodTimelogUpdate toolsets.Method = "twprojects-update_timelog" MethodTimelogDelete toolsets.Method = "twprojects-delete_timelog" MethodTimelogGet toolsets.Method = "twprojects-get_timelog" MethodTimelogList toolsets.Method = "twprojects-list_timelogs" MethodTimelogListByProject toolsets.Method = "twprojects-list_timelogs_by_project" MethodTimelogListByTask toolsets.Method = "twprojects-list_timelogs_by_task" )
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
const ( MethodTimerCreate toolsets.Method = "twprojects-create_timer" MethodTimerUpdate toolsets.Method = "twprojects-update_timer" MethodTimerPause toolsets.Method = "twprojects-pause_timer" MethodTimerResume toolsets.Method = "twprojects-resume_timer" MethodTimerComplete toolsets.Method = "twprojects-complete_timer" MethodTimerDelete toolsets.Method = "twprojects-delete_timer" MethodTimerGet toolsets.Method = "twprojects-get_timer" MethodTimerList toolsets.Method = "twprojects-list_timers" )
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
const ( MethodUserCreate toolsets.Method = "twprojects-create_user" MethodUserUpdate toolsets.Method = "twprojects-update_user" MethodUserDelete toolsets.Method = "twprojects-delete_user" MethodUserGet toolsets.Method = "twprojects-get_user" MethodUserGetMe toolsets.Method = "twprojects-get_user_me" MethodUserList toolsets.Method = "twprojects-list_users" MethodUserListByProject toolsets.Method = "twprojects-list_users_by_project" )
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
const (
MethodIndustryList toolsets.Method = "twprojects-list_industries"
)
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
const (
MethodProjectMemberAdd toolsets.Method = "twprojects-add_project_member"
)
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
const (
MethodUsersWorkload toolsets.Method = "twprojects-users_workload"
)
List of methods available in the Teamwork.com MCP service.
The naming convention for methods follows a pattern described here: https://github.com/github/github-mcp-server/issues/333
Variables ¶
This section is empty.
Functions ¶
func ActivityList ¶ added in v1.2.0
func ActivityList(engine *twapi.Engine) toolsets.ToolWrapper
ActivityList lists activities in Teamwork.com.
func ActivityListByProject ¶ added in v1.2.0
func ActivityListByProject(engine *twapi.Engine) toolsets.ToolWrapper
ActivityListByProject lists activities by project in Teamwork.com.
func CommentCreate ¶
func CommentCreate(engine *twapi.Engine) toolsets.ToolWrapper
CommentCreate creates a comment in Teamwork.com.
func CommentDelete ¶
func CommentDelete(engine *twapi.Engine) toolsets.ToolWrapper
CommentDelete deletes a comment in Teamwork.com.
func CommentGet ¶
func CommentGet(engine *twapi.Engine) toolsets.ToolWrapper
CommentGet retrieves a comment in Teamwork.com.
func CommentList ¶
func CommentList(engine *twapi.Engine) toolsets.ToolWrapper
CommentList lists comments in Teamwork.com.
func CommentListByFileVersion ¶
func CommentListByFileVersion(engine *twapi.Engine) toolsets.ToolWrapper
CommentListByFileVersion lists comments by file version in Teamwork.com.
func CommentListByMilestone ¶
func CommentListByMilestone(engine *twapi.Engine) toolsets.ToolWrapper
CommentListByMilestone lists comments by milestone in Teamwork.com.
func CommentListByNotebook ¶
func CommentListByNotebook(engine *twapi.Engine) toolsets.ToolWrapper
CommentListByNotebook lists comments by notebook in Teamwork.com.
func CommentListByTask ¶
func CommentListByTask(engine *twapi.Engine) toolsets.ToolWrapper
CommentListByTask lists comments by task in Teamwork.com.
func CommentUpdate ¶
func CommentUpdate(engine *twapi.Engine) toolsets.ToolWrapper
CommentUpdate updates a comment in Teamwork.com.
func CompanyCreate ¶
func CompanyCreate(engine *twapi.Engine) toolsets.ToolWrapper
CompanyCreate creates a company in Teamwork.com.
func CompanyDelete ¶
func CompanyDelete(engine *twapi.Engine) toolsets.ToolWrapper
CompanyDelete deletes a company in Teamwork.com.
func CompanyGet ¶
func CompanyGet(engine *twapi.Engine) toolsets.ToolWrapper
CompanyGet retrieves a company in Teamwork.com.
func CompanyList ¶
func CompanyList(engine *twapi.Engine) toolsets.ToolWrapper
CompanyList lists companies in Teamwork.com.
func CompanyUpdate ¶
func CompanyUpdate(engine *twapi.Engine) toolsets.ToolWrapper
CompanyUpdate updates a company in Teamwork.com.
func DefaultToolsetGroup ¶
func DefaultToolsetGroup(readOnly, allowDelete bool, engine *twapi.Engine) *toolsets.ToolsetGroup
DefaultToolsetGroup creates a default ToolsetGroup for Teamwork Projects.
func IndustryList ¶ added in v1.4.0
func IndustryList(engine *twapi.Engine) toolsets.ToolWrapper
IndustryList lists projects in Teamwork.com.
func MilestoneCreate ¶
func MilestoneCreate(engine *twapi.Engine) toolsets.ToolWrapper
MilestoneCreate creates a milestone in Teamwork.com.
func MilestoneDelete ¶
func MilestoneDelete(engine *twapi.Engine) toolsets.ToolWrapper
MilestoneDelete deletes a milestone in Teamwork.com.
func MilestoneGet ¶
func MilestoneGet(engine *twapi.Engine) toolsets.ToolWrapper
MilestoneGet retrieves a milestone in Teamwork.com.
func MilestoneList ¶
func MilestoneList(engine *twapi.Engine) toolsets.ToolWrapper
MilestoneList lists milestones in Teamwork.com.
func MilestoneListByProject ¶
func MilestoneListByProject(engine *twapi.Engine) toolsets.ToolWrapper
MilestoneListByProject lists milestones in Teamwork.com by project.
func MilestoneUpdate ¶
func MilestoneUpdate(engine *twapi.Engine) toolsets.ToolWrapper
MilestoneUpdate updates a milestone in Teamwork.com.
func NotebookCreate ¶ added in v1.3.0
func NotebookCreate(engine *twapi.Engine) toolsets.ToolWrapper
NotebookCreate creates a notebook in Teamwork.com.
func NotebookDelete ¶ added in v1.3.0
func NotebookDelete(engine *twapi.Engine) toolsets.ToolWrapper
NotebookDelete deletes a notebook in Teamwork.com.
func NotebookGet ¶ added in v1.3.0
func NotebookGet(engine *twapi.Engine) toolsets.ToolWrapper
NotebookGet retrieves a notebook in Teamwork.com.
func NotebookList ¶ added in v1.3.0
func NotebookList(engine *twapi.Engine) toolsets.ToolWrapper
NotebookList lists notebooks in Teamwork.com.
func NotebookUpdate ¶ added in v1.3.0
func NotebookUpdate(engine *twapi.Engine) toolsets.ToolWrapper
NotebookUpdate updates a notebook in Teamwork.com.
func ProjectCreate ¶
func ProjectCreate(engine *twapi.Engine) toolsets.ToolWrapper
ProjectCreate creates a project in Teamwork.com.
func ProjectDelete ¶
func ProjectDelete(engine *twapi.Engine) toolsets.ToolWrapper
ProjectDelete deletes a project in Teamwork.com.
func ProjectGet ¶
func ProjectGet(engine *twapi.Engine) toolsets.ToolWrapper
ProjectGet retrieves a project in Teamwork.com.
func ProjectList ¶
func ProjectList(engine *twapi.Engine) toolsets.ToolWrapper
ProjectList lists projects in Teamwork.com.
func ProjectMemberAdd ¶
func ProjectMemberAdd(engine *twapi.Engine) toolsets.ToolWrapper
ProjectMemberAdd adds a user to a project in Teamwork.com.
func ProjectUpdate ¶
func ProjectUpdate(engine *twapi.Engine) toolsets.ToolWrapper
ProjectUpdate updates a project in Teamwork.com.
func TagCreate ¶
func TagCreate(engine *twapi.Engine) toolsets.ToolWrapper
TagCreate creates a tag in Teamwork.com.
func TagDelete ¶
func TagDelete(engine *twapi.Engine) toolsets.ToolWrapper
TagDelete deletes a tag in Teamwork.com.
func TagGet ¶
func TagGet(engine *twapi.Engine) toolsets.ToolWrapper
TagGet retrieves a tag in Teamwork.com.
func TagList ¶
func TagList(engine *twapi.Engine) toolsets.ToolWrapper
TagList lists tags in Teamwork.com.
func TagUpdate ¶
func TagUpdate(engine *twapi.Engine) toolsets.ToolWrapper
TagUpdate updates a tag in Teamwork.com.
func TaskCreate ¶
func TaskCreate(engine *twapi.Engine) toolsets.ToolWrapper
TaskCreate creates a task in Teamwork.com.
func TaskDelete ¶
func TaskDelete(engine *twapi.Engine) toolsets.ToolWrapper
TaskDelete deletes a task in Teamwork.com.
func TaskGet ¶
func TaskGet(engine *twapi.Engine) toolsets.ToolWrapper
TaskGet retrieves a task in Teamwork.com.
func TaskList ¶
func TaskList(engine *twapi.Engine) toolsets.ToolWrapper
TaskList lists tasks in Teamwork.com.
func TaskListByProject ¶
func TaskListByProject(engine *twapi.Engine) toolsets.ToolWrapper
TaskListByProject lists tasks in Teamwork.com by project.
func TaskListByTasklist ¶
func TaskListByTasklist(engine *twapi.Engine) toolsets.ToolWrapper
TaskListByTasklist lists tasks in Teamwork.com by tasklist.
func TaskUpdate ¶
func TaskUpdate(engine *twapi.Engine) toolsets.ToolWrapper
TaskUpdate updates a task in Teamwork.com.
func TasklistCreate ¶
func TasklistCreate(engine *twapi.Engine) toolsets.ToolWrapper
TasklistCreate creates a tasklist in Teamwork.com.
func TasklistDelete ¶
func TasklistDelete(engine *twapi.Engine) toolsets.ToolWrapper
TasklistDelete deletes a tasklist in Teamwork.com.
func TasklistGet ¶
func TasklistGet(engine *twapi.Engine) toolsets.ToolWrapper
TasklistGet retrieves a tasklist in Teamwork.com.
func TasklistList ¶
func TasklistList(engine *twapi.Engine) toolsets.ToolWrapper
TasklistList lists tasklists in Teamwork.com.
func TasklistListByProject ¶
func TasklistListByProject(engine *twapi.Engine) toolsets.ToolWrapper
TasklistListByProject lists tasklists in Teamwork.com by project.
func TasklistUpdate ¶
func TasklistUpdate(engine *twapi.Engine) toolsets.ToolWrapper
TasklistUpdate updates a tasklist in Teamwork.com.
func TeamCreate ¶
func TeamCreate(engine *twapi.Engine) toolsets.ToolWrapper
TeamCreate creates a team in Teamwork.com.
func TeamDelete ¶
func TeamDelete(engine *twapi.Engine) toolsets.ToolWrapper
TeamDelete deletes a team in Teamwork.com.
func TeamGet ¶
func TeamGet(engine *twapi.Engine) toolsets.ToolWrapper
TeamGet retrieves a team in Teamwork.com.
func TeamList ¶
func TeamList(engine *twapi.Engine) toolsets.ToolWrapper
TeamList lists teams in Teamwork.com.
func TeamListByCompany ¶
func TeamListByCompany(engine *twapi.Engine) toolsets.ToolWrapper
TeamListByCompany lists teams in Teamwork.com by client/company.
func TeamListByProject ¶
func TeamListByProject(engine *twapi.Engine) toolsets.ToolWrapper
TeamListByProject lists teams in Teamwork.com by project.
func TeamUpdate ¶
func TeamUpdate(engine *twapi.Engine) toolsets.ToolWrapper
TeamUpdate updates a team in Teamwork.com.
func TimelogCreate ¶
func TimelogCreate(engine *twapi.Engine) toolsets.ToolWrapper
TimelogCreate creates a timelog in Teamwork.com.
func TimelogDelete ¶
func TimelogDelete(engine *twapi.Engine) toolsets.ToolWrapper
TimelogDelete deletes a timelog in Teamwork.com.
func TimelogGet ¶
func TimelogGet(engine *twapi.Engine) toolsets.ToolWrapper
TimelogGet retrieves a timelog in Teamwork.com.
func TimelogList ¶
func TimelogList(engine *twapi.Engine) toolsets.ToolWrapper
TimelogList lists timelogs in Teamwork.com.
func TimelogListByProject ¶
func TimelogListByProject(engine *twapi.Engine) toolsets.ToolWrapper
TimelogListByProject lists timelogs in Teamwork.com by project.
func TimelogListByTask ¶
func TimelogListByTask(engine *twapi.Engine) toolsets.ToolWrapper
TimelogListByTask lists timelogs in Teamwork.com by task.
func TimelogUpdate ¶
func TimelogUpdate(engine *twapi.Engine) toolsets.ToolWrapper
TimelogUpdate updates a timelog in Teamwork.com.
func TimerComplete ¶ added in v1.1.0
func TimerComplete(engine *twapi.Engine) toolsets.ToolWrapper
TimerComplete completes a timer in Teamwork.com.
func TimerCreate ¶ added in v1.1.0
func TimerCreate(engine *twapi.Engine) toolsets.ToolWrapper
TimerCreate creates a timer in Teamwork.com.
func TimerDelete ¶ added in v1.1.0
func TimerDelete(engine *twapi.Engine) toolsets.ToolWrapper
TimerDelete deletes a timer in Teamwork.com.
func TimerGet ¶ added in v1.1.0
func TimerGet(engine *twapi.Engine) toolsets.ToolWrapper
TimerGet retrieves a timer in Teamwork.com.
func TimerList ¶ added in v1.1.0
func TimerList(engine *twapi.Engine) toolsets.ToolWrapper
TimerList lists timers in Teamwork.com.
func TimerPause ¶ added in v1.1.0
func TimerPause(engine *twapi.Engine) toolsets.ToolWrapper
TimerPause pauses a timer in Teamwork.com.
func TimerResume ¶ added in v1.1.0
func TimerResume(engine *twapi.Engine) toolsets.ToolWrapper
TimerResume resumes a timer in Teamwork.com.
func TimerUpdate ¶ added in v1.1.0
func TimerUpdate(engine *twapi.Engine) toolsets.ToolWrapper
TimerUpdate updates a timer in Teamwork.com.
func UserCreate ¶
func UserCreate(engine *twapi.Engine) toolsets.ToolWrapper
UserCreate creates a user in Teamwork.com.
func UserDelete ¶
func UserDelete(engine *twapi.Engine) toolsets.ToolWrapper
UserDelete deletes a user in Teamwork.com.
func UserGet ¶
func UserGet(engine *twapi.Engine) toolsets.ToolWrapper
UserGet retrieves a user in Teamwork.com.
func UserGetMe ¶
func UserGetMe(engine *twapi.Engine) toolsets.ToolWrapper
UserGetMe retrieves the logged user in Teamwork.com.
func UserList ¶
func UserList(engine *twapi.Engine) toolsets.ToolWrapper
UserList lists users in Teamwork.com.
func UserListByProject ¶
func UserListByProject(engine *twapi.Engine) toolsets.ToolWrapper
UserListByProject lists users in Teamwork.com by project.
func UserUpdate ¶
func UserUpdate(engine *twapi.Engine) toolsets.ToolWrapper
UserUpdate updates a user in Teamwork.com.
func UsersWorkload ¶ added in v1.3.0
func UsersWorkload(engine *twapi.Engine) toolsets.ToolWrapper
UsersWorkload retrieves the workload of users in Teamwork.com.
Types ¶
This section is empty.