import { ProjectClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.14/mod.ts";
Gets or saves data related to GitHub organization V2 projects.
Constructors
Initializes a new instance of the ProjectClient class.
Properties
Methods
Adds an issue with the given issueNumber to a project with the given projectName.
Adds a pull request with the given prNumber to a project with the given projectName.
Returns a value indicating whether or not the project exists with the given projectName.
Gets a list of the organizational projects for an issue that has the given issueNumber, in a repository with a name that matches the ProjectClient.repoName.
Gets a list of the GitHub organization projects.
Gets a list of the organizational projects for a pull request that has the given prNumber, in a repository with a name that matches the given repoName.