Interface PlaceRepositoryCommitQuery

interface PlaceRepositoryCommitQuery {
    branch?: string;
    driver?: string;
    limit?: number;
}

Properties

branch?: string

URL encoded name of the branch being requested

driver?: string

URL encoded name of the driver being requested

limit?: number

Number of commits to return