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
The OpenAPI schema can be found at
/components/schemas/project-card
- get_content(content_type: Literal['PullRequest']) PullRequest | None
- get_content(content_type: Literal['Issue'] | _NotSetType = NotSet) Issue | None
- move(position: str, column: ProjectColumn | int) bool
- delete() bool
- edit(note: str | _NotSetType = NotSet, archived: bool | _NotSetType = NotSet) None