webknossos.administration.project
class
Project:
Data class containing information about a WEBKNOSSOS project
Project( project_id: str, name: str, team_id: str, team_name: str, owner_id: str, priority: int, paused: bool, expected_time: Union[int, NoneType])
Method generated by attrs for class Project.
Returns the tasks of this project. Note: will fetch only the first 1000 entries by default, warns if that means some are missing. set parameter pass fetch_all=True to use pagination to fetch all tasks iteratively with pagination.