new Milestones()
Methods
-
all(projectId, qs)
-
Returns a list of project milestones.
Parameters:
Name Type Description projectIdnumber | string The ID or URL-encoded path of the project owned by the authenticated user
qsobject Returns:
- Type
- Promise
-
query(projectId, milestoneId)
-
gets a single project milestone
Parameters:
Name Type Description projectIdnumber | string The ID or URL-encoded path of the project owned by the authenticated user
milestoneIdnumber The ID of the project's milestone
Returns:
- Type
- Promise