import { MilestoneClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.14/GitHubClients/MilestoneClient.ts";
Provides a client for interacting with milestones.
Constructors
Initializes a new instance of the MilestoneClient class.
Properties
Methods
Closes a milestone with a name that matches the given milestoneName, where the repository has a name that matches the given MilestoneClient.repoName.
Checks if a milestone with a name that matches in the given milestoneName, exists in a repository with a name that matches the given MilestoneClient.repoName.
Gets all of the issues for a milestone with a name that matches the given milestoneName, where the repository has a name that matches the given MilestoneClient.repoName.
Gets all of the issues and pull requests for a milestone with a name that matches the given milestoneName, where the repository has a name that matches the given MilestoneClient.repoName.
Get a milestones with a name that matches the given milestoneName, where the repository has a name that matches the given MilestoneClient.repoName.
Gets the given page of milestones with a quantity that the given qtyPerPage, where the repository has a name that matches the given MilestoneClient.repoName.
Gets all of the pull requests with the given labels, for a milestone with a name that matches the given milestoneName, where the repository has a name that matches the given MilestoneClient.repoName.