CommitsApi constructor

CommitsApi(
  1. GitLab _gitLab,
  2. ProjectsApi _project
)

Implementation

CommitsApi(this._gitLab, this._project);