GitlabClient constructor

GitlabClient(
  1. String token, {
  2. String baseUrl = 'https://gitlab.com/api/v4',
})

Implementation

GitlabClient(this.token, {this.baseUrl = 'https://gitlab.com/api/v4'});