Skip to content

Commit

Permalink
Merge pull request #12 from rakotomandimby/feat/url-getter
Browse files Browse the repository at this point in the history
feat(Task): URL getter
  • Loading branch information
howyi authored May 19, 2023
2 parents cc789af + 3b9dec6 commit 7ce27f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/ClickUp/Objects/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,15 @@ public function team()
return $this->team;
}

/**
* @return string URL
*/
public function url()
{
return $this->url;
}


/**
* @see https://jsapi.apiary.io/apis/clickup/reference/0/task/edit-task.html
* @param array $body
Expand Down

0 comments on commit 7ce27f7

Please sign in to comment.