Project

class github.Project.Project

This class represents Projects. The reference can be found here https://docs.github.com/en/rest/reference/projects

delete() → None
Calls:DELETE /projects/{project_id}
edit(name: Union[str, github.GithubObject._NotSetType] = NotSet, body: Union[str, github.GithubObject._NotSetType] = NotSet, state: Union[str, github.GithubObject._NotSetType] = NotSet, organization_permission: Union[str, github.GithubObject._NotSetType] = NotSet, private: Union[bool, github.GithubObject._NotSetType] = NotSet) → None
Calls:PATCH /projects/{project_id}
get_columns() → github.PaginatedList.PaginatedList[github.ProjectColumn.ProjectColumn][github.ProjectColumn.ProjectColumn]
Calls:GET /projects/{project_id}/columns
create_column(name: str) → github.ProjectColumn.ProjectColumn

calls: POST /projects/{project_id}/columns