GitLabApiClient
GitLabApiClient copied to clipboard
How to get job response logs
How to get job response logs
I think this is not yet implemented.
The API GET /projects/:id/jobs/:job_id/trace must be implemented.
@nmklotas, @jetersen, will you accept a PR for this? I think that returning the http response as-is would be appropriate, what do you think? Or just return it as a string?
Can this be implemented as client.Pipelines.GetJobTraceAsync(projectId, jobId) : string?
Or better, add it to client.Jobs that is suggested in https://github.com/nmklotas/GitLabApiClient/pull/211?