GitLabSwift icon indicating copy to clipboard operation
GitLabSwift copied to clipboard

🛵 Async/Await GitLab REST APIs v4 for Swift

Results 3 GitLabSwift issues
Sort by recently updated
recently updated
newest added

Hey, Thanks for building this awesome type safe client! I just found out that the project description can be null: https://docs.gitlab.com/ee/api/projects.html ```json { "id": 4, "description": null, "name": "Diaspora Client",...

I'm using this library with an internal GitLab enterprise instance that is using a self-signed certificate. Without adjusting the access level of the `GLApi`s `httpClient` to `public` I cannot set...