GitLabSwift icon indicating copy to clipboard operation
GitLabSwift copied to clipboard

🛵 Async/Await GitLab REST APIs v4 for Swift

Results 5 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...

# Problem # Using `PRIVATE-TOKEN` header users can only use personal/project/group tokens, and can't use OAuth tokens. # Solution # According to gitlab documentation https://docs.gitlab.com/ee/api/rest/#personalprojectgroup-access-tokens there's also OAuth compliant way...

Hi @malcommac , thanks for providing this library, I hope to get some nice use out of it and hopefully contribute some helpful things! In the meantime, here are a...