def get_project_commits(name: str, *, api_key: Optional[str] = None) -> List[Dict]:

source code

Retrieves the commit history for a project.

Arguments:

  • name - Name of the project.
  • api_key - If specified, unify API key to be used. Defaults to the value in the

Returns:

A list of dictionaries, each representing a commit.