Lists all commits for a repository with pagination support.
public class CommitListParams extends ParamsLists all commits for a repository with pagination support. This endpoint supports both authenticated and unauthenticated access. Authenticated users can access private repos, while unauthenticated users can only access public repos. The include_stats parameter controls whether download and view statistics are computed (defaults to true).
IncludeStats determines whether to compute num_downloads and num_views.
Limit is the pagination limit.
Offset is the pagination offset.
Additional headers to send with the request..
Additional query param to send with the request..
Returns a mutable builder for constructing an instance of [CommitListParams].
IncludeStats determines whether to compute num_downloads and num_views.
IncludeStats determines whether to compute num_downloads and num_views.
IncludeStats determines whether to compute num_downloads and num_views.
Limit is the pagination limit.
Limit is the pagination limit.
Limit is the pagination limit.
Offset is the pagination offset.
Offset is the pagination offset.
Offset is the pagination offset.
Returns an immutable instance of [CommitListParams].