ProjectCard¶
-
class
github.ProjectCard.
ProjectCard
¶ This class represents Project Cards.
The reference can be found here https://docs.github.com/en/rest/reference/projects#cards
-
get_content
(content_type: Opt[str] = NotSet) → github.PullRequest.PullRequest | github.Issue.Issue | None¶
-
move
(position: str, column: github.ProjectColumn.ProjectColumn | int) → bool¶
-
delete
() → bool¶
-
edit
(note: Union[str, github.GithubObject._NotSetType] = NotSet, archived: Union[bool, github.GithubObject._NotSetType] = NotSet) → None¶
-