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